Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 18 of 18) sorted by relevance

/third_party/uapp/dash/src/
A Dmknodes.c131 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 Dnodetypes36 # contain a node type followed by a structure tag. Subsequent indented
/third_party/ulib/uboringssl/crypto/cipher_extra/
A De_aesgcmsiv.c192 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 Dregcomp.c1100 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 Dif_em.h393 void *tag; member
422 void *tag; member
476 void *tag; member
/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
A Dinternal.h257 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 Dgcm.c1027 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 DGfde.c343 || (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 Ddwarf.c189 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 DMakefile.in142 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 Dlibunwind-dynamic.h89 int8_t tag; /* what operation? */ member
/third_party/ulib/musl/include/
A Delf.h596 #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 Davbtool1049 (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 Ddwarf.h263 uint16_t tag; member
/third_party/ulib/ngunwind/src/mi/
A DGdyn-remote.c45 if ((ret = fetch8 (as, a, addr, &op->tag, arg)) < 0 in intern_op()
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A De_aes.c1003 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 Dbadcode.asl357 // have a resource tag (to allow it to be modified at runtime)
/third_party/lib/acpica/
A Dchanges.txt2449 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

Completed in 74 milliseconds