Searched refs:loop_end (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.c47 int loop_end = 0; local
59 loop_end = x;
64 while(shift >= loop_end)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_reader.c48 int loop_end = 0; local
62 loop_end = x;
66 while (shift >= loop_end) {
/external/webp/src/utils/
H A Drescaler.c202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
214 "addu %[loop_end], %[frow_t], %[temp8] \n\t"
238 "bne %[frow_t], %[loop_end], 1b \n\t"
243 [dst_t]"+r"(dst_t), [loop_end]"=&r"(loop_end)
/external/libdrm/tests/
H A Ddrmstat.c368 struct timeval loop_start, loop_end; local
402 gettimeofday(&loop_end, NULL);
404 usec(&loop_end, &loop_start) / counter, fast);
/external/icu/icu4c/source/common/
H A Duniset.cpp1725 if (a == UNICODESET_HIGH) goto loop_end;
1743 if (a == UNICODESET_HIGH) goto loop_end;
1746 if (b == UNICODESET_HIGH) goto loop_end;
1761 if (a == UNICODESET_HIGH) goto loop_end;
1777 if (a == UNICODESET_HIGH) goto loop_end;
1786 loop_end:
1823 if (a == UNICODESET_HIGH) goto loop_end;
1841 if (a == UNICODESET_HIGH) goto loop_end;
1858 if (a == UNICODESET_HIGH) goto loop_end;
1874 if (a == UNICODESET_HIGH) goto loop_end;
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h247 int loop_start, loop_end; /* Byte offsets from the beginning */ member in struct:patch_info
/external/v8/src/mips/
H A Dcode-stubs-mips.cc987 Label while_true, no_carry, loop_end; local
998 __ Branch(&loop_end, eq, scratch, Operand(zero_reg));
1003 __ bind(&loop_end);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc982 Label while_true, no_carry, loop_end; local
993 __ Branch(&loop_end, eq, scratch, Operand(zero_reg));
998 __ bind(&loop_end);

Completed in 397 milliseconds