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

1 2

  /bionic/libc/arch-x86/string/
strcpy.S 31 jz L2
35 jz L2
39 jz L2
43 jz L2
47 jz L2
51 jz L2
55 jz L2
62 L2: popl %eax /* pop dst address */
index.S 20 je L2
25 L2:
strcat.S 40 jz L2
44 jz L2
48 jz L2
52 jz L2
56 jz L2
60 jz L2
64 jz L2
71 L2: popl %eax /* pop destination address */
bcmp.S 27 je L2
30 L2: popl %esi
rindex.S 22 jne L2
24 L2:
swab.S 26 jz L2 # while swaping alternate bytes.
35 L2: shrl $3,%ecx # copy remainder 8 words at a time
strcmp.S 18 jmp L2 /* Jump into the loop! */
23 L2: movb (%eax),%cl
strncmp.S 21 jmp L2 /* Jump into the loop! */
27 L2: jz L4 /* strings are equal */
  /external/stlport/src/
lock_free_slist.h 241 je L2 // Yes, we're done
246 L2:
268 je L2 // Yes, we're done
273 L2:
locale.cpp 294 // come from L1, and all those that are in category c come from L2.
295 locale::locale(const locale& L1, const locale& L2, category c)
299 _Locale_impl* i2 = L2._M_impl;
301 if (L1.name() != _Nameless && L2.name() != _Nameless)
302 _Stl_loc_combine_names(impl, L1._M_impl->name.c_str(), L2._M_impl->name.c_str(), c);
  /ndk/sources/android/stlport/src/
lock_free_slist.h 241 je L2 // Yes, we're done
246 L2:
268 je L2 // Yes, we're done
273 L2:
  /external/openssl/crypto/des/times/
aix.cc 7 L2 Cache : 256 K
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /external/libffi/src/frv/
eabi.S 109 bne icc0, 0, .L2
114 .L2:
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 73 jmp .L2
106 .L2:
137 jmp .L2 ; not necessary at the moment, but doesn't hurt (much)
170 .L2:
204 jmp .L2
241 .L2:
288 jmp near .L2
363 jz .L2
367 .L2:
x86p_32.asm 53 .L2
133 .L2
204 .L2
282 .L2
380 .L2
484 .L2: ; End of short loop
599 .L2
713 .L2
825 .L2
929 jmp .L2 ; short jump out of range :
    [all...]
  /external/libpcap/
tokdefs.h 99 L2 = 325,
203 #define L2 325
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 148 jge L2
156 L2:
227 jmp L2
258 L2:
283 jge L2
290 L2:
361 jmp L2
395 L2:
422 jge L2
430 L2
    [all...]
  /external/libffi/src/powerpc/
aix.S 157 bf 6,L2 // 2f + 0x18
175 L2:
darwin.S 110 bf 6,L2 /* No floats to load. */
128 L2:
  /external/speex/libspeex/
math_approx.h 204 #define L2 -7651
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))))))));
  /external/webkit/SunSpider/
sunspider 60 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
104 if ($profileName =~ /L2 Cache/) {
106 print "Using Shark L2 Cache Miss Profile: " . $profile . "\n";
110 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
convolve_opt.s 88 BLE L2
104 L2:
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
convolve_neon.s 87 BLE L2
96 L2:
  /external/webkit/WebKitTools/Scripts/
run-sunspider 62 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample

Completed in 169 milliseconds

1 2