Searched refs:L1 (Results 1 - 25 of 139) sorted by relevance

123456

/external/chromium_org/tools/idl_parser/test_parser/
H A Dcallback_web.idl55 * Argument(L1)
59 callback VoidFuncLong = void ( long L1 );
66 * Argument(L1)
71 callback VoidFuncLongArray = void ( long[] L1 );
78 * Argument(L1)
83 callback VoidFuncLongArray5 = void ( long[5] L1 );
91 * Argument(L1)
100 callback VoidFuncLongArray54 = void ( long[5] L1, long long [4] L2 );
108 * Argument(L1)
116 callback VoidFuncLongIdent = void ( long[5] L1, VoidFuncLongArra
[all...]
/external/llvm/test/MC/MachO/
H A Drelax-jumps.s17 L1: label
20 je L1
22 ja L1
24 js L1
26 jns L1
H A Ddarwin-complex-difference.s8 L1: label
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
H A Dgen-dwarf-cpp.s10 L1: leave label
H A Dgen-dwarf.s7 L1: leave label
H A Ddarwin-x86_64-reloc-offsets.s14 L1: label
89 movb $0x12, L1(%rip)
92 movb $0x12, L1 + 1(%rip)
95 movl $0x12345678, L1(%rip)
98 movl $0x12345678, L1 + 1(%rip)
101 movl $0x12345678, L1 + 2(%rip)
104 movl $0x12345678, L1 + 3(%rip)
107 movl $0x12345678, L1 + 4(%rip)
109 movb %al, L1(%rip)
110 movb %al, L1
[all...]
H A Drelax-recompute-align.s32 L1: label
34 jl L1
H A Dreloc.s35 .long L1
39 L1: label
42 jmp L1
H A Ddarwin-x86_64-diff-relocs.s32 // jmp L1
39 // jmp _g1 - L1
42 // jmp L1 - _g0
63 movl %eax,L1(%rip)
70 // movl %eax,_g1 - L1(%rip)
71 // movl %eax,L1 - _g0(%rip)
88 L1: label
109 .quad L1
112 .quad L1 - _g0
113 .quad L1
[all...]
H A Ddarwin-x86_64-reloc.s27 leaq L1(%rip), %rax
35 .quad L1
40 .quad _foo - L1
41 L1: label
42 .quad L1 - _prev
49 .quad L1
/external/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s6 L1: label
16 # CHECK: .loh AdrpAdrp L1, L2
17 # CHECK: .loh AdrpAdrp L1, L2
18 .loh AdrpAdrp L1, L2
19 .loh 1 L1, L2
21 # CHECK: .loh AdrpLdr L1, L2
22 # CHECK: .loh AdrpLdr L1, L2
23 .loh AdrpLdr L1, L2
24 .loh 2 L1, L2
26 # CHECK: .loh AdrpAddLdr L1, L
[all...]
H A Darm64-branch-encoding.s21 bl L1
22 ; CHECK: bl L1 ; encoding: [A,A,A,0b100101AA]
23 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_call26
29 b L1
30 ; CHECK: b L1 ; encoding: [A,A,A,0b000101AA]
31 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch26
32 b.eq L1
33 ; CHECK: b.eq L1 ; encoding: [0bAAA00000,A,A,0x54]
34 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
35 b.ne L1
77 L1: label
[all...]
/external/clang/test/CodeGen/
H A Dindirect-goto.c4 void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
12 L1: res *= 2;
17 static const void *addrs[] = { &&L1, &&L2, &&L3, &&L4, &&L5 };
25 L1: res *= 2;
/external/clang/include/clang/Basic/
H A DLinkage.h92 inline Linkage minLinkage(Linkage L1, Linkage L2) { argument
94 std::swap(L1, L2);
95 if (L1 == VisibleNoLinkage) {
101 return L1 < L2 ? L1 : L2;
/external/llvm/test/MC/ARM/
H A Dhilo-16bit-relocations.s5 movw r0, :lower16:(L_foo$non_lazy_ptr - (L1 + 8))
6 movt r0, :upper16:(L_foo$non_lazy_ptr - (L1 + 8))
7 L1: label
9 @ CHECK: movw r0, :lower16:(L_foo$non_lazy_ptr-(L1+8))
10 @ CHECK: movt r0, :upper16:(L_foo$non_lazy_ptr-(L1+8))
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait.pass.cpp25 typedef std::unique_lock<L0> L1; typedef
34 L1 lk(m0);
45 L1 lk(m0);
H A Dnotify_one.pass.cpp24 typedef std::unique_lock<L0> L1; typedef
34 L1 lk(m0);
44 L1 lk(m0);
58 L1 lk(m0);
65 L1 lk(m0);
82 L1 lk(m0);
H A Dnotify_all.pass.cpp24 typedef std::unique_lock<L0> L1; typedef
34 L1 lk(m0);
44 L1 lk(m0);
58 L1 lk(m0);
65 L1 lk(m0);
H A Dwait_pred.pass.cpp26 typedef std::unique_lock<L0> L1; typedef
44 L1 lk(m0);
54 L1 lk(m0);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstate.c133 static void stack_init (lua_State *L1, lua_State *L) { argument
136 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue);
137 L1->stacksize = BASIC_STACK_SIZE;
139 setnilvalue(L1->stack + i); /* erase new stack */
140 L1->top = L1->stack;
141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK;
143 ci = &L1
234 lua_State *L1; local
252 luaE_freethread(lua_State *L, lua_State *L1) argument
[all...]
H A Dldblib.c101 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { argument
102 if (L == L1) {
107 lua_xmove(L1, L, 1);
115 lua_State *L1 = getthread(L, &arg); local
118 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) {
127 lua_xmove(L, L1, 1);
131 if (!lua_getinfo(L1, options, &ar))
155 treatstackoption(L, L1, "activelines");
157 treatstackoption(L, L1, "func");
164 lua_State *L1 local
193 lua_State *L1 = getthread(L, &arg); local
299 lua_State *L1 = getthread(L, &arg); local
326 lua_State *L1 = getthread(L, &arg); local
361 lua_State *L1 = getthread(L, &arg); local
[all...]
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp34 switch (x) default: L1: L2: case 4: pr6884_abort_struct();
37 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); }
40 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); }
45 switch (x) default: L1: L2: case 4: {
71 switch (x) default: L1: L2: case 4: pr6884_abort_struct();
75 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); }
79 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); }
98 switch (x) default: L1: L2: case 4: pr6884_abort_struct a;
102 switch (x) default: L1: { L2: case 4: pr6884_abort_struct a; }
106 switch (x) default: L1
[all...]
/external/libcxx/test/thread/thread.mutex/thread.lock.algorithm/
H A Dtry_lock.pass.cpp12 // template <class L1, class L2, class... L3>
13 // int try_lock(L1&, L2&, L3&...);
36 class L1 class
41 L1() : locked_(false) {} function in class:L1
83 L1 l1;
89 L1 l0;
134 L1 l0;
135 L1 l1;
136 L1 l2;
160 L1 l
[all...]
/external/llvm/test/MC/AsmParser/
H A Dexprs.s75 jmp L1
77 L1: label
79 .long . - L1
/external/clang/test/Sema/
H A Dscope-check.c126 goto L1; // expected-error {{goto into protected scope}}
129 L1:
158 goto L1; // expected-error {{goto into protected scope}}
160 L1:
184 goto L1;
185 L1:
221 static const void *addrs[] = { &&L1, &&L2 };
225 L1:

Completed in 574 milliseconds

123456