Searched refs:l2 (Results 1 - 25 of 147) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20021108-1.c5 return &&l1-&&l2;
6 l2:
H A D920428-3.c2 x(a){static void*j[]={&&l1,&&l2};goto*j[a];l1:return 0;l2:return 1;}
H A Dlabels-3.c5 static const short ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
10 l2:
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20021029-2.c9 static void * const ar[] = { &&l2 };
12 l2:
H A D20021029-1.c9 static const int ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
14 l2:
/openbsd-current/usr.bin/make/lst.lib/
H A DlstConcatDestroy.c57 Lst_ConcatDestroy(Lst l1, Lst l2) argument
59 if (l2->firstPtr != NULL) {
68 l2->firstPtr->prevPtr = l1->lastPtr;
70 l1->lastPtr->nextPtr = l2->firstPtr;
72 l1->firstPtr = l2->firstPtr;
73 l1->lastPtr = l2->lastPtr;
H A DlstConcat.c60 Lst_Concat(Lst l1, Lst l2) argument
66 if (l2->firstPtr != NULL) {
70 * corresponding element in l2. The 'last' node follows the
71 * last of the new nodes along until the entire l2 has been
76 for (last = l1->lastPtr, ln = l2->firstPtr; ln != NULL;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3524a.C23 ccLine l2; local
24 l2.distToPoint (l2);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921218-2.c3 long l2; local
8 ul = us = l2 = s2 = -1;
H A D960801-1.c4 long long l2; local
9 ul = us = l2 = s2 = -1;
16 long long l2; local
21 ul = us = l2 = s2 = -1;
/openbsd-current/lib/libc/string/
H A Dwcscasecmp.c35 wchar_t l1, l2; local
37 while ((l1 = towlower(*s1++)) == (l2 = towlower(*s2++))) {
42 return ((rune_t)l1 - (rune_t)l2);
49 wchar_t l1, l2; local
54 if (((l1 = towlower(*s1++))) != (l2 = towlower(*s2++))) {
56 return ((rune_t)l1 - (rune_t)l2);
H A Dwcscasecmp_l.c35 wchar_t l1, l2; local
38 (l2 = towlower_l(*s2++, locale))) {
43 return ((rune_t)l1 - (rune_t)l2);
49 wchar_t l1, l2; local
55 (l2 = towlower_l(*s2++, locale))) {
57 return ((rune_t)l1 - (rune_t)l2);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dfriend2.C15 Local_2 l2; local
16 l2.i = 3;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Drestore.c141 register int l2 = increment (l1); local
142 return l1+l2;
150 register int l2 = increment (l1); local
151 register int l3 = increment (l2);
152 return l1+l2+l3;
160 register int l2 = increment (l1); local
161 register int l3 = increment (l2);
163 return l1+l2+l3+l4;
171 register int l2 = increment (l1); local
172 register int l3 = increment (l2);
196 register int l2 = increment (l1); local
211 register int l2 = increment (l1); local
227 register int l2 = increment (l1); local
244 register int l2 = increment (l1); local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
H A Ddiag-1.c10 static __thread int l2; local
H A Ddiag-2.c11 auto __thread int l2; /* { dg-error "multiple storage classes" } */ local
/openbsd-current/lib/libcrypto/bf/
H A Dbf_local.h65 #define n2ln(c,l1,l2,n) { \
67 l1=l2=0; \
69 case 8: l2 =((unsigned long)(*(--(c)))) ; \
70 case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
71 case 6: l2|=((unsigned long)(*(--(c))))<<16; \
72 case 5: l2|=((unsigned long)(*(--(c))))<<24; \
81 #define l2nn(l1,l2,c,n) { \
84 case 8: *(--(c))=(unsigned char)(((l2) )&0xff); \
85 case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff); \
86 case 6: *(--(c))=(unsigned char)(((l2)>>1
[all...]
/openbsd-current/lib/libcrypto/rc2/
H A Drc2_local.h67 #define c2ln(c,l1,l2,n) { \
69 l1=l2=0; \
71 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
72 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
73 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
74 case 5: l2|=((unsigned long)(*(--(c)))); \
90 #define l2cn(l1,l2,c,n) { \
93 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff);\
94 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff);\
95 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/openbsd-current/usr.bin/make/
H A Ddirexpand.h51 #define Dir_Expand(n, l1, l2) Dir_Expandi(n, strchr(n, '\0'), l1, l2)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dsysmac2.c25 long double l2 = sys_ld; /* { dg-bogus "traditional C rejects" } */ local
/openbsd-current/lib/libcrypto/idea/
H A Didea_local.h83 #define n2ln(c,l1,l2,n) { \
85 l1=l2=0; \
87 case 8: l2 =((unsigned long)(*(--(c)))) ; \
88 case 7: l2|=((unsigned long)(*(--(c))))<< 8; \
89 case 6: l2|=((unsigned long)(*(--(c))))<<16; \
90 case 5: l2|=((unsigned long)(*(--(c))))<<24; \
99 #define l2nn(l1,l2,c,n) { \
102 case 8: *(--(c))=(unsigned char)(((l2) )&0xff);\
103 case 7: *(--(c))=(unsigned char)(((l2)>> 8)&0xff);\
104 case 6: *(--(c))=(unsigned char)(((l2)>>1
[all...]
/openbsd-current/bin/ksh/
H A Dalloc.c29 struct link *l, *l2; local
31 for (l = ap->freelist; l != NULL; l = l2) {
32 l2 = l->next;
85 struct link *l, *l2, *lprev, *lnext; local
98 l2 = realloc(l, sizeof(struct link) + size);
99 if (l2 == NULL)
102 lprev->next = l2;
104 ap->freelist = l2;
106 lnext->prev = l2;
108 return L2P(l2);
[all...]
/openbsd-current/lib/libcrypto/cast/
H A Dcast_local.h67 #define c2ln(c,l1,l2,n) { \
69 l1=l2=0; \
71 case 8: l2 =((unsigned long)(*(--(c))))<<24L; \
72 case 7: l2|=((unsigned long)(*(--(c))))<<16L; \
73 case 6: l2|=((unsigned long)(*(--(c))))<< 8L; \
74 case 5: l2|=((unsigned long)(*(--(c)))); \
90 #define l2cn(l1,l2,c,n) { \
93 case 8: *(--(c))=(unsigned char)(((l2)>>24L)&0xff); \
94 case 7: *(--(c))=(unsigned char)(((l2)>>16L)&0xff); \
95 case 6: *(--(c))=(unsigned char)(((l2)>>
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/
H A Ddiag-2.C11 auto __thread int l2; /* { dg-error "multiple storage classes" } */ local
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cpp143 List l1, l2; local
145 l2.clear();
147 l1.append_front(&l2);
149 CHECK(l2.empty());
151 l1.append_back(&l2);
153 CHECK(l2.empty());
159 SetList(&l2, a, b, c);
160 l1.append_back(&l2);
162 CHECK(l2.empty());
165 SetList(&l2);
176 List l2; local
[all...]

Completed in 1212 milliseconds

123456