/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.cpp | 34 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 D | drmsl.c | 49 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 D | xf86drmHash.c | 80 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 D | fsetxattr01.c | 64 char *key; member [all...] |
/third_party/ltp/testcases/kernel/syscalls/setxattr/ |
H A D | setxattr01.c | 62 char *key; member [all...] |
H A D | setxattr02.c | 59 char *key; member [all...] |
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
H A D | getxattr01.c | 68 char *key; member
|
/third_party/ltp/testcases/kernel/watchqueue/ |
H A D | common.h | 82 key_serial_t key; in wqueue_add_key() local
|
/third_party/node/deps/v8/include/ |
H A D | v8-cppgc.h | 166 explicit JSVisitor(cppgc::Visitor::Key key) : cppgc::Visitor(key) {} in JSVisitor() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-cppgc.h | 188 explicit JSVisitor(cppgc::Visitor::Key key) : cppgc::Visitor(key) {} in JSVisitor() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | compilation-cache-table.h | 22 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 D | property-descriptor.cc | 85 Name key = descs->GetKey(i); in ToPropertyDescriptorFastPath() local
|
H A D | property.cc | 60 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 D | gmemtool.c | 177 struct gmem_key key = keys[i]; in main() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cache.c | 38 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...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vertex_state_cache.c | 30 static uint32_t key_hash(const void *key) in key_hash() argument 74 struct pipe_vertex_state key; in util_vertex_state_cache_get() local [all...] |
H A D | u_live_shader_cache.c | 37 static uint32_t key_hash(const void *key) in key_hash() argument
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_blit.c | 68 struct agx_shader_key key = { in agx_build_reload_shader() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | pixelshader9.c | 179 uint64_t key; in NinePixelShader9_GetVariant() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | hash_table.h | 42 const void *key; member 155 hash_table_call_foreach(struct hash_table *ht, void (*callback)(const void *key, void *data, void *closure), void *closure) hash_table_call_foreach() argument [all...] |
H A D | u_hash_table.c | 38 pointer_hash(const void *key) in pointer_hash() argument 58 static uint32_t hash_fd(const void *key) in hash_fd() argument 100 util_hash_table_get(struct hash_table *ht, void *key) util_hash_table_get() argument 110 util_hash_table_foreach(struct hash_table *ht, enum pipe_error (*callback) (void *key, void *value, void *data), void *data) util_hash_table_foreach() argument
|
H A D | disk_cache_os.h | 85 cache_key key; member
|
H A D | fossilize_db.h | 70 uint8_t key[20]; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.h | 54 struct ir3_cache_key key; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch.c | 65 struct translate_key key; in draw_pt_fetch_prepare() local [all...] |