| /third_party/uapp/dash/src/ |
| A D | mknodes.c | 131 char tag[BUFLEN]; in parsenode() local 137 if (! nextfield(tag)) in parsenode() 143 if (strcmp(sp->tag, tag) == 0) in parsenode() 147 sp->tag = savestr(tag); in parsenode() 242 fprintf(hfile, " struct %s %s;\n", sp->tag, sp->tag); in output() 286 nodestr[i]->tag); in outsizes() 323 sp->tag, fp->name); in outfunc() 327 sp->tag, fp->name, sp->tag, fp->name); in outfunc() 338 sp->tag, fp->name, sp->tag, fp->name); in outfunc() 349 sp->tag, fp->name, sp->tag, fp->name); in outfunc() [all …]
|
| A D | nodetypes | 36 # contain a node type followed by a structure tag. Subsequent indented
|
| /third_party/ulib/uboringssl/crypto/cipher_extra/ |
| A D | e_aesgcmsiv.c | 192 const uint8_t *tag, 199 const uint8_t *tag, 284 const uint8_t tag[16], in aead_aes_gcm_siv_asm_crypt_last_block() 290 OPENSSL_memcpy(&counter, tag, sizeof(counter)); in aead_aes_gcm_siv_asm_crypt_last_block() 365 alignas(16) uint8_t tag[16] = {0}; in aead_aes_gcm_siv_asm_seal_scatter() 366 gcm_siv_asm_polyval(tag, in, in_len, ad, ad_len, in aead_aes_gcm_siv_asm_seal_scatter() 372 aes128gcmsiv_aes_ks_enc_x1(tag, tag, &enc_key_expanded.key[0], in aead_aes_gcm_siv_asm_seal_scatter() 381 aes256gcmsiv_aes_ks_enc_x1(tag, tag, &enc_key_expanded.key[0], in aead_aes_gcm_siv_asm_seal_scatter() 396 OPENSSL_memcpy(out_tag, tag, sizeof(tag)); in aead_aes_gcm_siv_asm_seal_scatter() 745 uint8_t tag[16]; in aead_aes_gcm_siv_seal_scatter() local [all …]
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | regcomp.c | 1100 int tag; member 1113 tnfa->submatch_data[id].so_tag = tag; in tre_purge_regset() 1167 saved_states[i].tag = -1; in tre_add_tags() 1261 tag = next_tag; in tre_add_tags() 1336 tag = next_tag; in tre_add_tags() 1353 left_tag = tag; in tre_add_tags() 1397 tag = next_tag; in tre_add_tags() 1405 tag = next_tag; in tre_add_tags() 1452 tag = new_tag; in tre_add_tags() 1519 tre_purge_regset(regset, tnfa, tag); in tre_add_tags() [all …]
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.h | 393 void *tag; member 422 void *tag; member 476 void *tag; member
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/modes/ |
| A D | internal.h | 257 OPENSSL_EXPORT int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const uint8_t *tag, 262 OPENSSL_EXPORT void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, uint8_t *tag,
|
| A D | gcm.c | 1027 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const uint8_t *tag, size_t len) { in CRYPTO_gcm128_finish() argument 1049 if (tag && len <= sizeof(ctx->Xi)) { in CRYPTO_gcm128_finish() 1050 return CRYPTO_memcmp(ctx->Xi.c, tag, len) == 0; in CRYPTO_gcm128_finish() 1056 void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len) { in CRYPTO_gcm128_tag() argument 1058 OPENSSL_memcpy(tag, ctx->Xi.c, in CRYPTO_gcm128_tag()
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfde.c | 343 || (ret = dwarf_readu16 (as, a, &addr, &dci.tag, arg)) < 0) in dwarf_extract_proc_info_from_fde() 346 dci.abi, dci.tag); in dwarf_extract_proc_info_from_fde()
|
| /third_party/ulib/backtrace/ |
| A D | dwarf.c | 189 enum dwarf_tag tag; member 1413 if (abbrev->tag == DW_TAG_compile_unit in find_address_ranges() 1420 if (abbrev->tag == DW_TAG_compile_unit in find_address_ranges() 1426 if (abbrev->tag == DW_TAG_compile_unit in find_address_ranges() 1436 if (abbrev->tag == DW_TAG_compile_unit in find_address_ranges() 1437 || abbrev->tag == DW_TAG_subprogram) in find_address_ranges() 1464 if (abbrev->tag == DW_TAG_compile_unit in find_address_ranges() 2366 || abbrev->tag == DW_TAG_entry_point in read_function_entry() 2367 || abbrev->tag == DW_TAG_inlined_subroutine); in read_function_entry() 2369 if (abbrev->tag == DW_TAG_inlined_subroutine) in read_function_entry() [all …]
|
| A D | Makefile.in | 142 btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 153 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 157 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | libunwind-dynamic.h | 89 int8_t tag; /* what operation? */ member
|
| /third_party/ulib/musl/include/ |
| A D | elf.h | 596 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) argument 612 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) argument 627 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) argument 632 #define DT_EXTRATAGIDX(tag) ((Elf32_Word) - ((Elf32_Sword)(tag) << 1 >> 1) - 1) argument
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 1049 (self.tag, num_bytes_following) = ( 1053 self.tag = None 1063 o.write(' Tag: {}\n'.format(self.tag)) 1130 (tag, num_bytes_following, key_size, 1134 if tag != self.TAG or num_bytes_following != expected_size: 1250 if tag != self.TAG or num_bytes_following != expected_size: 1429 if tag != self.TAG or num_bytes_following != expected_size: 1649 (tag, num_bytes_following, self.rollback_index_location, 1763 tag, nb_following = struct.unpack('!2Q', data[o:o + 16]) 1764 if tag < len(DESCRIPTOR_CLASSES): [all …]
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | dwarf.h | 263 uint16_t tag; member
|
| /third_party/ulib/ngunwind/src/mi/ |
| A D | Gdyn-remote.c | 45 if ((ret = fetch8 (as, a, addr, &op->tag, arg)) < 0 in intern_op()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | e_aes.c | 1003 uint8_t tag[EVP_AEAD_AES_GCM_TAG_LEN]; in aead_aes_gcm_open_gather() local 1037 CRYPTO_gcm128_tag(&gcm, tag, ctx->tag_len); in aead_aes_gcm_open_gather() 1038 if (CRYPTO_memcmp(tag, in_tag, ctx->tag_len) != 0) { in aead_aes_gcm_open_gather()
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 357 // have a resource tag (to allow it to be modified at runtime)
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2449 lone end tag descriptor in the following cases: A Return(0) was executed, 3681 Disassembler: fixed a problem with the automatic resource tag generation 4732 tag" (name) associated with the descriptor, which gives the ASL a handle 9022 translated to the appropriate resource tag and pathname. The addition of
|