Home
last modified time | relevance | path

Searched refs:def (Results 101 – 125 of 146) sorted by path

123456

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1618 local function parse_label(label, def)
1628 if def then
H A Ddynasm.lua189 local name, def = params[1], params[2] or "1"
191 map_def[name] = def
H A Dminilua.c5848 const char*def,size_t*l);
5851 lua_Integer def);
5958 const char*def,size_t*len){
5961 *len=(def?strlen(def):0);
5962 return def;
5979 lua_Integer def){
5980 return luaL_opt(L,luaL_checkinteger,narg,def);
/php-src/ext/opcache/jit/ir/
H A Dir.c1108 return def;
1118 def = ir_emit2(ctx, IR_OPT(IR_COPY, ctx->ir_base[def].type), def, 1);
1121 return def;
1128 ir_ref n, i, j, *p, def;
1144 def = *p;
1145 if (def > 0) {
1146 lists[def].count++;
1165 def = *p;
1166 if (def > 0) {
1202 def = *p;
[all …]
H A Dir.h238 _(EQ, d2C, def, def, ___) /* equal */ \
239 _(NE, d2C, def, def, ___) /* not equal */ \
242 _(LT, d2, def, def, ___) /* less */ \
243 _(GE, d2, def, def, ___) /* greater or equal */ \
244 _(LE, d2, def, def, ___) /* less or equal */ \
282 _(SHL, d2, def, def, ___) /* logic shift left */ \
283 _(SHR, d2, def, def, ___) /* logic shift right */ \
284 _(SAR, d2, def, def, ___) /* arithmetic shift right */ \
285 _(ROL, d2, def, def, ___) /* rotate left */ \
286 _(ROR, d2, def, def, ___) /* rotate right */ \
[all …]
H A Dir_aarch64.dasc2330 tmp_reg = ctx->regs[def][3];
3836 if (IR_REG_SPILLED(ctx->regs[def][0]) && ir_is_same_spill_slot(ctx, def, mem)) {
3837 if (!ir_may_avoid_spill_load(ctx, def, def)) {
3876 if (IR_REG_SPILLED(ctx->regs[def][0]) && ir_is_same_spill_slot(ctx, def, mem)) {
3877 if (!ir_may_avoid_spill_load(ctx, def, def)) {
3977 if (ctx->vregs[def]
4485 op1_reg = ctx->regs[def][1];
4486 op2_reg = ctx->regs[def][2];
4487 tmp_reg = ctx->regs[def][3];
4905 int32_t used_stack = ir_emit_arguments(ctx, def, insn, ctx->regs[def][1]);
[all …]
H A Dir_check.c71 static bool ir_check_domination(const ir_ctx *ctx, ir_ref def, ir_ref use) in ir_check_domination() argument
73 uint32_t b1 = ctx->cfg_map[def]; in ir_check_domination()
80 return def < use; in ir_check_domination()
H A Dir_ra.c1784 static int ir_hint_conflict(ir_ctx *ctx, ir_ref ref, int use, int def) in ir_hint_conflict() argument
1801 p = ctx->live_intervals[def]->use_pos; in ir_hint_conflict()
H A Dir_x86.dasc4047 mem = ir_fuse_mem(ctx, def, def, insn, ctx->regs[def][2]);
4364 mem = ir_fuse_mem(ctx, def, def, insn, ctx->regs[def][2]);
4455 mem = ir_fuse_mem(ctx, def, def, insn, ctx->regs[def][2]);
4557 mem = ir_fuse_mem(ctx, def, def, insn, ctx->regs[def][2]);
4941 mem = ir_fuse_mem(ctx, def, def, insn, ctx->regs[def][2]);
5849 ir_op op = ir_emit_cmp_fp_common(ctx, def, def, insn);
7564 if (!ir_may_avoid_spill_load(ctx, def, def)) {
7603 if (!ir_may_avoid_spill_load(ctx, def, def)) {
7754 if (ctx->vregs[def]
8898 int32_t used_stack = ir_emit_arguments(ctx, def, insn, ctx->regs[def][1]);
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16708 uint32_t def = ssa->vars[var].definition; local
16709 if (!zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + def, ssa->ops + def, NULL)) {
H A Dzend_jit_trace.c650 zend_bitset use, def; in zend_jit_trace_add_phis() local
661 def = use + set_size; in zend_jit_trace_add_phis()
811 int var, use, def, src; in zend_jit_trace_copy_ssa_var_info() local
945 int def; in zend_jit_trace_copy_ssa_var_range() local
952 if (def >= 0) { in zend_jit_trace_copy_ssa_var_range()
995 int def; in zend_jit_trace_restrict_ssa_var_info() local
1000 if (def >= 0) { in zend_jit_trace_restrict_ssa_var_info()
2741 if (def >= 0) { in zend_jit_trace_use_var()
3214 if (RA_HAS_REG(def)) { in zend_jit_trace_allocate_registers()
3220 && zend_ssa_next_use(ssa->ops, def, ssa->vars[def].use_chain) < 0 in zend_jit_trace_allocate_registers()
[all …]
/php-src/ext/opcache/tests/
H A Dpreload_dynamic_def_removal.phpt2 Preloading dynamic def in method/function
/php-src/ext/opcache/
H A Dzend_file_cache.c623 zend_op_array *def; local
625 def = defs[i];
626 UNSERIALIZE_PTR(def);
627 zend_file_cache_serialize_op_array(def, script, info, buf);
/php-src/ext/pcntl/tests/
H A Dpcntl_cpuaffinity.phpt27 pcntl_setcpuaffinity(null, ["abc" => "def", 0 => "cpuid"]);
64 pcntl_setcpuaffinity(): Argument #2 ($cpu_ids) cpu id invalid value (def)
/php-src/ext/pcre/
H A Dconfig.w326 ADD_DEF_FILE("ext\\pcre\\php_pcre.def");
/php-src/ext/pcre/tests/
H A Dbug80866.phpt10 1 => 'def',
H A Dnull_bytes.phpt22 var_dump(preg_match("/abc\0def/", "abc"));
23 var_dump(preg_match("/abc\0def/", "abc\0def"));
24 var_dump(preg_match("/abc\0def/", "abc\0fed"));
26 var_dump(preg_match("[abc\0def]", "abc"));
27 var_dump(preg_match("[abc\0def]", "abc\0def"));
28 var_dump(preg_match("[abc\0def]", "abc\0fed"));
/php-src/ext/pdo/tests/
H A Dbug_43139.phpt27 var_dump($db->query("select 0 as abc, 1 as xyz, 2 as def $from")->fetchAll(PDO::FETCH_GROUP));
37 ["def"]=>
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c787 if (F->def) { in pdo_mysql_stmt_col_meta()
788 add_assoc_string(return_value, "mysql:def", F->def); in pdo_mysql_stmt_col_meta()
H A Dphp_pdo_mysql_int.h116 MYSQL_FIELD *def; member
/php-src/ext/pgsql/
H A Dpgsql.c4560 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
4591 if (!err && (def = zend_hash_find(Z_ARRVAL(meta), field)) == NULL) { in php_pgsql_convert()
4595 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) { in php_pgsql_convert()
4599 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =… in php_pgsql_convert()
4603 …if (!err && (has_default = zend_hash_str_find(Z_ARRVAL_P(def), "has default", sizeof("has default"… in php_pgsql_convert()
4607 …if (!err && (is_enum = zend_hash_str_find(Z_ARRVAL_P(def), "is enum", sizeof("is enum") - 1)) == N… in php_pgsql_convert()
/php-src/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_002.phpt29 var_dump($rc->getStaticPropertyValue(1.5, 'def'));
47 string(3) "def"
H A DReflectionClass_setStaticPropertyValue_002.phpt34 var_dump($rc->setStaticPropertyValue(1.5, 'def'));
H A Dgh8080.phpt2 GH-8080 (ReflectionClass::getConstants() depends on def. order)
H A Dparameters_002.phpt7 NonExistingClass $na, stdClass &$opt = NULL, $def = "FooBar")
14 NonExistingClass $na, ?stdClass $opt = NULL, $def = "FooBar")
158 getName: string(3) "def"
252 getName: string(3) "def"

Completed in 186 milliseconds

123456