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

1 2

  /external/llvm/test/MC/MachO/
relax-jumps.s 21 jb L2
23 jg L2
25 jae L2
29 L2:
relax-recompute-align.s 29 jle L2
35 L2:
darwin-x86_64-diff-relocs.s 45 jmp L2
50 // jmp L2 - _g3
74 movl %eax,L2(%rip)
81 // movl %eax,L2 - _g2(%rip)
94 L2:
98 .quad L2
101 .quad L2 - _g2
  /bionic/libc/arch-x86/string/
bcmp.S 27 je L2
30 L2: popl %esi
index.S 20 je L2
25 L2:
rindex.S 22 jne L2
24 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 */
strcmp.S 18 jmp L2 /* Jump into the loop! */
23 L2: movb (%eax),%cl
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 */
strncmp.S 21 jmp L2 /* Jump into the loop! */
27 L2: jz L4 /* strings are equal */
swab.S 26 jz L2 # while swaping alternate bytes.
35 L2: shrl $3,%ecx # copy remainder 8 words at a time
  /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/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 256 jz L2
263 L2: /* otherwise we're OK */
dispatch-x86-linux.S 250 jz L2
257 L2: /* otherwise we're OK */
  /external/clang/test/CodeGenCXX/
mangle-local-classes-nested.cpp 17 void L2() {
32 S().L2();
36 void L2() {
51 S().L2();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
convolve_opt.s 88 BLE L2
104 L2:
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
convolve_neon.s 87 BLE L2
96 L2:
  /external/v8/test/cctest/
test-disasm-x64.cc 246 Label L1, L2;
250 __ call(&L2);
252 __ bind(&L2);
test-disasm-ia32.cc 264 Label L1, L2;
268 __ call(&L2);
270 __ bind(&L2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 142 * L2 xx xx xx xx
157 #define L2 pSrcLeft[2*leftStep]
177 pDst[2*dstStep+x] = L2;
217 pTmp[0] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2);
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
268 pTmp[6] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
269 pTmp[7] = (OMX_U8)((L1 + L2 + 1)>>1);
270 pTmp[8] = (OMX_U8)((L1 + 2*L2 + L3 + 2)>>2);
271 pTmp[9] = (OMX_U8)((L2 + L3 + 1)>>1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 66 BCC L2
68 L2:
  /external/libselinux/src/
label_android_property.c 42 size_t L2 = strlen(sp2->property_key);
44 return (L1 < L2) - (L1 > L2);
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_vector.java 221 Long2 L2 = s.get_u32_2();
222 if (L2.x != 1 || L2.y != 2) {
225 L2.x = 2;
226 L2.y = 3;
227 s.set_u32_2(L2);
248 L2 = s.get_i64_2();
249 if (L2.x != 1 || L2.y != 2) {
252 L2.x = 2
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
UT_vector.java 221 Long2 L2 = s.get_u32_2();
222 if (L2.x != 1 || L2.y != 2) {
225 L2.x = 2;
226 L2.y = 3;
227 s.set_u32_2(L2);
248 L2 = s.get_i64_2();
249 if (L2.x != 1 || L2.y != 2) {
252 L2.x = 2
    [all...]

Completed in 773 milliseconds

1 2