Home
last modified time | relevance | path

Searched refs:next_tag (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/lib/
Dasn1_decoder.c71 next_tag: in asn1_find_indefinite_length()
89 goto next_tag; in asn1_find_indefinite_length()
110 goto next_tag; in asn1_find_indefinite_length()
127 goto next_tag; in asn1_find_indefinite_length()
/external/grpc-grpc/test/core/surface/
Dnum_external_connectivity_watchers_test.cc37 static size_t next_tag = 1; variable
46 channel, GRPC_CHANNEL_IDLE, connect_deadline, cq, (void*)(next_tag++)); in channel_idle_start_watch()
/external/u-boot/arch/sandbox/include/asm/
Dstate.h102 ulong next_tag; /* Next address tag to allocate */ member
/external/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c842 int next_tag) in emit_binary_bundle() argument
844 int lookahead = next_tag << 4; in emit_binary_bundle()
896 .next_type = next_tag, in emit_binary_bundle()
916 ins->texture.next_type = next_tag; in emit_binary_bundle()
Ddisassemble.c1607 unsigned next_tag = (words[i] >> 4) & 0xF; in disassemble_midgard() local
1636 if (next_tag == TAG_INVALID) in disassemble_midgard()
1645 last_next_tag = next_tag; in disassemble_midgard()
1705 if (next_tag == TAG_BREAK) { in disassemble_midgard()
Dcompiler.h657 int next_tag);
/external/u-boot/arch/sandbox/cpu/
Dcpu.c215 mentry->tag = state->next_tag++; in map_to_sysmem()
Dstate.c369 state->next_tag = state->ram_size; in state_reset_for_test()