/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 518 struct bpf_map_def def; member 986 return map->def.type == BPF_MAP_TYPE_STRUCT_OPS; in bpf_map__is_struct_ops() 1015 map->def.value_size = kern_vtype->size; in bpf_map__init_kern_struct_ops() 1199 map->def.type = BPF_MAP_TYPE_STRUCT_OPS; in init_struct_ops_maps() 1200 map->def.key_size = sizeof(int); in init_struct_ops_maps() 1201 map->def.value_size = type->size; in init_struct_ops_maps() 1202 map->def.max_entries = 1; in init_struct_ops_maps() 1203 map->def.map_flags = map_flags; in init_struct_ops_maps() 1639 struct bpf_map_def *def; in bpf_object__init_internal_map() local 1659 def in bpf_object__init_internal_map() 2457 fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def) fill_map_from_def() argument 2522 const struct btf_type *var, *def; bpf_object__init_user_btf_map() local 5103 struct bpf_map_def *def = &map->def; bpf_object__create_map() local 6605 const struct btf_type *sec, *var, *def; bpf_object__collect_map_relos() local 6827 enum sec_def_flags def = cookie; libbpf_prepare_prog_load() local [all...] |
/base/startup/init/interfaces/innerkits/include/syspara/ |
H A D | param_wrapper.h | 23 int GetStringParameter(const std::string &key, std::string &value, const std::string def = "");
24 int GetIntParameter(const std::string &key, int def);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/parameter/ |
H A D | parameter.h | 22 int GetParameter(const char *key, const char *def, char *value, int len);
23 int GetIntParameter(const char *key, int def);
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | parameter.cpp | 18 int GetParameter(const char *key, const char *def, char *value, unsigned int len) in GetParameter() argument 21 (void)def; in GetParameter()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | parameters.cpp | 28 * false for "0", "n", "no", "off", or "false", or `def` otherwise. 30 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter() argument 35 std::string GetParameter(const std::string &key, const std::string &def) in GetParameter() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | quiet-include-failure.rb | 10 def handles? target 19 def process doc, reader, target, attributes
|
/third_party/typescript/tests/baselines/reference/ |
H A D | taggedTemplateStringsWithManyCallAndMemberExpressionsES6.js | 14 var x = new new new f `abc${ 0 }def`.member("hello")(42) === true; 20 var x = new new new f `abc${0}def`.member("hello")(42) === true;
|
H A D | exportDefaultQualifiedNameNoError.js | 7 import def from "./code"; 8 void def;
|
/third_party/unity/auto/ |
H A D | yaml_helper.rb | 10 def self.load(body) 18 def self.load_file(file)
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | w32-gcc.mk | 17 EXPORTS_LIST = $(OBJ_DIR)/freetype.def 22 include $(TOP_DIR)/builds/windows/win32-def.mk
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-sample-raw.c | 39 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()
|
H A D | bpf-loader.c | 1002 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value() local 1004 if (IS_ERR(def)) { in __bpf_map__config_value() 1010 if (def->type != BPF_MAP_TYPE_ARRAY) { in __bpf_map__config_value() 1015 if (def->key_size < sizeof(unsigned int)) { in __bpf_map__config_value() 1019 switch (def->value_size) { in __bpf_map__config_value() 1062 const struct bpf_map_def *def; in __bpf_map__config_event() local 1073 def = bpf_map__def(map); in __bpf_map__config_event() 1074 if (IS_ERR(def)) { in __bpf_map__config_event() 1077 return PTR_ERR(def); in __bpf_map__config_event() 1084 if (def in __bpf_map__config_event() 1133 const struct bpf_map_def *def; config_map_indices_range_check() local 1308 const struct bpf_map_def *def; bpf_map_config_foreach_key() local [all...] |
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | xattr.c | 37 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 D | a1-pll.c | 83 { .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 D | s390-sample-raw.c | 40 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/compiler/nir/ |
H A D | nir_lower_int_to_float.c | 29 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/mesa3d/src/intel/compiler/ |
H A D | brw_nir_opt_peephole_ffma.c | 37 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 D | etnaviv_compiler_nir_liveness.c | 31 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 D | RubyDescriptor.java | 181 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()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 391 * @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 D | v4l2-ctrls.h | 424 * @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 D | nopt-lib.js | 20 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/drivers/crypto/qce/ |
H A D | sha.c | 485 static int qce_ahash_register_one(const struct qce_ahash_def *def, in qce_ahash_register_one() argument 497 tmpl->std_iv = def->std_iv; in qce_ahash_register_one() 506 if (IS_SHA_HMAC(def->flags)) in qce_ahash_register_one() 508 alg->halg.digestsize = def->digestsize; in qce_ahash_register_one() 509 alg->halg.statesize = def->statesize; in qce_ahash_register_one() 511 if (IS_SHA1(def->flags)) in qce_ahash_register_one() 513 else if (IS_SHA256(def->flags)) in qce_ahash_register_one() 517 base->cra_blocksize = def->blocksize; in qce_ahash_register_one() 525 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in qce_ahash_register_one() 527 def in qce_ahash_register_one() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 411 const struct ccp_sha_def *def, in ccp_register_hmac_alg() 428 strscpy(ccp_alg->child_alg, def->name, CRYPTO_MAX_ALG_NAME); in ccp_register_hmac_alg() 436 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", def->name); in ccp_register_hmac_alg() 438 def->drv_name); in ccp_register_hmac_alg() 456 const struct ccp_sha_def *def) in ccp_register_sha_alg() 470 ccp_alg->type = def->type; in ccp_register_sha_alg() 482 halg->digestsize = def->digest_size; in ccp_register_sha_alg() 486 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_sha_alg() 488 def->drv_name); in ccp_register_sha_alg() 493 base->cra_blocksize = def in ccp_register_sha_alg() 410 ccp_register_hmac_alg(struct list_head *head, const struct ccp_sha_def *def, const struct ccp_crypto_ahash_alg *base_alg) ccp_register_hmac_alg() argument 455 ccp_register_sha_alg(struct list_head *head, const struct ccp_sha_def *def) ccp_register_sha_alg() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 412 const struct ccp_sha_def *def, in ccp_register_hmac_alg() 429 strscpy(ccp_alg->child_alg, def->name, CRYPTO_MAX_ALG_NAME); in ccp_register_hmac_alg() 437 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", def->name); in ccp_register_hmac_alg() 439 def->drv_name); in ccp_register_hmac_alg() 457 const struct ccp_sha_def *def) in ccp_register_sha_alg() 471 ccp_alg->type = def->type; in ccp_register_sha_alg() 483 halg->digestsize = def->digest_size; in ccp_register_sha_alg() 487 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_sha_alg() 489 def->drv_name); in ccp_register_sha_alg() 494 base->cra_blocksize = def in ccp_register_sha_alg() 411 ccp_register_hmac_alg(struct list_head *head, const struct ccp_sha_def *def, const struct ccp_crypto_ahash_alg *base_alg) ccp_register_hmac_alg() argument 456 ccp_register_sha_alg(struct list_head *head, const struct ccp_sha_def *def) ccp_register_sha_alg() argument [all...] |