Home
last modified time | relevance | path

Searched defs:tag (Results 651 - 675 of 1088) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/icu/icu4c/source/samples/layout/
H A Dsfnt.h32 le_uint32 tag; member
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.h25 le_uint32 tag; member
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp363 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) _getDisplayNameForComponent() argument
H A Dloclikely.cpp121 appendTag( const char* tag, int32_t tagLength, char* buffer, int32_t* bufferLength, UBool withSeparator) appendTag() argument
[all...]
/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c1001 uint32_t tag ; in alac_encode() local
1270 uint8_t tag ; AddFiller() local
[all...]
/third_party/libsnd/src/
H A Dflac.c86 { const char *tag ; member
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dfile.c307 lws_cache_nscookiejar_tag_match(struct lws_cache_ttl_lru *cache, const char *wc, const char *tag, char lookup) lws_cache_nscookiejar_tag_match() argument
359 nsc_line_to_tag(const char *buf, size_t size, char *tag, size_t max_tag, lws_usec_t *pexpiry) nsc_line_to_tag() argument
432 char tag[200]; nsc_lookup_cb() local
544 char tag[256]; nsc_regen_cb() local
706 char tag[128]; lws_cache_nscookiejar_write() local
746 char tag[200]; nsc_get_cb() local
[all...]
/third_party/mbedtls/library/
H A Dcipher.c1179 mbedtls_cipher_write_tag(mbedtls_cipher_context_t *ctx, unsigned char *tag, size_t tag_len) mbedtls_cipher_write_tag() argument
1225 mbedtls_cipher_check_tag(mbedtls_cipher_context_t *ctx, const unsigned char *tag, size_t tag_len) mbedtls_cipher_check_tag() argument
1402 mbedtls_cipher_aead_encrypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, unsigned char *tag, size_t tag_len) mbedtls_cipher_aead_encrypt() argument
1479 mbedtls_cipher_aead_decrypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, const unsigned char *tag, size_t tag_len) mbedtls_cipher_aead_decrypt() argument
[all...]
H A Dgcm.c650 mbedtls_gcm_finish(mbedtls_gcm_context *ctx, unsigned char *output, size_t output_size, size_t *output_length, unsigned char *tag, size_t tag_len) mbedtls_gcm_finish() argument
703 mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, int mode, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, size_t tag_len, unsigned char *tag) mbedtls_gcm_crypt_and_tag() argument
738 mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *tag, size_t tag_len, const unsigned char *input, unsigned char *output) mbedtls_gcm_auth_decrypt() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c394 uint32_t tag = 0; in agxdecode_record() local
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c322 const u_char *tag = src + aadlen + len; in chachapoly_crypt() local
/third_party/mesa3d/src/glx/
H A Dglxext.c464 long int tag = *bp++; in __glXInitializeVisualConfigFromTags() local
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsecurity.h158 u16 tag; member
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c39 void default_memtrace(void* addr, size_t size, const char* tag, bool is_using) {} in default_memtrace() argument
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c54 void default_memtrace(void* addr, size_t size, const char* tag, bool is_using) {} in default_memtrace() argument
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp363 _getDisplayNameForComponent(const char *locale, const char *displayLocale, char16_t *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) _getDisplayNameForComponent() argument
/third_party/node/deps/cares/src/lib/
H A Dares_dns_private.h162 char *tag; member
/third_party/mesa3d/src/loader/
H A Dloader.c287 char *tag = NULL; in drm_construct_id_path_tag() local
330 char *tag = drm_construct_id_path_tag(device); in drm_device_matches_tag() local
345 char *tag; drm_get_id_path_tag_for_fd() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunum.cpp658 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, char16_t* result, int32_t resultLength, UErrorCode* status) unum_getTextAttribute() argument
730 unum_setTextAttribute( UNumberFormat* fmt, UNumberFormatTextAttribute tag, const char16_t* newValue, int32_t newValueLength, UErrorCode *status) unum_setTextAttribute() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c537 const uint8_t *tag; in ngtcp2_crypto_decrypt() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.h245 ContainerResource(SRBRoot *bundle, const char *tag, int8_ argument
269 TableResource(SRBRoot *bundle, const char *tag, const UString* comment, UErrorCode &errorCode) TableResource() argument
289 ArrayResource(SRBRoot *bundle, const char *tag, const UString* comment, UErrorCode &errorCode) ArrayResource() argument
341 StringResource(SRBRoot *bundle, const char *tag, const char16_t *value, int32_t len, const UString* comment, UErrorCode &errorCode) StringResource() argument
380 AliasResource(SRBRoot *bundle, const char *tag, const char16_t *value, int32_t len, const UString* comment, UErrorCode &errorCode) AliasResource() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.c458 unsigned tag = bits(words[0], 0, 8); in dump_clause() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrestst.c281 char tag[99]; in testTag() local
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.h245 ContainerResource(SRBRoot *bundle, const char *tag, int8_ argument
269 TableResource(SRBRoot *bundle, const char *tag, const UString* comment, UErrorCode &errorCode) TableResource() argument
289 ArrayResource(SRBRoot *bundle, const char *tag, const UString* comment, UErrorCode &errorCode) ArrayResource() argument
341 StringResource(SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const UString* comment, UErrorCode &errorCode) StringResource() argument
380 AliasResource(SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const UString* comment, UErrorCode &errorCode) AliasResource() argument
[all...]
/third_party/libexif/libexif/
H A Dexif-data.c501 load_thumbnail_entry(ExifData *data, ExifTag tag, ExifIfd ifd, const unsigned char *d, unsigned int ds, unsigned int offset, unsigned i) load_thumbnail_entry() argument
561 ExifTag tag; exif_data_load_data_content() local
[all...]

Completed in 34 milliseconds

1...<<21222324252627282930>>...44