Searched refs:FOR_LOOP (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_dec_DCT2_64_asm.s | 43 FOR_LOOP: label 54 BGT FOR_LOOP
|
/external/python/cpython3/Python/ |
D | compile.c | 84 enum fblocktype { WHILE_LOOP, FOR_LOOP, EXCEPT, FINALLY_TRY, FINALLY_TRY2, FINALLY_END, enumerator 1675 case FOR_LOOP: in compiler_unwind_fblock() 2661 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_for() 2673 compiler_pop_fblock(c, FOR_LOOP, start); in compiler_for() 2702 if (!compiler_push_fblock(c, FOR_LOOP, start, end)) in compiler_async_for() 2717 compiler_pop_fblock(c, FOR_LOOP, start); in compiler_async_for() 2837 if (info->fb_type == WHILE_LOOP || info->fb_type == FOR_LOOP) { in compiler_break() 2851 if (info->fb_type == WHILE_LOOP || info->fb_type == FOR_LOOP) { in compiler_continue()
|