| /third_party/icu/icu4c/source/i18n/ |
| H A D | coll.cpp | 138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { in create() argument 746 CFactory::create(const ICUServiceKey& key, cons argument 789 unregister(URegistryKey key, UErrorCode& status) unregister() argument 892 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument [all...] |
| H A D | plurrule.cpp | 869 const char *key=nullptr; in getRuleFromResource() local
|
| H A D | translit.cpp | 762 char key[200]; in getDisplayName() local [all...] |
| H A D | tmutfmt.cpp | 462 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, in readFromCurrentLocale() argument 485 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency() argument 549 searchInLocaleChain(UTimeUnitFormatStyle style, const char* key, const char* localeName, TimeUnit::UTimeUnitFields srcTimeUnitField, const UnicodeString& srcPluralCount, const char* searchPluralCount, Hashtable* countToPatterns, UErrorCode& err) searchInLocaleChain() argument 720 const UnicodeString* key = (UnicodeString*)keyTok.pointer; copyHash() local [all...] |
| H A D | numfmt.cpp | 1007 NumberFormat::unregister(URegistryKey key, UErrorCode& status) in unregister() argument
|
| H A D | dtitvinf.cpp | 791 const UnicodeString* key = (UnicodeString*)keyTok.pointer; copyHash() local [all...] |
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-secure-streams-policy.h | 359 const lws_ss_x509_t *key; member
|
| /third_party/mbedtls/library/ |
| H A D | aes.c | 576 int mbedtls_aes_setkey_enc(mbedtls_aes_context *ctx, const unsigned char *key, in mbedtls_aes_setkey_enc() argument 687 int mbedtls_aes_setkey_dec(mbedtls_aes_context *ctx, const unsigned char *key, in mbedtls_aes_setkey_dec() argument 758 static int mbedtls_aes_xts_decode_keys(const unsigned char *key, in mbedtls_aes_xts_decode_keys() argument 782 mbedtls_aes_xts_setkey_enc(mbedtls_aes_xts_context *ctx, const unsigned char *key, unsigned int keybits) mbedtls_aes_xts_setkey_enc() argument 806 mbedtls_aes_xts_setkey_dec(mbedtls_aes_xts_context *ctx, const unsigned char *key, unsigned int keybits) mbedtls_aes_xts_setkey_dec() argument 1821 unsigned char key[32]; mbedtls_aes_self_test() local [all...] |
| H A D | pk.c | 199 int mbedtls_pk_setup_rsa_alt(mbedtls_pk_context *ctx, void *key, in mbedtls_pk_setup_rsa_alt() argument 160 mbedtls_pk_setup_opaque(mbedtls_pk_context *ctx, const mbedtls_svc_key_id_t key) mbedtls_pk_setup_opaque() argument [all...] |
| H A D | ssl_tls13_keys.c | 221 ssl_tls13_make_traffic_key( psa_algorithm_t hash_alg, const unsigned char *secret, size_t secret_len, unsigned char *key, size_t key_len, unsigned char *iv, size_t iv_len) ssl_tls13_make_traffic_key() argument 705 mbedtls_svc_key_id_t key = MBEDTLS_SVC_KEY_ID_INIT; ssl_tls13_calc_finished_core() local [all...] |
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | LoadCodecs.cpp | 93 NRegistry::CKey key;
in ReadPathFromRegistry() local
|
| /third_party/libbpf/src/ |
| H A D | gen_loader.c | 1038 int map_update_attr, value, key; in bpf_gen__map_update_elem() local 1085 int map_update_attr, key; in bpf_gen__populate_outer_map() local [all...] |
| H A D | bpf.c | 380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() argument 397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() argument 412 int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_elem_flags() argument 428 int bpf_map_lookup_and_delete_elem(int fd, const void *key, voi argument 443 bpf_map_lookup_and_delete_elem_flags(int fd, const void *key, void *value, __u64 flags) bpf_map_lookup_and_delete_elem_flags() argument 459 bpf_map_delete_elem(int fd, const void *key) bpf_map_delete_elem() argument 473 bpf_map_delete_elem_flags(int fd, const void *key, __u64 flags) bpf_map_delete_elem_flags() argument 488 bpf_map_get_next_key(int fd, const void *key, void *next_key) bpf_map_get_next_key() argument [all...] |
| /third_party/libcoap/include/coap3/ |
| H A D | coap_pdu.h | 278 uint16_t key; /* the option key (no delta coding) */ member
|
| /third_party/libdrm/intel/ |
| H A D | uthash.h | 1069 void *key; /* ptr to enclosing struct's key */ global() member [all...] |
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api.cpp | 1046 jerry_value_t key = jerry_create_string ((const jerry_char_t *) "name"); in HWTEST_F() local 1068 jerry_value_t key = jerry_create_string ((const jerry_char_t *) "name"); in HWTEST_F() local
|
| /third_party/json/tests/src/ |
| H A D | unit-bjdata.cpp | 72 bool key(std::string& /*unused*/) in key() function in __anon4145::SaxCountdown
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 836 unsigned key = radv_format_meta_fs_key(device, format); in radv_device_init_meta_blit_color() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 740 uint64_t key = 0; in get_color_clear_pipeline_cache_key() local 768 uint64_t key = 0; in get_depth_clear_pipeline_cache_key() local 823 uint64_t key; get_color_clear_pipeline() local 919 const uint64_t key = get_depth_clear_pipeline() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_shader_info.h | 185 struct aco_stage_input key; member
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_decoder.c | 561 static uint32_t _hash_uint32(const void *key) in _hash_uint32() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_program.c | 70 shader_key_matches(const struct zink_shader_module *zm, bool ignore_size, const struct zink_shader_key *key, unsigned num_uniforms) shader_key_matches() argument 101 struct zink_shader_key *key = &state->shader_keys.key[pstage]; get_shader_module_for_stage() local 228 hash_gfx_pipeline_state(const void *key) hash_gfx_pipeline_state() argument 296 struct zink_shader_key *key = &ctx->compute_pipeline_state.key; update_cs_shader_module() local 502 hash_compute_pipeline_state(const void *key) hash_compute_pipeline_state() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 588 static bool r600_is_last_vertex_stage(nir_shader *nir, const r600_shader_key& key) in r600_is_last_vertex_stage() argument 639 r600_shader_from_nir(struct r600_context *rctx, struct r600_pipe_shader *pipeshader, r600_shader_key *key) r600_shader_from_nir() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 867 void si_llvm_build_vs_prolog(struct si_shader_context *ctx, union si_shader_part_key *key) in si_llvm_build_vs_prolog() argument [all...] |
| H A D | si_shader_llvm_ps.c | 256 const union si_shader_key *key = &ctx->shader->key; si_llvm_init_ps_export_args() local 571 si_llvm_build_ps_prolog(struct si_shader_context *ctx, union si_shader_part_key *key) si_llvm_build_ps_prolog() argument 826 si_llvm_build_ps_epilog(struct si_shader_context *ctx, union si_shader_part_key *key) si_llvm_build_ps_epilog() argument [all...] |