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

1 2

  /external/llvm/test/MC/MachO/
temp-labels.s 26 // CHECK: ('_string', 'L0')
32 L0:
darwin-complex-difference.s 6 L0:
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
reloc-pcrel.s 46 L0:
50 call L0
51 call L0 - 1
52 call L0 + 1
62 // call _a - L0
63 call _b - L0
darwin-x86_64-reloc-offsets.s 6 L0:
60 movb $0x12, L0(%rip)
63 movb $0x12, L0 + 1(%rip)
66 movl $0x12345678, L0(%rip)
69 movl $0x12345678, L0 + 1(%rip)
72 movl $0x12345678, L0 + 2(%rip)
75 movl $0x12345678, L0 + 3(%rip)
78 movl $0x12345678, L0 + 4(%rip)
80 movb %al, L0(%rip)
81 movb %al, L0 + 1(%rip
    [all...]
relax-recompute-align.s 25 L0:
27 jmp L0
reloc.s 33 L0:
34 .long L0
41 jmp L0
darwin-x86_64-diff-relocs.s 16 L0:
26 jmp L0
35 // jmp L0 - _g0
61 movl %eax,L0(%rip)
68 // movl %eax,L0 - _g0(%rip)
107 .quad L0
110 .quad L0 - _g0
darwin-x86_64-reloc.s 28 leaq L0(%rip), %rax
29 addl $6,L0(%rip)
30 addw $500,L0(%rip)
31 addl $500,L0(%rip)
36 L0:
37 .quad L0
x86_32-symbols.s 4 L0:
x86_64-symbols.s 4 L0:
  /external/clang/test/CodeGen/
unreachable.c 13 goto L0;
15 L0:
20 goto L0;
24 L0:
  /external/llvm/test/MC/AsmParser/
exprs.s 73 L0:
75 .long . - L0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 140 * L0 xx xx xx xx
155 #define L0 pSrcLeft[0*leftStep]
175 pDst[0*dstStep+x] = L0;
218 pTmp[1] = (OMX_U8)((L0 + 2*L1 + L2 + 2)>>2);
219 pTmp[2] = (OMX_U8)((UL + 2*L0 + L1 + 2)>>2);
220 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
238 pTmp[0] = (OMX_U8)((L2 + 2*L1 + L0 + 2)>>2);
239 pTmp[1] = (OMX_U8)((L1 + 2*L0 + UL + 2)>>2);
240 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
264 pTmp[2] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf };
stochastic_linear_ranker.cpp 114 case L0:
  /external/clang/test/FixIt/
fixit.c 67 L0 /*removed comment*/: c++; // expected-warning {{unused label}}
  /external/v8/test/mjsunit/
arguments-opt.js 30 function L0() {
43 assertEquals(0, L0());
44 assertEquals(1, L0(1));
45 assertEquals(2, L0(1,2));
46 assertEquals(5, L0(1,2,3,4,5));
  /external/v8/test/mjsunit/regress/
regress-265.js 50 L0:
53 break L0;
56 break L0;
  /external/clang/test/Sema/
block-misc.c 193 goto L0; // expected-error {{goto into protected scope}}
196 L0:
scope-check.c 154 goto L0; // expected-error {{goto into protected scope}}
156 L0:
  /external/bison/src/
reader.c 134 merger_list *L0 = merge_functions;
135 while (L0)
137 merger_list *L1 = L0->next;
138 free (L0);
139 L0 = L1;
  /external/oprofile/events/mips/sb1/
events 8 event:0x28 counters:1,2,3 um:zero minimum:500 name:ISSUE_L0 :Issue to L0
9 event:0x29 counters:1,2,3 um:zero minimum:500 name:ISSUE_L1 :Issue to L0
27 event:0x24 counters:1,2,3 um:zero minimum:500 name:RESOURCE_CONSTRAINT :Resource (L0/1 E0/1) constraint
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 119 classifier->SetRegularizationType(learning_stochastic_linear::L0);
266 case learning_stochastic_linear::L0 :

Completed in 272 milliseconds

1 2