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

1 2 3 4

  /bootable/bootloader/legacy/libc/
strstr.c 33 int l1 = strlen(s1); local
36 while (l1 >= l2) {
41 l1--;
  /external/clang/test/CodeGen/
libcalls.c 17 double l1 = sqrt(a1); local
40 double l1 = pow(a1, a1); local
63 double l1 = fma(a1, a1, a1); local
  /external/clang/test/Sema/
attr-used.c 4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{used attribute ignored}} variable
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 6 unsigned long x, l1, l2; local
10 l1 = sizeof(out);
11 DO(base64_encode(in, x, out, &l1));
13 DO(base64_decode(out, l1, tmp, &l2));
15 fprintf(stderr, "base64 failed %lu %lu %lu", x, l1, l2);
pkcs_1_test.c 9 unsigned long x, y, l1, l2, l3, i1, i2, lparamlen, saltlen, modlen; local
40 l1 = sizeof(buf[1]);
41 DO(pkcs_1_oaep_encode(buf[0], l3, lparam, lparamlen, modlen, &yarrow_prng, prng_idx, hash_idx, buf[1], &l1));
45 DO(pkcs_1_oaep_decode(buf[1], l1, lparam, lparamlen, modlen, hash_idx, buf[2], &l2, &res1));
62 l1 = sizeof(buf[1]);
63 DO(pkcs_1_pss_encode(buf[0], l3, saltlen, &yarrow_prng, prng_idx, hash_idx, modlen, buf[1], &l1));
64 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res1));
67 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res2));
70 buf[1][i2 = abs(rand()) % (l1 - 1)] ^= 1;
71 pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res3)
    [all...]
  /external/openssl/crypto/des/
ecb3_enc.c 66 register DES_LONG l0,l1; local
72 c2l(in,l1);
74 ll[1]=l1;
80 l1=ll[1];
82 l2c(l1,out);
  /external/libffi/testsuite/libffi.call/
return_sl.c 9 static long return_sl(long l1, long l2)
11 return l1 - l2;
20 unsigned long l1, l2; local
24 values[0] = &l1;
30 l1 = 1073741823L;
34 printf("res: %ld, %ld\n", (long)res, l1 - l2);
  /cts/suite/audio_quality/lib/src/
StringUtil.cpp 64 size_t l1 = str.length(); local
67 if (l2 > l1) {
70 size_t iStr = l1 - l2;
72 for(; iStr < l1; iStr++) {
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 4 auto l1 = [](int i, int j = 17, int k = 18) { return i + j + k; }; local
5 int i1 = l1(1);
6 int i2 = l1(1, 2);
7 int i3 = l1(1, 2, 3);
12 auto l1 = [](int i, local
35 auto l1 = [](const T& value = T()) { }; local
36 l1(t);
44 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}} local
45 l1(); // expected-note{{in instantiation of default function argument expression for 'operator()<NoDefaultCtor>' required here}}
p23.cpp 39 auto l1 = [x...] {}; // expected-error{{pack expansion does not contain any unexpanded parameter packs}} local
  /external/valgrind/main/none/tests/s390x/
clcle.c 13 register unsigned long l1 asm ("3") = *_l1;
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3)
28 *_l1 = l1;
37 unsigned long a1,a3,l1,l3; local
40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3;
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
42 printf("cc: %d, l1: %lu(%lu) l3: %lu(%lu) diff1: %lu diff3: %lu\n",
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3);
47 void multiplex(unsigned long l1, unsigned long l3, char pad)
49 testrun(b1, l1, b1, l3, pad)
    [all...]
  /external/openssl/crypto/x509/
x509_obj.c 70 int n,lold,l,l1,l2,num,j,type; local
112 l1=strlen(s);
161 l+=1+l1+1+l2;
174 memcpy(p,s,(unsigned int)l1); p+=l1;
  /external/elfutils/libdw/
