Home
last modified time | relevance | path

Searched refs:def (Results 351 - 375 of 1631) sorted by relevance

1...<<11121314151617181920>>...66

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_kern.c70 static void vector_eth_configure(int n, struct arglist *def);
120 static int get_mtu(struct arglist *def) in get_mtu() argument
122 char *mtu = uml_vector_fetch_arg(def, "mtu"); in get_mtu()
133 static char *get_bpf_file(struct arglist *def) in get_bpf_file() argument
135 return uml_vector_fetch_arg(def, "bpffile"); in get_bpf_file()
138 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash() argument
140 char *allow = uml_vector_fetch_arg(def, "bpfflash"); in get_bpf_flash()
150 static int get_depth(struct arglist *def) in get_depth() argument
152 char *mtu = uml_vector_fetch_arg(def, "depth"); in get_depth()
162 static int get_headroom(struct arglist *def) in get_headroom() argument
174 get_req_size(struct arglist *def) get_req_size() argument
190 get_transport_options(struct arglist *def) get_transport_options() argument
1676 struct vector_cmd_line_arg *def; vector_init() local
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_kern.c69 static void vector_eth_configure(int n, struct arglist *def);
119 static int get_mtu(struct arglist *def) in get_mtu() argument
121 char *mtu = uml_vector_fetch_arg(def, "mtu"); in get_mtu()
132 static char *get_bpf_file(struct arglist *def) in get_bpf_file() argument
134 return uml_vector_fetch_arg(def, "bpffile"); in get_bpf_file()
137 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash() argument
139 char *allow = uml_vector_fetch_arg(def, "bpfflash"); in get_bpf_flash()
149 static int get_depth(struct arglist *def) in get_depth() argument
151 char *mtu = uml_vector_fetch_arg(def, "depth"); in get_depth()
161 static int get_headroom(struct arglist *def) in get_headroom() argument
173 get_req_size(struct arglist *def) get_req_size() argument
189 get_transport_options(struct arglist *def) get_transport_options() argument
1675 struct vector_cmd_line_arg *def; vector_init() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_future.h87 T GetResultOr(T def) const in GetResultOr()
90 return GetValue<T>(*p, BASE_NS::move(def)); in GetResultOr()
92 return BASE_NS::move(def); in GetResultOr()
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_domainhash.h46 struct netlbl_dommap_def def; member
53 struct netlbl_dommap_def def; member
61 struct netlbl_dommap_def def; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsmuio_v13_0.c42 u32 def, data; in smuio_v13_0_update_rom_clock_gating() local
48 def = data = RREG32_SOC15(SMUIO, 0, regCGTT_ROM_CLK_CTRL0); in smuio_v13_0_update_rom_clock_gating()
57 if (def != data) in smuio_v13_0_update_rom_clock_gating()
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_domainhash.h46 struct netlbl_dommap_def def; member
53 struct netlbl_dommap_def def; member
60 struct netlbl_dommap_def def; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_passthrough_edgeflags.c33 nir_ssa_def *def; in lower_impl() local
90 def = nir_load_var(&b, in); in lower_impl()
91 nir_store_var(&b, out, def, 0xf); in lower_impl()
H A Dnir_lower_int_to_float.c29 assert_ssa_def_is_not_int(nir_ssa_def *def, void *arg) in assert_ssa_def_is_not_int() argument
32 assert(!BITSET_TEST(int_types, def->index)); in assert_ssa_def_is_not_int()
176 if (load->def.bit_size != 1 && BITSET_TEST(int_types, load->def.index)) { in nir_lower_int_to_float_impl()
177 for (unsigned i = 0; i < load->def.num_components; i++) in nir_lower_int_to_float_impl()
/third_party/node/deps/v8/tools/jsfunfuzz/
H A Dfuzz-harness.sh55 -def showtail(logfilename):
56 +def showtail(logfilename, method="tail"):
65 def many_timed_runs():
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dirrelevant_value_facts.cpp90 auto def = ir_context_->get_def_use_mgr()->GetDef(result_id); in IdIsIrrelevant() local
91 if (!def) { in IdIsIrrelevant()
94 auto type = ir_context_->get_type_mgr()->GetType(def->type_id()); in IdIsIrrelevant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dirrelevant_value_facts.cpp90 auto def = ir_context_->get_def_use_mgr()->GetDef(result_id); in IdIsIrrelevant() local
91 if (!def) { in IdIsIrrelevant()
94 auto type = ir_context_->get_type_mgr()->GetType(def->type_id()); in IdIsIrrelevant()
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Dirrelevant_value_facts.cpp90 auto def = ir_context_->get_def_use_mgr()->GetDef(result_id); in IdIsIrrelevant() local
91 if (!def) { in IdIsIrrelevant()
94 auto type = ir_context_->get_type_mgr()->GetType(def->type_id()); in IdIsIrrelevant()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_parameters.h24 void SetBoolParameter(const std::string& key, bool def);
26 bool GetBoolParameter(const std::string& key, bool def);
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/include/
H A Dmock_parameters.h24 void SetBoolParameter(const std::string& key, bool def);
26 bool GetBoolParameter(const std::string& key, bool def);
/foundation/filemanagement/app_file_service/tests/mock/parameter_mock/src/
H A Dparameter_mock.cpp21 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter() argument
26 return IParamMoc::paramMoc->GetParameter(key, def, value, len); in GetParameter()
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-ctrls.h391 * @def: The control's default value.
420 s64 def; member
440 * @def: pointer for storing the default value for the control
448 * The contents of @min, @max, @step and @def may be modified depending on
458 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
616 * @def: The control's default value.
629 s64 def);
645 * @def: The control's default value.
654 u32 id, u8 max, u64 mask, u8 def);
670 * @def
921 v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_modify_range() argument
[all...]
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-ctrls.h424 * @def: The control's default value.
453 s64 def; member
473 * @def: pointer for storing the default value for the control
481 * The contents of @min, @max, @step and @def may be modified depending on
491 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
649 * @def: The control's default value.
662 s64 def);
678 * @def: The control's default value.
687 u32 id, u8 max, u64 mask, u8 def);
703 * @def
954 v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_modify_range() argument
[all...]
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js20 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)
/kernel/linux/linux-5.10/tools/perf/util/
H A Ds390-sample-raw.c39 return set->def == S390_CPUMCF_DIAG_DEF; in ctrset_valid()
57 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr()
171 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump()
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dxattr.c37 snprintf(type, 3, "%02x", object->fscache.cookie->def->type); in cachefiles_check_object_type()
168 ASSERT(object->fscache.cookie->def->check_aux); in cachefiles_check_auxdata()
178 auxbuf->type != object->fscache.cookie->def->type) in cachefiles_check_auxdata()
242 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
249 object->fscache.cookie->def->name, dlen); in cachefiles_check_object_xattr()
/kernel/linux/linux-6.6/drivers/clk/meson/
H A Da1-pll.c83 { .reg = ANACTRL_HIFIPLL_CTRL1, .def = 0x01800000 },
84 { .reg = ANACTRL_HIFIPLL_CTRL2, .def = 0x00001100 },
85 { .reg = ANACTRL_HIFIPLL_CTRL3, .def = 0x100a1100 },
86 { .reg = ANACTRL_HIFIPLL_CTRL4, .def = 0x00302000 },
87 { .reg = ANACTRL_HIFIPLL_CTRL0, .def = 0x01f18000 },
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-sample-raw.c40 return set->def == S390_CPUMCF_DIAG_DEF; in ctrset_valid()
58 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_testctr()
190 ce.def = be16_to_cpu(cep->def); in s390_cpumcfdg_dump()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c37 are_all_uses_fadd(nir_ssa_def *def) in are_all_uses_fadd() argument
39 if (!list_is_empty(&def->if_uses)) in are_all_uses_fadd()
42 nir_foreach_use(use_src, def) { in are_all_uses_fadd()
155 if (list_is_singular(&load_const->def.uses) && in any_alu_src_is_a_constant()
156 list_is_empty(&load_const->def.if_uses)) { in any_alu_src_is_a_constant()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c31 range_include(struct live_def *def, unsigned index) in range_include() argument
33 if (def->live_start > index) in range_include()
34 def->live_start = index; in range_include()
35 if (def->live_end < index) in range_include()
36 def->live_end = index; in range_include()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptor.java181 RubyOneofDescriptor def = (RubyOneofDescriptor) obj; in addOneof()
182 builder.addOneofDecl(def.build(builder.getOneofDeclCount())); in addOneof()
183 for (RubyFieldDescriptor fieldDescriptor : def.getFields()) { in addOneof()
186 oneofDefs.put(def.getName(context), def); in addOneof()

Completed in 12 milliseconds

1...<<11121314151617181920>>...66