Searched refs:next_tag (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 1176 int next_tag; member 1216 int next_tag = 1; /* Next tag to use after this one. */ in tre_add_tags() local 1359 tag = next_tag; in tre_add_tags() 1361 next_tag++; in tre_add_tags() 1387 STACK_PUSHX(stack, int, next_tag + left->num_tags); in tre_add_tags() 1391 reserved_tag = next_tag; in tre_add_tags() 1392 next_tag++; in tre_add_tags() 1446 tag = next_tag; in tre_add_tags() 1448 next_tag++; in tre_add_tags() 1463 left_tag = next_tag; in tre_add_tags() [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 1177 int next_tag; member 1217 int next_tag = 1; /* Next tag to use after this one. */ in tre_add_tags() local 1360 tag = next_tag; in tre_add_tags() 1362 next_tag++; in tre_add_tags() 1388 STACK_PUSHX(stack, int, next_tag + left->num_tags); in tre_add_tags() 1392 reserved_tag = next_tag; in tre_add_tags() 1393 next_tag++; in tre_add_tags() 1447 tag = next_tag; in tre_add_tags() 1449 next_tag++; in tre_add_tags() 1464 left_tag = next_tag; in tre_add_tags() [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 1176 int next_tag; member 1216 int next_tag = 1; /* Next tag to use after this one. */ in tre_add_tags() local 1359 tag = next_tag; in tre_add_tags() 1361 next_tag++; in tre_add_tags() 1387 STACK_PUSHX(stack, int, next_tag + left->num_tags); in tre_add_tags() 1391 reserved_tag = next_tag; in tre_add_tags() 1392 next_tag++; in tre_add_tags() 1446 tag = next_tag; in tre_add_tags() 1448 next_tag++; in tre_add_tags() 1463 left_tag = next_tag; in tre_add_tags() [all...] |
/third_party/musl/src/regex/ |
H A D | regcomp.c | 1176 int next_tag; member 1216 int next_tag = 1; /* Next tag to use after this one. */ in tre_add_tags() local 1359 tag = next_tag; in tre_add_tags() 1361 next_tag++; in tre_add_tags() 1387 STACK_PUSHX(stack, int, next_tag + left->num_tags); in tre_add_tags() 1391 reserved_tag = next_tag; in tre_add_tags() 1392 next_tag++; in tre_add_tags() 1446 tag = next_tag; in tre_add_tags() 1448 next_tag++; in tre_add_tags() 1463 left_tag = next_tag; in tre_add_tags() [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_emit.c | 952 int next_tag) in emit_binary_bundle() 954 int lookahead = next_tag << 4; in emit_binary_bundle() 1001 .next_type = next_tag, in emit_binary_bundle() 1021 ins->texture.next_type = next_tag; in emit_binary_bundle() 948 emit_binary_bundle(compiler_context *ctx, midgard_block *block, midgard_bundle *bundle, struct util_dynarray *emission, int next_tag) emit_binary_bundle() argument
|
H A D | disassemble.c | 1910 unsigned next_tag = (words[i] >> 4) & 0xF; in disassemble_midgard() local 1921 /* Check the tag. The idea is to ensure that next_tag is in disassemble_midgard() 1923 * safely omit printing next_tag. To show this, we first in disassemble_midgard() 1939 if (next_tag == TAG_INVALID) in disassemble_midgard() 1948 last_next_tag = next_tag; in disassemble_midgard() 2004 if (next_tag == TAG_BREAK) { in disassemble_midgard()
|
H A D | compiler.h | 658 int next_tag);
|
/third_party/ffmpeg/libavformat/ |
H A D | wavdec.c | 113 static int64_t next_tag(AVIOContext *pb, uint32_t *tag, int big_endian) in next_tag() function 140 size = next_tag(pb, &tag, wav->rifx); in find_tag() 414 size = next_tag(pb, &tag, wav->rifx); in wav_read_header()
|
Completed in 26 milliseconds