Home
last modified time | relevance | path

Searched refs:def (Results 326 - 350 of 1664) sorted by relevance

1...<<11121314151617181920>>...67

/third_party/mesa3d/src/compiler/nir/tests/
H A Dlower_returns_tests.cpp55 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 Dvc4_qir_validate.c50 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 Dcheck-headers-self-sufficient67 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 DdestructuredDeclarationEmit.js5 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';
H A DtemplateStringInFunctionExpression.js3 `abc${ 0 }def`
4 return `abc${ 0 }def`;
9 "abc".concat(0, "def");
10 return "abc".concat(0, "def");
H A DtemplateStringInObjectLiteralES6.js3 a: `abc${ 123 }def`,
9 a: `abc${123}def`,
H A DtemplateStringWithEmbeddedFunctionExpressionES6.js2 var x = `abc${ function y() { return y; } }def`;
5 var x = `abc${function y() { return y; }}def`;
/third_party/skia/build/fuchsia/
H A Dupdate_fuchsia_sdk27 def MessageExit(message):
32 def CipdLives():
45 def DownloadAndUnzip(pkg_name, version, cipd_cache_dir, output_dir):
54 def Main():
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dssm2602.c44 { .reg = 0x00, .def = 0x0097 },
45 { .reg = 0x01, .def = 0x0097 },
46 { .reg = 0x02, .def = 0x0079 },
47 { .reg = 0x03, .def = 0x0079 },
48 { .reg = 0x04, .def = 0x000a },
49 { .reg = 0x05, .def = 0x0008 },
50 { .reg = 0x06, .def = 0x009f },
51 { .reg = 0x07, .def = 0x000a },
52 { .reg = 0x08, .def = 0x0000 },
53 { .reg = 0x09, .def
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dssm2602.c44 { .reg = 0x00, .def = 0x0097 },
45 { .reg = 0x01, .def = 0x0097 },
46 { .reg = 0x02, .def = 0x0079 },
47 { .reg = 0x03, .def = 0x0079 },
48 { .reg = 0x04, .def = 0x000a },
49 { .reg = 0x05, .def = 0x0008 },
50 { .reg = 0x06, .def = 0x009f },
51 { .reg = 0x07, .def = 0x000a },
52 { .reg = 0x08, .def = 0x0000 },
53 { .reg = 0x09, .def
[all...]
/third_party/protobuf/ruby/tests/
H A Dbasic_proto2.rb31 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...]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-des3.c180 const struct ccp_des3_def *def) in ccp_register_des3_alg()
192 ccp_alg->mode = def->mode; in ccp_register_des3_alg()
196 *alg = *def->alg_defaults; in ccp_register_des3_alg()
197 snprintf(alg->base.cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_des3_alg()
199 def->driver_name); in ccp_register_des3_alg()
200 alg->base.cra_blocksize = def->blocksize; in ccp_register_des3_alg()
201 alg->ivsize = def->ivsize; in ccp_register_des3_alg()
179 ccp_register_des3_alg(struct list_head *head, const struct ccp_des3_def *def) ccp_register_des3_alg() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dasn1.c176 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len) in asn1_length_decode() argument
184 *def = 0; in asn1_length_decode()
186 *def = 1; in asn1_length_decode()
216 unsigned int def = 0; in asn1_header_decode() local
222 if (!asn1_length_decode(ctx, &def, &len)) in asn1_header_decode()
226 if (*con == ASN1_PRI && !def) in asn1_header_decode()
229 if (def) in asn1_header_decode()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-fim.c254 .def = FIM_CL_ENABLE_DEF,
264 .def = FIM_CL_NUM_DEF,
274 .def = FIM_CL_TOLERANCE_MIN_DEF,
284 .def = FIM_CL_TOLERANCE_MAX_DEF,
294 .def = FIM_CL_NUM_SKIP_DEF,
307 .def = IRQ_TYPE_NONE, /* input capture disabled by default */
317 .def = 0,
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_dead_cf.c98 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 Dnir.c756 nir_ssa_def_init(&instr->instr, &instr->def, num_components, bit_size); in nir_load_const_instr_create()
897 * Note that this does not update the def/use relationship for src, assuming
937 nir_ssa_def_init(&instr->instr, &instr->def, num_components, bit_size); in nir_ssa_undef_instr_create()
1090 add_ssa_def_cb(nir_ssa_def *def, void *state) in add_ssa_def_cb() argument
1094 if (instr->block && def->index == UINT_MAX) { in add_ssa_def_cb()
1098 def->index = impl->ssa_alloc++; in add_ssa_def_cb()
1288 static bool nir_instr_free_and_dce_live_cb(nir_ssa_def *def, void *state) in nir_instr_free_and_dce_live_cb() argument
1292 if (!nir_ssa_def_is_unused(def)) { in nir_instr_free_and_dce_live_cb()
1421 return cb(&nir_instr_as_load_const(instr)->def, state); in nir_foreach_ssa_def()
1423 return cb(&nir_instr_as_ssa_undef(instr)->def, stat in nir_foreach_ssa_def()
1737 nir_ssa_def_init(nir_instr *instr, nir_ssa_def *def, unsigned num_components, unsigned bit_size) nir_ssa_def_init() argument
1771 nir_ssa_def_rewrite_uses(nir_ssa_def *def, nir_ssa_def *new_ssa) nir_ssa_def_rewrite_uses() argument
1782 nir_ssa_def_rewrite_uses_src(nir_ssa_def *def, nir_src new_src) nir_ssa_def_rewrite_uses_src() argument
1826 nir_ssa_def_rewrite_uses_after(nir_ssa_def *def, nir_ssa_def *new_ssa, nir_instr *after_me) nir_ssa_def_rewrite_uses_after() argument
1885 nir_ssa_def_components_read(const nir_ssa_def *def) nir_ssa_def_components_read() argument
2150 index_ssa_def_cb(nir_ssa_def *def, void *state) index_ssa_def_cb() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp101 cl::desc("During rematerialization for a copy, if the def instruction has "
207 /// If one def has many copy like uses, and those copy uses are all
286 /// existing subregister number of the def / use being updated is not zero,
294 /// %0:sub0<def,read-undef> = ...
618 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()
629 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def); in adjustCopiesBackFrom()
636 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()
658 BValNo->def = FillerStart; in adjustCopiesBackFrom()
680 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()
800 assert(BValNo != nullptr && BValNo->def in removeCopyByCommutingDef()
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
H A Daddressable-degen.c1 extern void def(void *, unsigned int);
7 def(x, sizeof(x)); in bar()
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_exec_mask.cpp194 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/ltp/tools/sparse/sparse-src/validation/optim/
H A Dkill-stores2.c1 extern void def(int *);
6 def(&c); in foo()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c112 chanctx_conf->def.chan->band != NL80211_BAND_2GHZ) { in iwl_get_coex_type()
292 chanctx_conf->def.chan->band != NL80211_BAND_2GHZ)) { in iwl_mvm_bt_notif_per_link()
467 if (WARN_ON(!chan->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
472 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle()
475 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
476 chan->def.chan->center_freq) in iwl_mvm_bt_coex_notif_handle()
483 iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; in iwl_mvm_bt_coex_notif_handle()
490 if (WARN_ON(!data.secondary->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
495 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle()
498 if (chan->def in iwl_mvm_bt_coex_notif_handle()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h60 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/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_setsigdefault.c4 int posix_spawnattr_setsigdefault(posix_spawnattr_t *restrict attr, const sigset_t *restrict def) in posix_spawnattr_setsigdefault() argument
8 attr->__def = *def; in posix_spawnattr_setsigdefault()
H A Dposix_spawnattr_getsigdefault.c4 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def) in posix_spawnattr_getsigdefault() argument
7 *def = attr->__def; in posix_spawnattr_getsigdefault()
/third_party/musl/src/process/
H A Dposix_spawnattr_setsigdefault.c4 int posix_spawnattr_setsigdefault(posix_spawnattr_t *restrict attr, const sigset_t *restrict def) in posix_spawnattr_setsigdefault() argument
7 attr->__def = *def; in posix_spawnattr_setsigdefault()

Completed in 17 milliseconds

1...<<11121314151617181920>>...67