Home
last modified time | relevance | path

Searched defs:key (Results 2251 - 2275 of 7417) sorted by relevance

1...<<919293949596979899100>>...297

/third_party/node/deps/icu-small/source/common/
H A Duvectr32.cpp189 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const { in indexOf() argument
H A Duhash.h107 UHashTok key; global() member
[all...]
H A Dulocbuilder.cpp74 void ulocbld_setExtension(ULocaleBuilder* builder, char key, const char* value, int32_t length) { in ulocbld_setExtension() argument
79 ulocbld_setUnicodeLocaleKeyword( ULocaleBuilder* builder, const char* key, int32_t keyLength, const char* type, int32_t typeLength) ulocbld_setUnicodeLocaleKeyword() argument
H A Dunistr_case.cpp225 uhash_hashCaselessUnicodeString(const UElement key) { in uhash_hashCaselessUnicodeString() argument
H A Drbbirb.h52 UnicodeString key; member in RBBISymbolTableEntry
200 UnicodeString *key; member
H A Dservls.cpp74 ICUServiceKey* key = createKey(&locName, kind, status); in get() local
/third_party/ninja/src/
H A Ddyndep_parser.cc96 bool DyndepParser::ParseLet(string* key, EvalString* value, string* err) { in ParseLet() argument
192 string key; in ParseEdge() local
/third_party/node/deps/cares/src/lib/
H A Dares__htable_asvp.c38 ares_socket_t key; member
53 static unsigned int hash_func(const void *key, unsigned int seed) in hash_func() argument
149 ares__htable_asvp_insert(ares__htable_asvp_t *htable, ares_socket_t key, void *val) ares__htable_asvp_insert() argument
180 ares__htable_asvp_get(const ares__htable_asvp_t *htable, ares_socket_t key, void **val) ares__htable_asvp_get() argument
204 ares__htable_asvp_get_direct(const ares__htable_asvp_t *htable, ares_socket_t key) ares__htable_asvp_get_direct() argument
212 ares__htable_asvp_remove(ares__htable_asvp_t *htable, ares_socket_t key) ares__htable_asvp_remove() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c122 int key; member
/third_party/node/deps/icu-small/source/common/unicode/
H A Dures.h838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) ures_getNextUnicodeString() argument
883 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) ures_getUnicodeStringByKey() argument
[all...]
/third_party/mesa3d/src/mapi/
H A Dstub.c62 stub_compare(const void *key, const void *elem) in stub_compare() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.h185 struct brw_gs_prog_key key; member
H A Dbrw_vec4_tes.cpp36 vec4_tes_visitor(const struct brw_compiler *compiler, void *log_data, const struct brw_tes_prog_key *key, struct brw_tes_prog_data *prog_data, const nir_shader *shader, void *mem_ctx, bool debug_enabled) vec4_tes_visitor() argument
/third_party/mesa3d/src/mesa/main/
H A Dhash.c125 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup_unlocked() argument
154 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup() argument
176 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashLookupLocked() argument
183 _mesa_HashInsert_unlocked(struct _mesa_HashTable *table, GLuint key, void *data) _mesa_HashInsert_unlocked() argument
220 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName) _mesa_HashInsertLocked() argument
239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName) _mesa_HashInsert() argument
260 _mesa_HashRemove_unlocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashRemove_unlocked() argument
289 _mesa_HashRemoveLocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashRemoveLocked() argument
295 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) _mesa_HashRemove() argument
431 GLuint key; _mesa_HashFindFreeKeyBlock() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dgender.cpp108 const char* key = locale.getName(); in getInstance() local
H A Dnumber_utils.cpp38 CharString key; in doGetPattern() local
H A Dsortkey.cpp247 computeHashCode(const uint8_t *key, int32_t length) { in computeHashCode() argument
281 ucol_keyHashCode(const uint8_t *key, in ucol_keyHashCode() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c94 static uint32_t hash(ngtcp2_map_key_type key) { in hash() argument
110 ngtcp2_map_key_type key = bkt->key; in map_bucket_swap() local
122 map_bucket_set_data(ngtcp2_map_bucket *bkt, uint32_t hash, ngtcp2_map_key_type key, void *data) map_bucket_set_data() argument
149 insert(ngtcp2_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, ngtcp2_map_key_type key, void *data) insert() argument
216 ngtcp2_map_insert(ngtcp2_map *map, ngtcp2_map_key_type key, void *data) ngtcp2_map_insert() argument
246 ngtcp2_map_find(ngtcp2_map *map, ngtcp2_map_key_type key) ngtcp2_map_find() argument
276 ngtcp2_map_remove(ngtcp2_map *map, ngtcp2_map_key_type key) ngtcp2_map_remove() argument
[all...]
H A Dngtcp2_ksl.h76 uint8_t key[1]; member
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c94 static uint32_t hash(nghttp2_map_key_type key) { in hash() argument
110 nghttp2_map_key_type key = bkt->key; in map_bucket_swap() local
122 map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, nghttp2_map_key_type key, void *data) map_bucket_set_data() argument
149 insert(nghttp2_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, nghttp2_map_key_type key, void *data) insert() argument
216 nghttp2_map_insert(nghttp2_map *map, nghttp2_map_key_type key, void *data) nghttp2_map_insert() argument
246 nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key) nghttp2_map_find() argument
276 nghttp2_map_remove(nghttp2_map *map, nghttp2_map_key_type key) nghttp2_map_remove() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c95 static uint32_t hash(nghttp3_map_key_type key) { in hash() argument
111 nghttp3_map_key_type key = bkt->key; in map_bucket_swap() local
123 map_bucket_set_data(nghttp3_map_bucket *bkt, uint32_t hash, nghttp3_map_key_type key, void *data) map_bucket_set_data() argument
150 insert(nghttp3_map_bucket *table, uint32_t tablelen, uint32_t tablelenbits, uint32_t hash, nghttp3_map_key_type key, void *data) insert() argument
217 nghttp3_map_insert(nghttp3_map *map, nghttp3_map_key_type key, void *data) nghttp3_map_insert() argument
247 nghttp3_map_find(nghttp3_map *map, nghttp3_map_key_type key) nghttp3_map_find() argument
277 nghttp3_map_remove(nghttp3_map *map, nghttp3_map_key_type key) nghttp3_map_remove() argument
[all...]
H A Dnghttp3_ksl.h77 uint8_t key[1]; member
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h108 nodearray_encode(unsigned key, nodearray_value value) in nodearray_encode() argument
128 nodearray_sparse_search(const nodearray *a, nodearray_sparse key, nodearray_sparse **elem) in nodearray_sparse_search() argument
161 nodearray_orr(nodearray *a, unsigned key, nodearray_value value, in nodearray_orr() argument
230 unsigned key = nodearray_sparse_key(x); nodearray_orr() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c287 const struct lp_fragment_shader_variant_key *key = &variant->key; in lp_linear_check_variant() local
H A Dlp_state_setup.h57 struct lp_setup_variant_key key; member

Completed in 17 milliseconds

1...<<919293949596979899100>>...297