Home
last modified time | relevance | path

Searched defs:name_id (Results 1 - 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-deprecated.h103 hb_ot_name_id_t name_id; member
H A Dhb-ot-var.h128 hb_ot_name_id_t name_id; member
H A Dhb-ot-name.cc115 hb_ot_name_get_utf(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , typename utf_t::codepoint_t *text ) hb_ot_name_get_utf() argument
166 hb_ot_name_get_utf8(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , char *text ) hb_ot_name_get_utf8() argument
194 hb_ot_name_get_utf16(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint16_t *text ) hb_ot_name_get_utf16() argument
221 hb_ot_name_get_utf32(hb_face_t *face, hb_ot_name_id_t name_id, hb_language_t language, unsigned int *text_size , uint32_t *text ) hb_ot_name_get_utf32() argument
[all...]
H A Dhb-ot-name.h122 hb_ot_name_id_t name_id; member
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsnames.h112 FT_UShort name_id; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkdf_meth.c59 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm() argument
H A Dmac_meth.c60 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm() argument
H A Dexchange.c43 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm() argument
H A Dkem.c259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument
H A Dsignature.c43 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm() argument
H A Dasymcipher.c324 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm() argument
H A Dkeymgmt_meth.c36 static void *keymgmt_from_algorithm(int name_id, in keymgmt_from_algorithm() argument
206 EVP_KEYMGMT *evp_keymgmt_fetch_by_number(OSSL_LIB_CTX *ctx, int name_id, in evp_keymgmt_fetch_by_number() argument
H A Devp_enc.c1521 static void *evp_cipher_from_algorithm(const int name_id, in evp_cipher_from_algorithm() argument
/third_party/openssl/crypto/evp/
H A Dkdf_meth.c59 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm() argument
H A Dmac_meth.c60 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm() argument
H A Dasymcipher.c324 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm() argument
H A Dsignature.c43 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm() argument
H A Dexchange.c43 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm() argument
H A Dkem.c259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument
H A Dkeymgmt_meth.c36 static void *keymgmt_from_algorithm(int name_id, in keymgmt_from_algorithm() argument
206 EVP_KEYMGMT *evp_keymgmt_fetch_by_number(OSSL_LIB_CTX *ctx, int name_id, in evp_keymgmt_fetch_by_number() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-name.c87 hb_ot_name_id_t name_id; in test_ot_name() local
/third_party/ffmpeg/libavformat/
H A Dhlsplaylist.c39 ff_hls_write_audio_rendition(AVIOContext *out, const char *agroup, const char *filename, const char *language, int name_id, int is_default) ff_hls_write_audio_rendition() argument
54 ff_hls_write_subtitle_rendition(AVIOContext *out, const char *sgroup, const char *filename, const char *language, int name_id, int is_default) ff_hls_write_subtitle_rendition() argument
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_lnode.h60 uint8_t name_id[8]; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.c1078 ath11k_core_parse_bd_ie_board(struct ath11k_base *ab, struct ath11k_board_data *bd, const void *buf, size_t buf_len, const char *boardname, int ie_id, int name_id, int data_id) ath11k_core_parse_bd_ie_board() argument
1163 ath11k_core_fetch_board_data_api_n(struct ath11k_base *ab, struct ath11k_board_data *bd, const char *boardname, int ie_id_match, int name_id, int data_id) ath11k_core_fetch_board_data_api_n() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c570 ecma_builtin_make_function_object_for_routine(ecma_builtin_id_t builtin_id, uint16_t routine_id, uint16_t name_id, uint8_t length_prop_value) ecma_builtin_make_function_object_for_routine() argument
607 ecma_builtin_make_function_object_for_getter_accessor(ecma_builtin_id_t builtin_id, uint16_t routine_id, uint16_t name_id) ecma_builtin_make_function_object_for_getter_accessor() argument
621 ecma_builtin_make_function_object_for_setter_accessor(ecma_builtin_id_t builtin_id, uint16_t routine_id, uint16_t name_id) ecma_builtin_make_function_object_for_setter_accessor() argument

Completed in 17 milliseconds

12