dwarf_getaranges.c 71 Dwarf_Arange *l1 = *p1, *l2 = *p2; local
72 return l1->addr - l2->addr;
dwarf_getlocation.c 103 const struct loc_s *l1 = (const struct loc_s *) p1; local
106 if ((uintptr_t) l1->addr < (uintptr_t) l2->addr)
108 if ((uintptr_t) l1->addr > (uintptr_t) l2->addr)
  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 238 const unsigned l1 = s1.length(); local
240 const unsigned lmin = l1 < l2 ? l1 : l2;
252 return (l1 < l2);
257 const unsigned l1 = s1.length();
259 const unsigned lmin = l1 < l2 ? l1 : l2;
271 return (l1 > l2);
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 60 volatile long l1 = LONG_MAX; local
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 55 Label l1 = new Label(); local
56 mv.visitLabel(l1);
62 l1, // label end
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadLocalTest.java 60 final ThreadLocal<Object> l1 = new ThreadLocal<Object>() { local
68 + " but is " + l1.get(), l1.get() == INITIAL_VALUE);
81 THREADVALUE.result = l1.get();
  /external/e2fsprogs/intl/
localcharset.c 149 size_t l1, l2; local
171 l1 = strlen (buf1);
175 res_size = l1 + 1 + l2 + 1;
180 res_size += l1 + 1 + l2 + 1;
189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
  /external/icu4c/test/intltest/
aliastst.cpp 70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status); local
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
75 if (strcmp(l1, l2)!=0) {
76 errln("CalendarTest: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2));
81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2));
103 const char* l1 = df1->getLocaleID(ULOC_VALID_LOCALE, status); local
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 162 size_t l1, l2; local
183 l1 = strlen (buf1);
188 res_size = l1 + 1 + l2 + 1;
193 res_size += l1 + 1 + l2 + 1;
204 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 222 MockLevel l1 = new MockLevel("level1", 1); local
224 assertEquals(l1, l2);
225 assertEquals(l2, l1);
232 MockLevel l1 = new MockLevel("level1", 1); local
234 assertFalse(l1.equals(l2));
235 assertFalse(l2.equals(l1));
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 74 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
81 sup.addPropertyChangeListener(l1);
84 assertSame(l1, sup.getPropertyChangeListeners()[0]);
86 sup.removePropertyChangeListener(l1);
127 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
129 sup.addPropertyChangeListener(l1);
130 sup.addPropertyChangeListener(l1);
134 assertSame(l1, listeners[0]);
135 assertSame(l1, listeners[1]);
145 PropertyChangeListener l1 = new MockPropertyChangeListener() local
211 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
230 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
268 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
334 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
353 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
422 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
452 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
477 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
510 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
531 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
563 PropertyChangeListener l1 = new MockPropertyChangeListener(); local
607 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
636 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
665 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
694 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
723 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
751 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
797 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
829 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
861 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
893 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
925 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
956 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src2, local
1013 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1042 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1070 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1110 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1139 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1168 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1208 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
1239 MockPropertyChangeListener l1 = new MockPropertyChangeListener(src, local
    [all...]
  /external/bluetooth/glib/glib/
glist.c 893 g_list_sort_merge (GList *l1,
904 while (l1 && l2)
906 cmp = ((GCompareDataFunc) compare_func) (l1->data, l2->data, user_data);
910 l->next = l1;
911 l1 = l1->next;
922 l->next = l1 ? l1 : l2;
933 GList *l1, *l2; local
940 l1 = list;
    [all...]
gslist.c 849 g_slist_sort_merge (GSList *l1,
859 while (l1 && l2)
861 cmp = ((GCompareDataFunc) compare_func) (l1->data, l2->data, user_data);
865 l=l->next=l1;
866 l1=l1->next;
874 l->next= l1 ? l1 : l2;
884 GSList *l1, *l2; local
891 l1 = list;
    [all...]

Completed in 823 milliseconds

1 2 3 4