HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/clang/test/CodeGenCXX/
mangle-local-classes-nested.cpp 14 void L1() {
  /external/llvm/test/MC/MachO/
reloc-pcrel.s 48 L1:
x86_32-symbols.s 7 L1:
x86_64-symbols.s 7 L1:
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 25 enum RegularizationType { L0, L1, L2, L1L2, L1LInf };
  /bionic/libc/arch-x86/string/
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
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /external/clang/test/FixIt/
fixit.c 69 L1: // expected-warning {{unused label}}
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 217 member_iterator unionSets(member_iterator L1, member_iterator L2) {
218 assert(L1 != member_end() && L2 != member_end() && "Illegal inputs!");
219 if (L1 == L2) return L1; // Unifying the same two sets, noop.
221 // Otherwise, this is a real union operation. Set the end of the L1 list to
223 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node;
232 // L2's leader is now L1.
234 return L1;
  /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/clang/test/Sema/
statements.c 19 int test5() { return ({L1: L2: L3: 5;}); }
  /external/libpcap/
tokdefs.h 98 L1 = 324,
202 #define L1 324
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 106 jz L1
110 L1:
dispatch-x86-linux.S 89 jz L1
93 L1:
  /external/checkpolicy/
policy_scan.l 216 l1 |
217 L1 { return(L1); }
  /external/libselinux/src/
label_android_property.c 41 size_t L1 = strlen(sp1->property_key);
44 return (L1 < L2) - (L1 > L2);
  /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/llvm/lib/CodeGen/
LiveDebugVariables.cpp 159 static UserValue *merge(UserValue *L1, UserValue *L2) {
161 if (!L1)
163 L1 = L1->getLeader();
164 if (L1 == L2)
165 return L1;
166 // Splice L2 before L1's members.
169 End->leader = L1, End = End->next;
170 End->leader = L1;
171 End->next = L1->next
    [all...]

Completed in 1089 milliseconds

12 3 4