Home
last modified time | relevance | path

Searched refs:mem (Results 26 – 50 of 78) sorted by relevance

1234

/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt20 foreach([1, 2] as $mem) {
23 'memory_cost' => PASSWORD_ARGON2_DEFAULT_MEMORY_COST * $mem,
H A Dphp_password_hash_argon2id.phpt20 foreach([1, 2] as $mem) {
23 'memory_cost' => PASSWORD_ARGON2_DEFAULT_MEMORY_COST * $mem,
H A Dphp_password_verify.phpt35 foreach($memSet as $mem) {
39 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
/php-src/ext/opcache/tests/jit/
H A Dinc_002.phpt15 ++$x; // reg -> mem
H A Dinc_010.phpt15 ++$x; // reg -> mem
H A Dinc_003.phpt16 ++$x; // mem -> reg
H A Dinc_007.phpt16 return ++$x; // mem -> reg, reg
H A Dinc_011.phpt16 ++$x; // mem -> reg
H A Dinc_015.phpt16 return ++$x; // mem -> reg, reg
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c927 if (mem & REG_MASK) in make_addr_bxy()
960 if (mem & REG_MASK) in make_addr_bx()
2121 struct addr mem; in sljit_emit_op1() local
2223 ins = llc(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
2226 ins = lb(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
2229 ins = llh(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
2241 ins = lgb(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
2247 ins = lgh(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
2253 ins = lgf(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
2257 ins = lg(reg, mem.offset, mem.index, mem.base); in sljit_emit_op1()
[all …]
H A DsljitNativeARM_T2_32.c3152 if ((mem & REG_MASK) == 0) { in sljit_emit_mem()
3171 mem = SLJIT_MEM1(TMP_REG1); in sljit_emit_mem()
3175 mem = SLJIT_MEM1(TMP_REG1); in sljit_emit_mem()
3286 sljit_s32 arg = *mem; in update_mem_addr()
3290 *mem = TMP_REG1; in update_mem_addr()
3301 *mem = arg; in update_mem_addr()
3362 mem |= SLJIT_MEM; in sljit_emit_fmem()
3375 mem |= SLJIT_MEM; in sljit_emit_fmem()
3385 sljit_s32 mem = *mem_ptr; in sljit_emit_simd_mem_offset() local
3397 mem &= REG_MASK; in sljit_emit_simd_mem_offset()
[all …]
H A DsljitNativeX86_32.c1254 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem() argument
1266 ADJUST_LOCAL_OFFSET(mem, memw); in sljit_emit_mem()
1273 if (!(type & SLJIT_MEM_STORE) && (regs[0] == (mem & REG_MASK) || regs[0] == OFFS_REG(mem))) { in sljit_emit_mem()
1274 if (regs[1] == (mem & REG_MASK) || regs[1] == OFFS_REG(mem)) { in sljit_emit_mem()
1278 if (regs[1] == OFFS_REG(mem)) in sljit_emit_mem()
1281 mem = (mem & ~OFFS_REG_MASK) | TO_OFFS_REG(TMP_REG1); in sljit_emit_mem()
1285 if (!(mem & OFFS_REG_MASK)) in sljit_emit_mem()
1312 inst[2] = U8(memw << 6) | U8(reg_map[OFFS_REG(mem)] << 3) | reg_map[mem & REG_MASK]; in sljit_emit_mem()
1315 EMIT_MOV(compiler, mem, memw, reg, 0); in sljit_emit_mem()
1317 EMIT_MOV(compiler, reg, 0, mem, memw); in sljit_emit_mem()
[all …]
H A DsljitNativeMIPS_common.c3892 *mem = TMP_REG1; in update_mem_addr()
3903 *mem = TMP_REG1; in update_mem_addr()
3972 mem = TMP_REG1; in sljit_emit_mem()
4023 SLJIT_ASSERT(FAST_IS_REG(mem) && mem != TMP_REG2); in sljit_emit_mem()
4053 SLJIT_ASSERT(FAST_IS_REG(mem) && mem != TMP_REG2); in sljit_emit_mem()
4060 if (mem == reg) { in sljit_emit_mem()
4062 mem = TMP_REG1; in sljit_emit_mem()
4071 SLJIT_ASSERT(FAST_IS_REG(mem) && mem != TMP_REG2); in sljit_emit_mem()
4078 if (mem == reg) { in sljit_emit_mem()
4080 mem = TMP_REG1; in sljit_emit_mem()
[all …]
H A DsljitNativeARM_64.c2399 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem() argument
2411 if (!(mem & REG_MASK)) { in sljit_emit_mem()
2414 mem = SLJIT_MEM1(TMP_REG1); in sljit_emit_mem()
2419 mem = SLJIT_MEM1(TMP_REG1); in sljit_emit_mem()
2458 mem = SLJIT_MEM1(TMP_REG1); in sljit_emit_mem()
2470 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_update() argument
2554 sljit_s32 mem = *mem_ptr; in sljit_emit_simd_mem_offset() local
2561 if (!(mem & REG_MASK)) { in sljit_emit_simd_mem_offset()
2566 mem &= REG_MASK; in sljit_emit_simd_mem_offset()
2569 *mem_ptr = mem; in sljit_emit_simd_mem_offset()
[all …]
H A DsljitLir.c2397 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_mem() argument
2483 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_mem_update() argument
2493 CHECK_ARGUMENT((mem & REG_MASK) != 0 && (mem & REG_MASK) != reg); in check_sljit_emit_mem_update()
2528 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_fmem() argument
2572 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_fmem_update() argument
2986 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_unaligned() argument
3002 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem_unaligned() argument
3241 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_update() argument
3247 SLJIT_UNUSED_ARG(mem); in sljit_emit_mem_update()
3260 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem() argument
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug75502.phpt10 /* The important part is that restriction>enumeration is used together with mem cache.
/php-src/ext/opcache/
H A Dzend_persist.c139 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist()
140 HT_SET_DATA_ADDR(ht, ZCG(mem)); in zend_hash_persist()
141 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumU… in zend_hash_persist()
157 void *data = ZCG(mem); in zend_hash_persist()
160 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist()
161 ZCG(mem) = (void*)((char*)data + ZEND_ALIGNED_SIZE(HT_USED_SIZE(ht))); in zend_hash_persist()
476 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, … in zend_persist_op_array_ex()
675 …ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, … in zend_persist_op_array_ex()
1322 script->mem = ZCG(mem); in zend_accel_script_persist()
1324 ZEND_ASSERT(((uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist()
[all …]
/php-src/ext/sysvshm/
H A Dphp_sysvshm.h46 char mem; member
/php-src/Zend/
H A Dzend_extensions.h75 typedef size_t (*op_array_persist_func_t)(zend_op_array *op_array, void *mem);
157 ZEND_API size_t zend_extensions_op_array_persist(zend_op_array *op_array, void *mem);
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c234 && insn->detail->x86.operands[i].mem.base == X86_REG_INVALID in ir_disasm_rodata_reference()
235 && insn->detail->x86.operands[i].mem.segment == X86_REG_INVALID in ir_disasm_rodata_reference()
236 && insn->detail->x86.operands[i].mem.index == X86_REG_INVALID in ir_disasm_rodata_reference()
237 && insn->detail->x86.operands[i].mem.scale == 1) { in ir_disasm_rodata_reference()
238 return (uint32_t)insn->detail->x86.operands[i].mem.disp; in ir_disasm_rodata_reference()
244 && insn->detail->x86.operands[i].mem.disp) { in ir_disasm_rodata_reference()
245 return (uint32_t)insn->detail->x86.operands[i].mem.disp; in ir_disasm_rodata_reference()
260 && insn->detail->x86.operands[i].mem.base == X86_REG_RIP in ir_disasm_rodata_reference()
261 && insn->detail->x86.operands[i].mem.segment == X86_REG_INVALID in ir_disasm_rodata_reference()
263 && insn->detail->x86.operands[i].mem.index == X86_REG_INVALID in ir_disasm_rodata_reference()
[all …]
/php-src/ext/xml/tests/
H A Dbug72793.phpt2 Bug #72793: xml_parser_free leaks mem when execute xml_set_object
/php-src/Zend/tests/
H A Dbug29015.phpt2 Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
/php-src/ext/skeleton/
H A D.gitignore.in40 tests/**/*.mem
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddobject.h20 lexbor_mem_t *mem; member
/php-src/sapi/cli/tests/
H A Dphp_cli_server_016.phpt4 this is an indirect test for bug 60591, since mem leak is reproted in the server side

Completed in 133 milliseconds

1234