/external/skqp/tools/skqp/ |
D | gn_to_bp.py | 170 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni')) variable 193 'arm_srcs': bpfmt(16, defs['armv7']), 194 'arm_neon_srcs': bpfmt(20, defs['neon']), 195 'arm64_srcs': bpfmt(16, defs['arm64'] + 196 defs['crc32']), 197 'none_srcs': bpfmt(16, defs['none']), 198 'x86_srcs': bpfmt(16, defs['sse2'] + 199 defs['ssse3'] + 200 defs['sse41'] + 201 defs['sse42'] + [all …]
|
/external/skia/tools/skqp/ |
D | gn_to_bp.py | 168 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni')) variable 191 'arm_srcs': bpfmt(16, defs['armv7']), 192 'arm_neon_srcs': bpfmt(20, defs['neon']), 193 'arm64_srcs': bpfmt(16, defs['arm64'] + 194 defs['crc32']), 195 'none_srcs': bpfmt(16, defs['none']), 196 'x86_srcs': bpfmt(16, defs['sse2'] + 197 defs['ssse3'] + 198 defs['sse41'] + 199 defs['sse42'] + [all …]
|
/external/skqp/gn/ |
D | gn_to_bp.py | 354 defs = gn_to_bp_utils.GetArchSources(os.path.join(here, 'opts.gni')) variable 428 'arm_srcs': bpfmt(16, strip_headers(defs['armv7'])), 429 'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])), 430 'arm64_srcs': bpfmt(16, strip_headers(defs['arm64'] + 431 defs['crc32'])), 432 'none_srcs': bpfmt(16, strip_headers(defs['none'])), 433 'x86_srcs': bpfmt(16, strip_headers(defs['sse2'] + 434 defs['ssse3'] + 435 defs['sse41'] + 436 defs['sse42'] + [all …]
|
D | gn_to_bp_utils.py | 94 defs = {} 95 execfile(opts_file, builtins, defs) 98 for arch in defs: 99 defs[arch] = [ p.replace('$_src', 'src') for p in defs[arch]] 101 return defs
|
/external/skia/gn/ |
D | gn_to_bp.py | 410 defs = gn_to_bp_utils.GetArchSources(os.path.join(here, 'opts.gni')) variable 487 'arm_srcs': bpfmt(16, strip_headers(defs['armv7'])), 488 'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])), 489 'arm64_srcs': bpfmt(16, strip_headers(defs['arm64'] + 490 defs['crc32'])), 491 'none_srcs': bpfmt(16, strip_headers(defs['none'])), 492 'x86_srcs': bpfmt(16, strip_headers(defs['sse2'] + 493 defs['ssse3'] + 494 defs['sse41'] + 495 defs['sse42'] + [all …]
|
D | gn_to_bp_utils.py | 94 defs = {} 95 execfile(opts_file, builtins, defs) 98 for arch in defs: 99 defs[arch] = [ p.replace('$_src', 'src') for p in defs[arch]] 101 return defs
|
/external/mesa3d/src/compiler/nir/ |
D | nir_phi_builder.c | 78 nir_ssa_def *defs[0]; member 109 unsigned bit_size, const BITSET_WORD *defs) in nir_phi_builder_add_value() argument 114 val = rzalloc_size(pb, sizeof(*val) + sizeof(val->defs[0]) * pb->num_blocks); in nir_phi_builder_add_value() 124 BITSET_FOREACH_SET(i, tmp, defs, pb->num_blocks) { in nir_phi_builder_add_value() 146 if (val->defs[next->index] == NULL) { in nir_phi_builder_add_value() 151 val->defs[next->index] = NEEDS_PHI; in nir_phi_builder_add_value() 168 val->defs[block->index] = def; in nir_phi_builder_value_set_block_def() 179 while (dom && val->defs[dom->index] == NULL) in nir_phi_builder_value_get_block_def() 195 } else if (val->defs[dom->index] == NEEDS_PHI) { in nir_phi_builder_value_get_block_def() 219 def = val->defs[dom->index] = &phi->dest.ssa; in nir_phi_builder_value_get_block_def() [all …]
|
D | nir_lower_regs_to_ssa.c | 230 NIR_VLA(BITSET_WORD, defs, block_set_words); in nir_lower_regs_to_ssa_impl() 242 memset(defs, 0, block_set_words * sizeof(*defs)); in nir_lower_regs_to_ssa_impl() 245 BITSET_SET(defs, dest->reg.parent_instr->block->index); in nir_lower_regs_to_ssa_impl() 249 reg->bit_size, defs); in nir_lower_regs_to_ssa_impl() 273 assert(list_empty(®->defs)); in nir_lower_regs_to_ssa_impl()
|
/external/clang/test/Modules/Inputs/submodules-merge-defs/ |
D | module.modulemap | 2 textual header "defs.h" 4 module "use" { header "use-defs.h" } 5 module "use-2" { requires use_defs_twice header "use-defs-2.h" } 14 module "merged-defs" { 15 header "merged-defs.h" 21 use "merged-defs"
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_def_use.cpp | 38 void def_use::process_phi(container_node *c, bool defs, bool uses) { in process_phi() argument 44 if (defs) in process_phi() 49 void def_use::run_on(node* n, bool defs) { in run_on() argument 62 if (defs) in run_on() 66 } else if (is_region & defs) { in run_on() 75 run_on(*I, defs); in run_on() 82 process_phi(r->phi, defs, !defs); in run_on() 83 if (r->loop_phi && !defs) in run_on()
|
/external/elfutils/libcpu/ |
D | ChangeLog | 137 * defs/i386: Add dppd, dpps, insertps, movntdqa, mpsadbw, packusdw, 169 * defs/i386: Add blendvpd and blendvps opcodes. 173 * defs/i386: Add blendpd and blendps opcodes. 177 * defs/i386: Add entry for AMD 3DNOW. 187 * defs/i386: Fix typo in comment. 197 * Makefile.am (EXTRA_DIST): Remove defs/x86_64. 201 * defs/i386: Add fixes for opcodes with register number in opcode, 237 * defs/i386: Fix a few instructions with immediate arguments. 246 * defs/i386: Lots of changes for x86-64. 250 * defs/x86_64: Removed. [all …]
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter_test.py | 73 defs, = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS) 74 defs.directives[directive_key] = { 112 defs = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS) 113 defs[0].directives[directive_key] = { 117 defs[1].directives[directive_key] = { 139 defs = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS) 140 defs[0].directives[directive_key] = { 143 defs[1].directives[directive_key] = {
|
/external/clang/utils/ABITest/ |
D | Makefile.test.common | 46 .PHONY: test.%.defs-report 47 test.%.defs-report: temps/test.%.defs.diff 56 …s/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temps/test.%.x.defs temps/test.%.y.defs 77 .PRECIOUS: temps/test.%.defs.diff 78 temps/test.%.defs.diff: temps/test.%.x.defs temps/test.%.y.defs 119 .PRECIOUS: temps/test.%.x.defs 120 temps/test.%.x.defs: temps/test.%.a.x.ll temps/.dir 122 .PRECIOUS: temps/test.%.y.defs 123 temps/test.%.y.defs: temps/test.%.a.y.ll temps/.dir
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.c | 532 c->defs = reralloc(c, c->defs, struct qinst *, in qir_get_temp() 534 memset(&c->defs[old_size], 0, in qir_get_temp() 535 sizeof(c->defs[0]) * (c->defs_array_size - old_size)); in qir_get_temp() 570 c->defs[inst->dst.index] = inst; in qir_emit_def() 581 c->defs[inst->dst.index] = NULL; in qir_emit_nondef() 666 c->defs[qinst->dst.index] = NULL; in qir_remove_instruction() 678 c->defs[reg.index] && in qir_follow_movs() 679 (c->defs[reg.index]->op == QOP_MOV || in qir_follow_movs() 680 c->defs[reg.index]->op == QOP_FMOV || in qir_follow_movs() 681 c->defs[reg.index]->op == QOP_MMOV)&& in qir_follow_movs() [all …]
|
D | vc4_opt_algebraic.c | 198 c->defs[inst->src[1].index] && in qir_opt_algebraic() 199 c->defs[inst->src[1].index]->op == QOP_FSUB) { in qir_opt_algebraic() 200 struct qinst *fsub = c->defs[inst->src[1].index]; in qir_opt_algebraic() 213 c->defs[inst->src[0].index] && in qir_opt_algebraic() 214 c->defs[inst->src[0].index]->op == QOP_FSUB) { in qir_opt_algebraic() 215 struct qinst *fsub = c->defs[inst->src[0].index]; in qir_opt_algebraic()
|
/external/python/cpython2/PC/VS7.1/ |
D | build_ssl.py | 169 defs = "SSL_DIR=\"%s\"" % (ssl_dir,) 171 defs = defs + " " + "DEBUG=1" 173 defs = defs + " EXTRA_CFLAGS=/GS- EXTRA_LIBS=bufferoverflowU.lib" 174 makeCommand = 'nmake /nologo -f _ssl.mak ' + defs + " " + make_flags
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 499 gateway_p->ip_addr = rcvns_p->defs.nd_ns_target; /* IP address */ in return_neigh_adv() 536 sndna_p->defs.nd_na_type = ND_NEIGHBOR_ADVERT; in return_neigh_adv() 537 sndna_p->defs.nd_na_code = 0; in return_neigh_adv() 538 sndna_p->defs.nd_na_cksum = 0; /* Calculate later */ in return_neigh_adv() 539 sndna_p->defs.nd_na_target = gateway_p->ip_addr; in return_neigh_adv() 540 sndna_p->defs.nd_na_flags_reserved in return_neigh_adv() 557 sndna_p->defs.nd_na_cksum = calc_checksum((u_int16_t *) (&p_ip6), in return_neigh_adv() 638 sndrd_p->defs.nd_rd_type = ND_REDIRECT; in return_icmp6_redirect() 639 sndrd_p->defs.nd_rd_code = 0; in return_icmp6_redirect() 640 sndrd_p->defs.nd_rd_cksum = 0; /* Calculate later */ in return_icmp6_redirect() [all …]
|
/external/python/cpython3/Tools/scripts/ |
D | parseentities.py | 34 def writefile(f,defs): argument 37 items = sorted(defs.items()) 61 defs = parse(text) variable 62 writefile(outfile,defs)
|
/external/python/cpython2/Tools/scripts/ |
D | parseentities.py | 35 def writefile(f,defs): argument 38 items = defs.items() 63 defs = parse(text) variable 64 writefile(outfile,defs)
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 210 return defs.empty() ? NULL : defs.front()->getInsn(); in getInsn() 215 if (defs.empty()) in getUniqueInsn() 220 for (DefCIterator it = defs.begin(); it != defs.end(); ++it) in getUniqueInsn() 228 for (DefCIterator it = defs.begin(); n < 2 && it != defs.end(); ++it) in getUniqueInsn() 235 assert(defs.front()->get() == this); in getUniqueInsn() 236 return defs.front()->getInsn(); in getUniqueInsn()
|
/external/adhd/defs/ |
D | definitions.mk | 5 include $(ADHD_DIR)/defs/utilities.mk 6 include $(ADHD_DIR)/defs/c.mk 7 include $(ADHD_DIR)/defs/make.mk
|
/external/libnl/ |
D | .gitignore | 11 defs.h.in 12 defs.h.in~ 16 /lib/defs.h
|
/external/googletest/googletest/scripts/ |
D | gen_gtest_pred_impl.py | 644 defs = DEFS.copy() 645 defs.update({ 660 TEST_F(%(assertion)sTest, %(test_name)s) {""" % defs 675 test += '\n' + extra_indent + """ %(assertion)s(%(pf)s""" % defs 677 test = test % defs 678 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 644 defs = DEFS.copy() 645 defs.update({ 660 TEST_F(%(assertion)sTest, %(test_name)s) {""" % defs 675 test += '\n' + extra_indent + """ %(assertion)s(%(pf)s""" % defs 677 test = test % defs 678 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
|
/external/swiftshader/third_party/llvm-7.0/scripts/ |
D | update.py | 147 for arch, defs in LLVM_TARGETS: 148 conds[arch] = ' || '.join('defined(' + v + ')' for v in defs) 174 for arch, defs in LLVM_TARGETS: 188 for defs, triple in triples: 189 print(directive + ' defined(' + defs + ')',
|