Home
last modified time | relevance | path

Searched defs:key (Results 1601 - 1625 of 3486) sorted by relevance

1...<<61626364656667686970>>...140

/third_party/node/deps/icu-small/source/i18n/
H A Drepattrn.cpp146 UnicodeString *key = new UnicodeString(*name); in operator =() local
H A Dscriptset.cpp304 uhash_hashScriptSet(const UElement key) { in uhash_hashScriptSet() argument
H A Duspoof_conf.cpp382 int32_t key = ConfusableDataUtils::codePointAndLengthToKey(keyChar, in build() local
425 int32_t key = fKeyVec->elementAti(i); outputData() local
[all...]
H A Duspoof_impl.h180 inline static UChar32 keyToCodePoint(int32_t key) { in keyToCodePoint() argument
183 inline static int32_t keyToLength(int32_t key) { in keyToLength() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c52 ksl_node_set_key(nghttp3_ksl *ksl, nghttp3_ksl_node *node, const void *key) ksl_node_set_key() argument
254 ksl_insert_node(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk, size_t i, const nghttp3_ksl_key *key, void *data) ksl_insert_node() argument
270 ksl_bsearch(nghttp3_ksl *ksl, nghttp3_ksl_blk *blk, const nghttp3_ksl_key *key, nghttp3_ksl_compar compar) ksl_bsearch() argument
284 nghttp3_ksl_insert(nghttp3_ksl *ksl, nghttp3_ksl_it *it, const nghttp3_ksl_key *key, void *data) nghttp3_ksl_insert() argument
508 nghttp3_ksl_remove_hint(nghttp3_ksl *ksl, nghttp3_ksl_it *it, const nghttp3_ksl_it *hint, const nghttp3_ksl_key *key) nghttp3_ksl_remove_hint() argument
534 nghttp3_ksl_remove(nghttp3_ksl *ksl, nghttp3_ksl_it *it, const nghttp3_ksl_key *key) nghttp3_ksl_remove() argument
613 nghttp3_ksl_lower_bound(nghttp3_ksl *ksl, const nghttp3_ksl_key *key) nghttp3_ksl_lower_bound() argument
654 nghttp3_ksl_lower_bound_compar(nghttp3_ksl *ksl, const nghttp3_ksl_key *key, nghttp3_ksl_compar compar) nghttp3_ksl_lower_bound_compar() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddcfmtsym.h551 ENumberFormatSymbol key = static_cast<ENumberFormatSymbol>(kOneDigitSymbol + digit - 1); in getConstDigitSymbol() local
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c586 sf_vec key; in nghttp2_http_parse_priority() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp589 const struct brw_gs_prog_key *key = params->key; in brw_compile_gs() local
H A Dbrw_vec4_tcs.cpp360 const struct brw_tcs_prog_key *key = params->key; in brw_compile_tcs() local
37 vec4_tcs_visitor(const struct brw_compiler *compiler, void *log_data, const struct brw_tcs_prog_key *key, struct brw_tcs_prog_data *prog_data, const nir_shader *nir, void *mem_ctx, bool debug_enabled) vec4_tcs_visitor() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c535 dzn_meta_blit_create(struct dzn_device *device, const struct dzn_meta_blit_key *key) in dzn_meta_blit_create() argument
694 dzn_meta_blits_get_context(struct dzn_device *device, const struct dzn_meta_blit_key *key) dzn_meta_blits_get_context() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c58 pandecode_cmp_key(const struct rb_node *lhs, const void *key) in pandecode_cmp_key() argument
/third_party/mesa3d/src/util/
H A Ddisk_cache.c261 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove() argument
272 create_put_job(struct disk_cache *cache, const cache_key key, in create_put_job() argument
370 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() argument
393 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put_nocopy() argument
419 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_get() argument
458 disk_cache_put_key(struct disk_cache *cache, const cache_key key) disk_cache_put_key() argument
485 disk_cache_has_key(struct disk_cache *cache, const cache_key key) disk_cache_has_key() argument
505 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, cache_key key) disk_cache_compute_key() argument
[all...]
H A Ddisk_cache.h297 disk_cache_put(struct disk_cache *cache, const cache_key key, const void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put() argument
305 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put_nocopy() argument
313 disk_cache_remove(struct disk_cache *cache, const cache_key key) disk_cache_remove() argument
319 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_get() argument
325 disk_cache_put_key(struct disk_cache *cache, const cache_key key) disk_cache_put_key() argument
331 disk_cache_has_key(struct disk_cache *cache, const cache_key key) disk_cache_has_key() argument
337 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, const cache_key key) disk_cache_compute_key() argument
[all...]
H A Dset.c96 key_pointer_is_reserved(const void *key) in key_pointer_is_reserved() argument
161 key_u32_hash(const void *key) in key_u32_hash() argument
120 _mesa_set_init(struct set *ht, void *mem_ctx, uint32_t (*key_hash_function)(const void *key), bool (*key_equals_function)(const void *a, const void *b)) _mesa_set_init() argument
141 _mesa_set_create(void *mem_ctx, uint32_t (*key_hash_function)(const void *key), bool (*key_equals_function)(const void *a, const void *b)) _mesa_set_create() argument
264 set_search(const struct set *ht, uint32_t hash, const void *key) set_search() argument
293 _mesa_set_search(const struct set *set, const void *key) _mesa_set_search() argument
300 _mesa_set_search_pre_hashed(const struct set *set, uint32_t hash, const void *key) _mesa_set_search_pre_hashed() argument
309 set_add_rehash(struct set *ht, uint32_t hash, const void *key) set_add_rehash() argument
393 set_search_or_add(struct set *ht, uint32_t hash, const void *key, bool *found) set_search_or_add() argument
459 set_add(struct set *ht, uint32_t hash, const void *key) set_add() argument
480 _mesa_set_add(struct set *set, const void *key) _mesa_set_add() argument
487 _mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key) _mesa_set_add_pre_hashed() argument
495 _mesa_set_search_and_add(struct set *set, const void *key, bool *replaced) _mesa_set_search_and_add() argument
504 _mesa_set_search_and_add_pre_hashed(struct set *set, uint32_t hash, const void *key, bool *replaced) _mesa_set_search_and_add_pre_hashed() argument
522 _mesa_set_search_or_add(struct set *set, const void *key, bool *found) _mesa_set_search_or_add() argument
529 _mesa_set_search_or_add_pre_hashed(struct set *set, uint32_t hash, const void *key, bool *found) _mesa_set_search_or_add_pre_hashed() argument
558 _mesa_set_remove_key(struct set *set, const void *key) _mesa_set_remove_key() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c213 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in setup_point_coefficients() local
321 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in print_point() local
338 const struct lp_setup_variant_key *key = &setup->setup.variant->key; try_setup_point() local
[all...]
H A Dlp_state_cs.h61 lp_cs_variant_key_samplers(const struct lp_compute_shader_variant_key *key) in lp_cs_variant_key_samplers() argument
67 lp_cs_variant_key_images(const struct lp_compute_shader_variant_key *key) in lp_cs_variant_key_images() argument
100 struct lp_compute_shader_variant_key key; member
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h544 ENumberFormatSymbol key = static_cast<ENumberFormatSymbol>(kOneDigitSymbol + digit - 1); in getConstDigitSymbol() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp425 const char *key = ures_getKey(resource); in printOutBundle() local
[all...]
/third_party/libfuse/example/
H A Dcuse.c265 static int cusexmp_process_arg(void *data, const char *arg, int key, in cusexmp_process_arg() argument
/third_party/libfuse/lib/
H A Dfuse_opt.c154 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc() argument
/third_party/libinput/src/
H A Dutil-strings.h331 char *key; member
336 double key; member
/third_party/libinput/test/
H A Dtest-misc.c266 int key = 0; in START_TEST() local
823 const char *key, *value; in START_TEST() local
[all...]
H A Dtest-pad.c953 unsigned int key; in START_TEST() local
[all...]
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap05.c60 static int key = -1, shmid = -1, fd = -1; variable
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress04.c194 key_t key; in dotest_iteration() local
261 static int dotest(key_t key, int child_process) in dotest() argument

Completed in 20 milliseconds

1...<<61626364656667686970>>...140