Home
last modified time | relevance | path

Searched defs:key (Results 2101 - 2125 of 9340) sorted by relevance

1...<<81828384858687888990>>...374

/third_party/mesa3d/src/intel/dev/
H A Dintel_hwconfig.c42 uint32_t key; member
48 key_to_name(uint32_t key) in key_to_name() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c128 struct st_fp_variant_key key; in st_update_fp() local
206 struct st_common_variant_key key; st_update_vp() local
266 struct st_common_variant_key key; st_update_common_program() local
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_cache.c42 void *key; member
60 hash_key(const void *key, GLuint key_size) in hash_key() argument
176 _mesa_search_program_cache(struct gl_program_cache *cache, const void *key, GLuint keysize) _mesa_search_program_cache() argument
204 _mesa_program_cache_insert(struct gl_context *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_program *program) _mesa_program_cache_insert() argument
233 _mesa_shader_cache_insert(struct gl_context *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_shader_program *program) _mesa_shader_cache_insert() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dhash.h89 uint_key_hash(const void *key) uint_key_hash() argument
206 _mesa_HashLookupMaybeLocked(struct _mesa_HashTable *table, GLuint key, bool locked) _mesa_HashLookupMaybeLocked() argument
216 _mesa_HashInsertMaybeLocked(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName, bool locked) _mesa_HashInsertMaybeLocked() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dfilterrb.cpp34 std::string key = path.substr(i, j - i); in ResKeyPath() local
47 void ResKeyPath::push(const std::string& key) { in push() argument
63 out << "/" << key; in operator <<() local
180 auto& key = *it; applyRule() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() argument
/third_party/mesa3d/src/util/
H A Dos_misc.c177 char key[PROPERTY_KEY_MAX]; in os_get_android_option() local
H A Drb_tree.h164 rb_tree_search(struct rb_tree *T, const void *key, in rb_tree_search() argument
200 rb_tree_search_sloppy(struct rb_tree *T, const void *key, int (*cmp)(const struct rb_node *, const void *)) rb_tree_search_sloppy() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dual_tex.c111 coord_hash(const void *key) in coord_hash() argument
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay_params.c161 char key[256], value[256]; in parse_overlay_env() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.cpp34 std::string key = path.substr(i, j - i); in ResKeyPath() local
47 void ResKeyPath::push(const std::string& key) { in push() argument
63 out << "/" << key; in operator <<() local
180 auto& key = *it; applyRule() local
[all...]
/third_party/libdrm/tests/
H A Ddrmsl.c49 unsigned long key; in print() local
65 unsigned long key; in do_time() local
109 print_neighbors(void *list, unsigned long key, unsigned long expected_prev, unsigned long expected_next) print_neighbors() argument
[all...]
/third_party/libdrm/
H A Dxf86drmHash.c80 static unsigned long HashHash(unsigned long key) in HashHash() argument
167 drm_public int drmHashLookup(void *t, unsigned long key, void **value) in drmHashLookup() argument
180 drm_public int drmHashInsert(void *t, unsigned long key, void *value) in drmHashInsert() argument
139 HashFind(HashTablePtr table, unsigned long key, unsigned long *h) HashFind() argument
199 drmHashDelete(void *t, unsigned long key) drmHashDelete() argument
216 drmHashNext(void *t, unsigned long *key, void **value) drmHashNext() argument
233 drmHashFirst(void *t, unsigned long *key, void **value) drmHashFirst() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/fsetxattr/
H A Dfsetxattr01.c64 char *key; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/setxattr/
H A Dsetxattr01.c62 char *key; member
[all...]
H A Dsetxattr02.c59 char *key; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr01.c68 char *key; member
/third_party/ltp/testcases/kernel/watchqueue/
H A Dcommon.h82 key_serial_t key; in wqueue_add_key() local
/third_party/node/deps/v8/include/
H A Dv8-cppgc.h166 explicit JSVisitor(cppgc::Visitor::Key key) : cppgc::Visitor(key) {} in JSVisitor() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-cppgc.h188 explicit JSVisitor(cppgc::Visitor::Key key) : cppgc::Visitor(key) {} in JSVisitor() argument
/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.h22 static inline bool IsMatch(HashTableKey* key, Object value) { in IsMatch() argument
26 static inline uint32_t Hash(ReadOnlyRoots roots, HashTableKey* key) { in Hash() argument
H A Dproperty-descriptor.cc85 Name key = descs->GetKey(i); in ToPropertyDescriptorFastPath() local
H A Dproperty.cc60 Descriptor::Descriptor(Handle<Name> key, const MaybeObjectHandle& value, in Descriptor() argument
72 Descriptor::Descriptor(Handle<Name> key, const MaybeObjectHandle& value, in Descriptor() argument
79 Descriptor Descriptor::DataField(Isolate* isolate, Handle<Name> key, in DataField() argument
86 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, const MaybeObjectHandle& wrapped_field_type) DataField() argument
98 DataConstant(Handle<Name> key, Handle<Object> value, PropertyAttributes attributes) DataConstant() argument
107 DataConstant(Isolate* isolate, Handle<Name> key, int field_index, Handle<Object> value, PropertyAttributes attributes) DataConstant() argument
115 AccessorConstant(Handle<Name> key, Handle<Object> foreign, PropertyAttributes attributes) AccessorConstant() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dgmemtool.c177 struct gmem_key key = keys[i]; in main() local
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c38 const struct ir3_cache_key *key = _key; in key_hash() local
89 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, in ir3_cache_lookup() argument
181 const struct ir3_cache_key *key = entry->key; ir3_cache_invalidate() local
[all...]

Completed in 11 milliseconds

1...<<81828384858687888990>>...374