HomeSort by relevance Sort by last modified time
    Searched defs:loop_end (Results 1 - 25 of 75) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
loop_label.s 7 loop_end 1; label
loop_label2.s 7 loop_end .Lfoo; label
flow2.s 151 loop_end DoItSome ; /* place after the last instruction in the loop */ label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
labelarithmetic.s 3 ADD A0.0, A0.0, #(loop_end-lbl2)
8 loop_end: MOV D1Ar1, D1Ar5 label
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 48 int loop_end = 0; local
60 loop_end = x;
65 while(shift >= loop_end)
  /external/webp/src/dsp/
argb_mips_dsp_r2.c 22 const uint32_t* const loop_end = out + len - rest; local
26 "beq %[loop_end], %[out], 0f \n\t"
38 "bne %[loop_end], %[out], 2b \n\t"
53 [loop_end]"r"(loop_end), [rest]"r"(rest)
63 const uint32_t* const loop_end = out + len - rest; local
66 "beq %[loop_end], %[out], 0f \n\t"
77 "bne %[loop_end], %[out], 2b \n\t"
91 [loop_end]"r"(loop_end), [rest]"r"(rest
    [all...]
rescaler_mips32.c 152 int temp0, temp1, temp3, temp4, temp5, loop_end; local
163 "addu %[loop_end], %[frow], %[temp6] \n\t"
172 "bne %[frow], %[loop_end], 1b \n\t"
175 [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
185 "addu %[loop_end], %[frow], %[temp6] \n\t"
200 "bne %[frow], %[loop_end], 1b \n\t"
203 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
216 int temp0, temp1, temp3, temp4, temp5, loop_end; local
    [all...]
rescaler_mips_dsp_r2.c 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
47 "addu %[loop_end], %[frow], %[temp6] \n\t"
96 "bne %[frow], %[loop_end], 1b \n\t"
99 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end),
119 "addu %[loop_end], %[irow], %[temp6] \n\t"
147 "bne %[irow], %[loop_end], 1b \n\t"
150 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2)
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.c 46 int loop_end = 0; local
58 loop_end = x;
63 while(shift >= loop_end)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_reader.c 41 int loop_end = 0; local
47 loop_end = x;
51 while (shift >= loop_end) {
  /external/libvpx/libvpx/vpx_dsp/
bitreader.c 73 int loop_end = 0; local
76 loop_end = bits_over;
80 while (shift >= loop_end) {
  /external/libdrm/tests/
drmstat.c 357 struct timeval loop_start, loop_end; local
391 gettimeofday(&loop_end, NULL);
393 usec(&loop_end, &loop_start) / counter, fast);
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 427 Rpo loop_end = Rpo::Invalid(); local
432 loop_end = Rpo::FromInt(rpo.ToInt() + loop_data.expected_blocks_);
445 InstructionBlock(zone(), rpo, loop_header, loop_end, deferred, false);
  /external/v8/src/compiler/
schedule.h 128 BasicBlock* loop_end() const { return loop_end_; } function in class:v8::internal::compiler::final
129 void set_loop_end(BasicBlock* loop_end);
  /external/v8/src/mips/
code-stubs-mips.cc 910 Label while_true, no_carry, loop_end; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 908 Label while_true, no_carry, loop_end; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 881 Label while_true, no_carry, loop_end; local
888 __ beq(&loop_end, cr0);
891 __ bind(&loop_end);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 855 Label while_true, no_carry, loop_end; local
863 __ beq(&loop_end, Label::kNear);
866 __ bind(&loop_end);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 2870 int loop_end = inc > 0 ? getChildCount() - 1 : 0; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 204 int loop_start, loop_end; member in struct:patch_info
    [all...]
  /development/ndk/platforms/android-21/include/linux/
soundcard.h 206 int loop_start, loop_end; member in struct:patch_info
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 185 int loop_start, loop_end; member in struct:patch_info
  /external/kernel-headers/original/uapi/linux/
soundcard.h 247 int loop_start, loop_end; /* Byte offsets from the beginning */ member in struct:patch_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
soundcard.h 243 int loop_start, loop_end; /* Byte offsets from the beginning */ member in struct:patch_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 243 int loop_start, loop_end; /* Byte offsets from the beginning */ member in struct:patch_info
    [all...]

Completed in 1395 milliseconds

1 2 3