HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 1 - 25 of 42) sorted by null

1 2

  /bionic/libc/arch-x86/string/
fss.S 11 jz L1 /* ZF is set if all bits are 0 */
16 L1: xorl %eax,%eax /* clear result */
memchr.S 15 jz L1
19 jne L1 /* scan failed, return null */
24 L1: xorl %eax,%eax
index.S 17 L1:
23 jnz L1
bcmp.S 21 jne L1
29 L1: incl %eax
bzero.S 23 jb L1
38 L1: movl %edx,%ecx /* zero remainder by bytes */
rindex.S 19 L1:
27 jnz L1
memset.S 25 jle L1
49 L1: rep
strcpy.S 28 L1: movb (%edx),%al /* unroll loop, but not too much */
61 jnz L1
swab.S 28 L1: lodsw
33 jnz L1
strcat.S 37 L1: movb (%edx),%al /* unroll loop, but not too much */
70 jnz L1
strcmp.S 21 L1: incl %eax
76 je L1
strncmp.S 24 L1: incl %eax
102 je L1
  /external/dropbear/libtomcrypt/testprof/
store_test.c 8 ulong32 L, L1;
16 L1 = 0;
18 LOAD32L(L1, buf + y);
19 if (L1 != L) {
24 LOAD32H(L1, buf + y);
25 if (L1 != L) {
  /external/stlport/src/
lock_free_slist.h 217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
240 L1: test eax, eax // _M_top == NULL?
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
267 L1: test eax, eax // _M_top == NULL?
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /ndk/sources/android/stlport/src/
lock_free_slist.h 217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
240 L1: test eax, eax // _M_top == NULL?
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
267 L1: test eax, eax // _M_top == NULL?
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /external/v8/test/mjsunit/
arguments-opt.js 34 function L1(a) {
48 assertEquals(0, L1());
49 assertEquals(1, L1(1));
50 assertEquals(2, L1(1,2));
51 assertEquals(5, L1(1,2,3,4,5));
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 72 jnz .L1
75 .L1:
104 jnz .L1
136 jnz .L1
139 .L1:
168 jnz .L1
203 jnz .L1
206 .L1:
239 jnz .L1
308 .L1
    [all...]
x86p_32.asm 44 .L1 ; short loop
52 jnz .L1
125 .L1 ; short loop
132 jnz .L1
196 .L1 ; short loop
203 jnz .L1
271 .L1 ; short loop
281 jnz .L1
369 .L1 ; short loop
379 jnz .L1
    [all...]
x86p_16.asm 33 .L1 ; short loop
49 jnz .L1
143 .L1 ; short loop
156 jnz .L1
251 .L1 ; short loop
269 jnz .L1
369 .L1 ; short loop
386 jnz .L1
  /external/libpcap/
tokdefs.h 98 L1 = 324,
202 #define L1 324
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 137 jge L1
145 L1:
218 jne L1
228 L1:
272 jge L1
280 L1:
352 jne L1
362 L1:
410 jge L1
419 L1
    [all...]
  /external/speex/libspeex/
math_approx.h 203 #define L1 32767
213 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2))))))));
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
convolve_opt.s 49 BLE L1
66 L1:
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
convolve_neon.s 51 BLE L1
60 L1:

Completed in 1239 milliseconds

1 2