Home
last modified time | relevance | path

Searched refs:def (Results 301 - 325 of 1673) sorted by relevance

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_drawpixels.c121 nir_ssa_def *def; in lower_color() local
143 * TEX def, texcoord, drawpix_sampler, 2D in lower_color()
161 def = &tex->dest.ssa; in lower_color()
165 /* MAD def, def, scale, bias; */ in lower_color()
166 def = nir_ffma(b, def, get_scale(state), get_bias(state)); in lower_color()
184 /* TEX def.xy, def.xyyy, pixelmap_sampler, 2D; */ in lower_color()
197 tex->src[2].src = nir_src_for_ssa(nir_channels(b, def, in lower_color()
[all...]
H A Dnir_opt_copy_propagate.c86 nir_ssa_def *def = NULL; in copy_propagate_alu() local
93 def = copy->src[0].src.ssa; in copy_propagate_alu()
98 def = copy->src[src->swizzle[0]].src.ssa; in copy_propagate_alu()
101 if (copy->src[src->swizzle[i]].src.ssa != def) in copy_propagate_alu()
109 nir_instr_rewrite_src_ssa(src->src.parent_instr, &src->src, def); in copy_propagate_alu()
H A Dnir_opt_fragdepth.c35 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()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp107 ns->dst[0]->def = ns; in convert_float_setcc()
242 sblog << "cndcc def: "; in optimize_CNDcc_op()
314 if (!s || !s->def || !s->def->is_alu_inst()) in get_bool_flt_to_int_source()
317 alu_node *dn = static_cast<alu_node*>(s->def); in get_bool_flt_to_int_source()
321 if (!s || !s->def || !s->def->is_alu_inst()) in get_bool_flt_to_int_source()
329 dn = static_cast<alu_node*>(s->def); in get_bool_flt_to_int_source()
343 node *d = b->def; in get_bool_op_info()
/third_party/unity/auto/
H A Dgenerate_module.rb52 def initialize(options = nil)
100 def self.default_options
117 def self.grab_config(config_file)
129 def files_to_operate_on(module_name, pattern = nil)
173 def neutralize_filename(name, start_cap: true)
182 def create_filename(part1, part2 = '')
194 def generate(module_name, pattern = nil)
236 def destroy(module_name, pattern = nil)
/third_party/spirv-tools/source/val/
H A Dvalidate_id.cpp34 if (auto def = _.FindDef(operand_id)) in UpdateIdUse()
35 def->RegisterUse(inst, operand.offset); in UpdateIdUse()
159 if (const auto def = _.FindDef(operand_word)) { in IdPass()
161 if (spvOpcodeGeneratesType(def->opcode()) && in IdPass()
175 } else if (def->type_id() == 0 && !spvOpcodeGeneratesType(opcode) && in IdPass()
194 } else if (def->IsNonSemantic() && !inst->IsNonSemantic()) { in IdPass()
219 auto* def = _.FindDef(operand_word); in IdPass() local
220 if (!spvOpcodeGeneratesType(def->opcode())) { in IdPass()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dentry.S149 .macro def code
666 def 2
667 def 3
669 def 5
671 def 7
672 def 8
673 def 9
674 def 10
675 def 11
676 def 1
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dentry.S141 .macro def code
648 def 2
649 def 3
651 def 5
653 def 7
654 def 8
655 def 9
656 def 10
657 def 11
658 def 1
[all...]
/third_party/python/Modules/
H A D_testmultiphase.c163 Test that result of PyType_GetModuleByDef with a bad def is NULL.
327 PyModuleDef *def = PyModule_GetDef(mod); in call_state_registration_func() local
328 if (def == NULL) { in call_state_registration_func()
335 mod = PyState_FindModule(def); in call_state_registration_func()
341 ret = PyState_AddModule(mod, def); in call_state_registration_func()
347 ret = PyState_RemoveModule(def); in call_state_registration_func()
463 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule() argument
467 if (def != &def_nonmodule && def != &def_nonmodule_with_methods) { in createfunc_nonmodule()
468 PyErr_SetString(PyExc_SystemError, "def doe in createfunc_nonmodule()
687 createfunc_null(PyObject *spec, PyModuleDef *def) createfunc_null() argument
707 createfunc_raise(PyObject *spec, PyModuleDef *def) createfunc_raise() argument
728 createfunc_unreported_exception(PyObject *spec, PyModuleDef *def) createfunc_unreported_exception() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c209 const struct ccp_aes_aead_def *def) in ccp_register_aes_aead()
221 ccp_aead->mode = def->mode; in ccp_register_aes_aead()
225 *alg = *def->alg_defaults; in ccp_register_aes_aead()
226 snprintf(alg->base.cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_aes_aead()
228 def->driver_name); in ccp_register_aes_aead()
229 alg->base.cra_blocksize = def->blocksize; in ccp_register_aes_aead()
208 ccp_register_aes_aead(struct list_head *head, const struct ccp_aes_aead_def *def) ccp_register_aes_aead() argument
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c209 const struct ccp_aes_aead_def *def) in ccp_register_aes_aead()
221 ccp_aead->mode = def->mode; in ccp_register_aes_aead()
225 *alg = *def->alg_defaults; in ccp_register_aes_aead()
226 snprintf(alg->base.cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_aes_aead()
228 def->driver_name); in ccp_register_aes_aead()
229 alg->base.cra_blocksize = def->blocksize; in ccp_register_aes_aead()
208 ccp_register_aes_aead(struct list_head *head, const struct ccp_aes_aead_def *def) ccp_register_aes_aead() argument
/third_party/mesa3d/src/compiler/nir/tests/
H A Dssa_def_bits_used_tests.cpp51 is_used_once(const nir_ssa_def *def) in is_used_once() argument
53 return list_is_singular(&def->uses) && in is_used_once()
54 list_is_empty(&def->if_uses); in is_used_once()
61 nir_ssa_def *def = nir_build_alu(&bld, op, src0, src1, NULL, NULL); in build_alu_instr() local
63 if (def == NULL) in build_alu_instr()
66 nir_alu_instr *alu = nir_instr_as_alu(def->parent_instr); in build_alu_instr()
/third_party/protobuf/ruby/tests/
H A Dwell_known_types_test.rb7 def test_timestamp
30 def test_duration
35 def test_struct
128 def test_any
143 def test_struct_init
154 def test_struct_nested_init
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs175 using (Deflater def = new Deflater(CompressLevel.Default)) in Deflate_Init()
201 using (Deflater def = new Deflater((CompressLevel)5)) in Deflate_Compress()
203 def.DataAvailable += new DataAvailableHandler(CDataAvail); in Deflate_Compress()
204 def.Add(testData); in Deflate_Compress()
205 def.Finish(); in Deflate_Compress()
206 adler1 = def.Checksum; in Deflate_Compress()
/third_party/mbedtls/library/
H A Dcipher.c66 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local
70 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()
73 while (def->type != 0) { in mbedtls_cipher_list()
74 *type++ = (*def++).type; in mbedtls_cipher_list()
88 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_type() local
90 for (def = mbedtls_cipher_definitions; def->info != NULL; def++) { in mbedtls_cipher_info_from_type()
91 if (def->type == cipher_type) { in mbedtls_cipher_info_from_type()
92 return def in mbedtls_cipher_info_from_type()
102 const mbedtls_cipher_definition_t *def; mbedtls_cipher_info_from_string() local
122 const mbedtls_cipher_definition_t *def; mbedtls_cipher_info_from_values() local
[all...]
/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h37 * If no system parameter is found, the <b>def</b> parameter will be returned.\n
42 * @param def Indicates the default value to return when no query result is found.
52 int GetParameter(const char *key, const char *def, char *value, uint32_t len);
184 int32_t GetIntParameter(const char *key, int32_t def);
185 uint32_t GetUintParameter(const char *key, uint32_t def);
/base/startup/init/interfaces/kits/cj/src_enhance/
H A Dsystem_parameter_ffi.cpp64 RetDataCString FfiOHOSSysTemParameterGet(const char* key, const char* def) in FfiOHOSSysTemParameterGet() argument
68 int status = GetParameter(key, (strlen(def) == 0) ? nullptr : def, value.data(), MAX_VALUE_LENGTH); in FfiOHOSSysTemParameterGet()
/base/update/updateservice/services/core/ability/adapter/src/
H A Ddevice_adapter.cpp43 std::string DeviceAdapter::GetParameter(const std::string &key, const std::string &def) in GetParameter() argument
54 if (IsValidParamValue(def.c_str(), MAX_PARAM_VALUE_LEN)) { in GetParameter()
55 return std::string(def); in GetParameter()
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-audio.c17 const int *def; member
38 .def = routing_scheme0,
60 input = sp->def[hdw->input_val]; in pvr2_msp3400_subdev_update()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-audio.c17 const int *def; member
38 .def = routing_scheme0,
60 input = sp->def[hdw->input_val]; in pvr2_msp3400_subdev_update()
/kernel/linux/linux-6.6/drivers/iio/proximity/
H A Dsx9324.c915 reg_def->def = raw; in sx9324_get_default_reg()
923 reg_def->def &= ~SX9324_REG_AFE_CTRL0_CSIDLE_MASK; in sx9324_get_default_reg()
924 reg_def->def |= ret << SX9324_REG_AFE_CTRL0_CSIDLE_SHIFT; in sx9324_get_default_reg()
934 reg_def->def &= ~SX9324_REG_AFE_CTRL0_RINT_MASK; in sx9324_get_default_reg()
935 reg_def->def |= ret << SX9324_REG_AFE_CTRL0_RINT_SHIFT; in sx9324_get_default_reg()
952 reg_def->def &= ~SX9324_REG_AFE_CTRL4_RESOLUTION_MASK; in sx9324_get_default_reg()
953 reg_def->def |= FIELD_PREP(SX9324_REG_AFE_CTRL4_RESOLUTION_MASK, in sx9324_get_default_reg()
963 reg_def->def &= ~SX9324_REG_AFE_CTRL8_RESFILTIN_MASK; in sx9324_get_default_reg()
964 reg_def->def |= FIELD_PREP(SX9324_REG_AFE_CTRL8_RESFILTIN_MASK, in sx9324_get_default_reg()
984 reg_def->def in sx9324_get_default_reg()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp199 void CodeEmitterGK110::defId(const ValueDef& def, const int pos) in defId() argument
201 code[pos / 32] |= (def.get() && def.getFile() != FILE_FLAGS ? DDATA(def).id : GK110_GPR_ZERO) << (pos % 32); in defId()
379 defId(i->def(0), 2); in emitForm_L()
404 defId(i->def(0), 2); in emitForm_C()
442 defId(i->def(0), 2); in emitForm_21()
798 defId(i->def(0), 2); in emitSHLADD()
836 defId(i->def(0), 2); in emitNOT()
856 if (i->def( in emitLogicOp()
[all...]
H A Dnv50_ir_lowering_gv100.cpp49 Value *def[2] = { bld.getSSA(), bld.getSSA() }; in handleIADD64() local
61 bld.mkOp2(OP_ADD, TYPE_U32, def[0], src[0][0], src[1][0])-> in handleIADD64()
63 bld.mkOp2(OP_ADD, TYPE_U32, def[1], src[0][1], src[1][1])-> in handleIADD64()
65 bld.mkOp2(OP_MERGE, i->dType, i->getDef(0), def[0], def[1]); in handleIADD64()
72 Value *def = bld.getSSA(8), *defs[2]; in handleIMAD_HIGH() local
85 bld.mkOp3(OP_MAD, isSignedType(i->sType) ? TYPE_S64 : TYPE_U64, def, in handleIMAD_HIGH()
88 bld.mkSplit(defs, 4, def); in handleIMAD_HIGH()
89 i->def(0).replace(defs[1], false); in handleIMAD_HIGH()
154 i->def( in handlePREEX2()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp414 void LTOModule::addDefinedSymbol(StringRef Name, const GlobalValue *def, in addDefinedSymbol() argument
417 uint32_t align = def->getAlignment(); in addDefinedSymbol()
424 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol()
432 if (def->hasWeakLinkage() || def->hasLinkOnceLinkage()) in addDefinedSymbol()
434 else if (def->hasCommonLinkage()) in addDefinedSymbol()
440 if (def->hasLocalLinkage()) in addDefinedSymbol()
443 else if (def->hasHiddenVisibility()) in addDefinedSymbol()
445 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
447 else if (def in addDefinedSymbol()
[all...]
/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_comm.c69 INIT_LOCAL_API int GetParameter_(const char *key, const char *def, char *value, uint32_t len) in GetParameter_() argument
77 if (def == NULL) { in GetParameter_()
80 if (strlen(def) > len) { in GetParameter_()
83 ret = strcpy_s(value, len, def); in GetParameter_()

Completed in 16 milliseconds

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