/third_party/backends/backend/ |
H A D | teco3.c | 408 dev->def = &(scanners[i]); in teco_identify_scanner() 473 switch (dev->def->tecoref) in teco_set_window() 527 switch (dev->def->tecoref) in teco_set_window() 837 dev->sane.vendor = dev->def->real_vendor; in attach_scanner() 838 dev->sane.model = dev->def->real_product; in attach_scanner() 913 dev->opt[OPT_RESOLUTION].constraint.range = &dev->def->res_range; in teco_init_options() 1884 if (dev->x_resolution > dev->def->x_resolution_max) in sane_get_parameters() 1886 dev->x_resolution = dev->def->x_resolution_max; in sane_get_parameters()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 1144 SpvId def = get_src(ctx, &alu->src[src].src); in get_alu_src_raw() local 1164 return def; in get_alu_src_raw() 1173 def, indices, in get_alu_src_raw() 1182 constituents[i] = def; in get_alu_src_raw() 1203 def, def, components, in get_alu_src_raw() 2296 unsigned bit_size = load_const->def.bit_size; in emit_load_const() 2297 unsigned num_components = load_const->def.num_components; in emit_load_const() 2318 store_ssa_def(ctx, &load_const->def, value); in emit_load_const() 2321 store_ssa_def(ctx, &load_const->def, component in emit_load_const() 3316 SpvId def = get_src(ctx, src); get_src_float() local 3325 SpvId def = get_src(ctx, src); get_src_int() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 246 float def = 0; in GetArrayData() local 247 (void)memset_s(&def, sizeof(def), 0xff, sizeof(def)); in GetArrayData() 248 status = GetArrayElement<double, float>(data, def, napi_get_value_double); in GetArrayData()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 462 def(), adef(), uses(), constraint(), chunk(), in value() 486 node *def, *adef; member in r600_sb::value 510 assert(!(def && adef)); in any_def() 511 return def ? def : adef; in any_def()
|
H A D | sb_def_use.cpp | 98 v->def = n; in process_defs()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expand.c | 896 struct symbol *def; in expand_symbol_call() local 898 def = ctype->definition ? ctype->definition : ctype; in expand_symbol_call() 899 if (inline_function(expr, def)) { in expand_symbol_call() 900 struct symbol *fn = def->ctype.base_type; in expand_symbol_call() 903 current_fn = def; in expand_symbol_call()
|
H A D | sparse-llvm.c | 772 struct basic_block *def = NULL; in output_op_switch() local 780 def = jmp->target; in output_op_switch() 785 def ? def->priv : NULL, n_jmp); in output_op_switch() 1181 phisrc = phi->def; in output_fn()
|
H A D | expression.h | 262 struct expression *def; member
|
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.cc | 74 const auto& def = block->InputDefinitions().Peek(i); in EmitBlock() local 75 stack.Push(DefinitionToVariable(def)); in EmitBlock() 76 if (def.IsPhiFromBlock(block)) { in EmitBlock() 395 const auto def = instruction.GetLabelValueDefinition(i, j); in EmitInstruction() local 396 SetDefinitionVariable(def, var_names[i].back() + ".value()"); in EmitInstruction()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 420 ppir_const_node *node = ppir_node_create_ssa(block, ppir_op_const, &instr->def); in ppir_emit_load_const() 424 assert(instr->def.bit_size == 32); in ppir_emit_load_const() 426 for (int i = 0; i < instr->def.num_components; i++) in ppir_emit_load_const() 428 node->constant.num = instr->def.num_components; in ppir_emit_load_const() 437 ppir_node *node = ppir_node_create_ssa(block, ppir_op_undef, &undef->def); in ppir_emit_ssa_undef()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/ |
H A D | permission_policy_set.h | 77 void PermDefToString(const PermissionDef& def, std::string& info) const;
|
/base/startup/appspawn/util/include/ |
H A D | appspawn_utils.h | 134 uint32_t GetSpawnTimeout(uint32_t def);
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 77 unsigned long GetMountModeFromConfig(const cJSON *config, const char *key, unsigned long def);
|
/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_config.h | 69 bool CheckResourceTag(int32_t persistMode, const char* def, const char* path, const std::string& configFile) const;
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | colldiff.cpp | 98 int32_t def = ucol_getShortDefinitionString(col,locID/*NULL*/,xbuf3,200,&subStatus); in main() local
|
/third_party/lzma/CPP/7zip/Bundles/Format7zR/ |
H A D | makefile | 2 DEF_FILE = ../../Archive/Archive2.def
|
/third_party/node/src/crypto/ |
H A D | crypto_common.h | 49 long def = X509_V_ERR_UNSPECIFIED); // NOLINT(runtime/int)
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | tb_asnmth.c | 168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) in look_str_cb() argument
|
/third_party/openssl/crypto/engine/ |
H A D | tb_asnmth.c | 168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) in look_str_cb() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 229 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {} in adjustSchedDependency() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 183 void addDefinedSymbol(StringRef Name, const GlobalValue *def,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 740 SVGA3DOpDefArgs def; in emit_def_const() local 746 def.dst = dst_register( SVGA3DREG_CONST, idx ); in emit_def_const() 747 def.constValues[0] = a; in emit_def_const() 748 def.constValues[1] = b; in emit_def_const() 749 def.constValues[2] = c; in emit_def_const() 750 def.constValues[3] = d; in emit_def_const() 754 def.dst = dst_register( SVGA3DREG_CONSTINT, idx ); in emit_def_const() 755 def.constIValues[0] = (int)a; in emit_def_const() 756 def.constIValues[1] = (int)b; in emit_def_const() 757 def in emit_def_const() [all...] |
/third_party/elfutils/src/ |
H A D | elflint.c | 3277 GElf_Verdef *def = gelf_getverdef (data, offset, &defmem); in check_verdef() local 3278 if (def == NULL) in check_verdef() 3281 if ((def->vd_flags & VER_FLG_BASE) != 0) in check_verdef() 3287 if (def->vd_ndx != VER_NDX_GLOBAL) in check_verdef() 3293 if ((def->vd_flags & ~(VER_FLG_BASE|VER_FLG_WEAK)) != 0) in check_verdef() 3298 if (def->vd_version != EV_CURRENT) in check_verdef() 3301 idx, section_name (ebl, idx), cnt, (int) def->vd_version); in check_verdef() 3303 if (def->vd_cnt > 0 && def->vd_aux < gelf_fsize (ebl->elf, ELF_T_VDEF, in check_verdef() 3312 unsigned int auxoffset = offset + def in check_verdef() [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 150 MuxerPluginDef def; in RegisterMuxerPlugins() local 151 if (!UpdatePluginCapability(outputFormat, def)) { in RegisterMuxerPlugins() 154 def.name = pluginName; in RegisterMuxerPlugins() 155 def.description = "ffmpeg muxer"; in RegisterMuxerPlugins() 156 def.rank = 60; // 60 in RegisterMuxerPlugins() 157 def.SetCreator([](const std::string& name) -> std::shared_ptr<MuxerPlugin> { in RegisterMuxerPlugins() 160 if (reg->AddPlugin(def) != Status::OK) { in RegisterMuxerPlugins()
|
/third_party/glslang/StandAlone/ |
H A D | StandAlone.cpp | 233 void addDef(std::string def) in addDef() argument 236 fixLine(def); in addDef() 239 Processes.back().append(def); in addDef() 242 const size_t equal = def.find_first_of("="); in addDef() 243 if (equal != def.npos) in addDef() 244 def[equal] = ' '; in addDef() 246 text.append(def); in addDef() 661 Error("expects <name[=def]>", argv[0]); in ProcessArguments() 913 UserPreamble.addDef(getStringOperand("-D<name[=def]>")); in ProcessArguments() 1930 " -D<name[=def]> | in usage() [all...] |