/third_party/skia/experimental/tools/ |
H A D | generate-unicode-test-txt | 11 # def codepoints(): 22 # def make_unicode_data(): 62 def codepoints(): 69 def to_unicode(i): 72 def to_unicode(i):
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 194 exec_mask = bld.copy(bld.def(bld.lm), Operand(exec, bld.lm)); in transition_to_WQM() 198 exec_mask = bld.sop1(Builder::s_wqm, Definition(exec, bld.lm), bld.def(s1, scc), in transition_to_WQM() 233 wqm = bld.sop1(Builder::s_and_saveexec, bld.def(bld.lm), bld.def(s1, scc), in transition_to_Exact() 236 bld.sop2(Builder::s_and, Definition(exec, bld.lm), bld.def(s1, scc), in transition_to_Exact() 278 bld.sop1(Builder::s_wqm, Definition(exec, bld.lm), bld.def(s1, scc), in add_coupling_code() 304 phi->definitions[0] = bld.def(bld.lm); in add_coupling_code() 315 phi->definitions[0] = bld.def(bld.lm); in add_coupling_code() 324 phi->definitions[0] = bld.def(bld.lm); in add_coupling_code() 411 phi->definitions[0] = bld.def(bl in add_coupling_code() [all...] |
/third_party/protobuf/ruby/tests/ |
H A D | basic_proto2.rb | 31 def proto_module 36 def test_has_field 116 def test_defined_defaults 141 def test_set_clear_defaults 201 def test_assign_nil 212 def test_initialization_map_errors 225 def test_to_h 240 def test_map_keyword_disabled 257 def test_respond_to 264 def test_file_descripto [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 60 SlotIndex def; member in llvm::VNInfo 63 VNInfo(unsigned i, SlotIndex d) : id(i), def(d) {} in VNInfo() 66 VNInfo(unsigned i, const VNInfo &orig) : id(i), def(orig.def) {} in VNInfo() 70 def = src.def; in copyFrom() 77 bool isPHIDef() const { return def.isBlock(); } in isPHIDef() 80 bool isUnused() const { return !def.isValid(); } in isUnused() 83 void markUnused() { def = SlotIndex(); } in markUnused() 115 /// Return true if this instruction has a dead def [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 1102 &ctx->intervals[other_dst->tied->def->name]; in compress_regs_left() 1286 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name]; in compress_regs_left() 1410 struct ra_interval *src_interval = &ctx->intervals[src->def->name]; in get_reg() 1470 struct ra_interval *interval = &ctx->intervals[src->def->name]; in mark_src_killed() 1524 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name]; in insert_tied_dst_copy() 1546 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name]; in allocate_dst() 1566 struct ra_interval *interval = &ctx->intervals[src->def->name]; in assign_src() 1643 * sources with the same def and that def is killed we only remove it at in handle_normal_instr() 1664 if (dst->merge_set == NULL || src->def in handle_split() 1910 read_register(struct ra_ctx *ctx, struct ir3_block *block, struct ir3_register *def) read_register() argument 1925 handle_live_in(struct ra_ctx *ctx, struct ir3_register *def) handle_live_in() argument 1950 handle_live_out(struct ra_ctx *ctx, struct ir3_register *def) handle_live_out() argument 1970 handle_phi(struct ra_ctx *ctx, struct ir3_register *def) handle_phi() argument [all...] |
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 303 struct symdef def = {0}; in find_sym2() local 323 def.sym = sym; in find_sym2() 324 def.dso = dso; in find_sym2() 327 return def; in find_sym2() 345 struct symdef def; in do_relocs() local 385 def = (sym->st_info>>4) == STB_LOCAL in do_relocs() 388 if (!def.sym && (sym->st_shndx != SHN_UNDEF in do_relocs() 404 def.sym = 0; in do_relocs() 405 def.dso = dso; in do_relocs() 408 sym_val = def in do_relocs() 2240 struct symdef def = find_sym2(p, s, 0, use_deps); do_dlsym() local [all...] |
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 303 struct symdef def = {0}; in find_sym2() local 323 def.sym = sym; in find_sym2() 324 def.dso = dso; in find_sym2() 327 return def; in find_sym2() 345 struct symdef def; in do_relocs() local 385 def = (sym->st_info>>4) == STB_LOCAL in do_relocs() 388 if (!def.sym && (sym->st_shndx != SHN_UNDEF in do_relocs() 404 def.sym = 0; in do_relocs() 405 def.dso = dso; in do_relocs() 408 sym_val = def in do_relocs() 2239 struct symdef def = find_sym2(p, s, 0, use_deps); do_dlsym() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_dead_cf.c | 98 nir_ssa_def *def = NULL; in opt_constant_if() local 104 def = phi_src->src.ssa; in opt_constant_if() 107 assert(def); in opt_constant_if() 109 nir_ssa_def_rewrite_uses(&phi->dest.ssa, def); in opt_constant_if() 136 def_only_used_in_cf_node(nir_ssa_def *def, void *_node) in def_only_used_in_cf_node() argument 144 nir_foreach_use(use, def) { in def_only_used_in_cf_node() 153 * to determine if the SSA def ever escapes the loop. If it's used by a in def_only_used_in_cf_node() 164 nir_foreach_if_use(use, def) { in def_only_used_in_cf_node() 409 * from breaking any SSA use/def chains by replacing any uses of removed in opt_dead_cf_impl()
|
H A D | nir_opt_fragdepth.c | 35 ssa_def_is_source_depth(nir_ssa_def *def) in ssa_def_is_source_depth() argument 37 nir_ssa_scalar scalar = nir_ssa_scalar_resolved(def, 0); in ssa_def_is_source_depth() 38 nir_instr *instr = scalar.def->parent_instr; in ssa_def_is_source_depth()
|
H A D | nir_schedule.c | 35 * make up the DDG for NIR (which can be mostly done using the NIR def/use 174 nir_schedule_def_pressure(nir_ssa_def *def) in nir_schedule_def_pressure() argument 176 return def->num_components; in nir_schedule_def_pressure() 287 nir_schedule_ssa_deps(nir_ssa_def *def, void *in_state) in nir_schedule_ssa_deps() argument 291 nir_schedule_node *def_n = nir_schedule_get_node(instr_map, def->parent_instr); in nir_schedule_ssa_deps() 293 nir_foreach_use(src, def) { in nir_schedule_ssa_deps() 454 * depend on the def. in nir_schedule_calculate_deps() 566 nir_schedule_regs_freed_def_cb(nir_ssa_def *def, void *in_state) in nir_schedule_regs_freed_def_cb() argument 570 state->regs_freed -= nir_schedule_def_pressure(def); in nir_schedule_regs_freed_def_cb() 586 /* Only the first def o in nir_schedule_regs_freed_dest_cb() 912 nir_schedule_mark_def_scheduled(nir_ssa_def *def, void *state) nir_schedule_mark_def_scheduled() argument 1093 nir_schedule_ssa_def_init_scoreboard(nir_ssa_def *def, void *state) nir_schedule_ssa_def_init_scoreboard() argument [all...] |
H A D | nir_opt_load_store_vectorize.c | 228 hash = XXH32(&key->offset_defs[i].def->index, sizeof(key->offset_defs[i].def->index), hash); in hash_entry_key() 249 if (a->offset_defs[i].def != b->offset_defs[i].def || in entry_key_equals() 290 /* If "def" is from an alu instruction with the opcode "op" and one of it's 291 * sources is a constant, update "def" to be the non-constant source, fill "c" 294 parse_alu(nir_ssa_scalar *def, nir_op op, uint64_t *c) in parse_alu() argument 296 if (!nir_ssa_scalar_is_alu(*def) || nir_ssa_scalar_alu_op(*def) != op) in parse_alu() 299 nir_ssa_scalar src0 = nir_ssa_scalar_chase_alu_src(*def, in parse_alu() 364 add_to_entry_key(nir_ssa_scalar *offset_defs, uint64_t *offset_defs_mul, unsigned offset_def_count, nir_ssa_scalar def, uint64_t mul) add_to_entry_key() argument [all...] |
H A D | nir_instr_set.c | 195 hash = HASH(hash, instr->def.num_components); in hash_load_const() 197 if (instr->def.bit_size == 1) { in hash_load_const() 198 for (unsigned i = 0; i < instr->def.num_components; i++) { in hash_load_const() 203 unsigned size = instr->def.num_components * sizeof(*instr->value); in hash_load_const() 685 if (load1->def.num_components != load2->def.num_components) in nir_instrs_equal() 688 if (load1->def.bit_size != load2->def.bit_size) in nir_instrs_equal() 691 if (load1->def.bit_size == 1) { in nir_instrs_equal() 692 for (unsigned i = 0; i < load1->def in nir_instrs_equal() 823 nir_ssa_def *def = nir_instr_get_dest_ssa_def(instr); nir_instr_set_add_or_rewrite() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_asetrate.c | 34 #define OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) \ 36 { .deffield = def }, min, max, FLAGS, __VA_ARGS__ } 38 #define OPT_INT(name, field, def, min, max, descr, ...) \ 39 OPT_GENERIC(name, field, def, min, max, descr, INT, i64, __VA_ARGS__)
|
/third_party/gn/src/gn/ |
H A D | template.cc | 20 Template::Template(const Scope* scope, const FunctionCallNode* def) in Template() argument 21 : closure_(scope->MakeClosure()), definition_(def) {} in Template() 23 Template::Template(std::unique_ptr<Scope> scope, const FunctionCallNode* def) in Template() argument 24 : closure_(std::move(scope)), definition_(def) {} in Template()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | lower_returns_tests.cpp | 55 nir_ssa_def *def) in create_one_source_phi() 59 nir_phi_instr_add_src(phi, pred, nir_src_for_ssa(def)); in create_one_source_phi() 62 def->num_components, def->bit_size, NULL); in create_one_source_phi() 54 create_one_source_phi(nir_shader *shader, nir_block *pred, nir_ssa_def *def) create_one_source_phi() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_validate.c | 50 struct qinst *def = c->defs[i]; in qir_validate() local 52 if (def && def->cond != QPU_COND_ALWAYS) in qir_validate() 53 fail_instr(c, def, "SSA def with condition"); in qir_validate()
|
/third_party/skia/tools/ |
H A D | check-headers-self-sufficient | 67 def compile_header(header): 83 def compile_headers(headers): 87 def print_and_exit_if(r): 103 def main(argv):
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuredDeclarationEmit.js | 5 const arr: [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]] = [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]]; 31 var arr = [0, 1, 2, ['a', 'b', 'c', [{ def: 'def' }, { sec: 'sec' }]]];
66 def: 'def';
|
/third_party/skia/build/fuchsia/ |
H A D | update_fuchsia_sdk | 27 def MessageExit(message): 32 def CipdLives(): 45 def DownloadAndUnzip(pkg_name, version, cipd_cache_dir, output_dir): 54 def Main():
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdtrgtst.c | 133 UDateFormat *def; in Test4056591() local 167 def = udat_open(UDAT_PATTERN,UDAT_PATTERN,NULL, NULL, 0, pat, u_strlen(pat), &status); in Test4056591() 175 udat_set2DigitYearStart(def, start, &status); in Test4056591() 178 if( (udat_get2DigitYearStart(def, &status) != start)) in Test4056591() 185 got = udat_parse(def, s, u_strlen(s), 0, &status); in Test4056591() 186 gotdate=myFormatit(def, got); in Test4056591() 187 expdate=myFormatit(def, exp); in Test4056591() 198 udat_close(def); in Test4056591() 209 UDateFormat* def; in Test4059917() local 219 def in Test4059917() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 108 struct sbg_script_definition *def; member 583 struct sbg_script_definition *def) in parse_block_def() 603 def->type = 'B'; in parse_block_def() 604 def->elements = tseq; in parse_block_def() 605 def->nb_elements = p->nb_block_tseq - tseq; in parse_block_def() 606 if (!def->nb_elements) in parse_block_def() 740 struct sbg_script_definition *def) in parse_synth_def() 757 def->type = 'S'; in parse_synth_def() 758 def->elements = synth; in parse_synth_def() 759 def in parse_synth_def() 582 parse_block_def(struct sbg_parser *p, struct sbg_script_definition *def) parse_block_def() argument 739 parse_synth_def(struct sbg_parser *p, struct sbg_script_definition *def) parse_synth_def() argument 767 struct sbg_script_definition *def; parse_named_def() local 959 struct sbg_script_definition *def; expand_tseq() local [all...] |
/third_party/node/deps/npm/node_modules/nopt/lib/ |
H A D | nopt-lib.js | 20 const isTypeDef = (type, def) => def && type === def 21 const hasTypeDef = (type, def) => def && type.indexOf(def) !== -1 22 const doesNotHaveTypeDef = (type, def) => def && !hasTypeDef(type, def)
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 197 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos) in defId() argument 199 code[pos / 32] |= (def.get() && def.getFile() != FILE_FLAGS ? DDATA(def).id : 63) << (pos % 32); in defId() 205 defId(insn->def(d), pos); in defId() 385 assert(d < 0 || (i->defExists(d) && i->def(d).getFile() == FILE_PREDICATE)); in setPDSTL() 387 uint32_t pred = d >= 0 ? DDATA(i->def(d)).id : 7; in setPDSTL() 401 defId(i->def(0), 14); in emitForm_A() 446 defId(i->def(0), 14); in emitForm_B() 476 defId(i->def( in emitForm_S() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 314 /// block somewhere. Register values can appear without a corresponding def when 360 SlotIndex Def = VNI->def; in createSegmentsForValues() 402 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 486 Idx = DefVNI->def; in shrinkToUses() 491 // Create new live ranges with only minimal live segments per def. in shrinkToUses() 513 SlotIndex Def = VNI->def; in computeDeadValues() 536 // This is a dead def. Make sure the instruction knows. in computeDeadValues() 590 Idx = DefVNI->def; in shrinkToUses() 595 // Create a new live ranges with only minimal live segments per def. in shrinkToUses() 607 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses() [all...] |
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 4 def get_version_string(): 9 def get_version(): 69 def __init__(self, object name, size_t index, size_t line, size_t column, 78 def get_snippet(self): 81 def __str__(self): 91 # def __init__(self, context=None, context_mark=None, 99 # def __str__(self): 119 # def __init__(self, name, position, character, encoding, reason): 126 # def __str__(self): 150 # def __init_ [all...] |