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

1 2 3

  /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);
  /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_getloclist.c 39 const struct loc_s *l1 = (const struct loc_s *) p1; local
42 if ((uintptr_t) l1->addr < (uintptr_t) l2->addr)
44 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 56 Label l1 = new Label(); local
57 mv.visitLabel(l1);
63 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...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 230 A<T> l1; local
231 l1.foo();
236 return l1;
  /external/hyphenation/
substrings.c 151 int l1 = strlen(expr); local
153 int off = l1-l2;
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; local
154 l0 = SAT_8U(p0 - cb0); l1 = SAT_8U(p1 - cb1); l2 = SAT_8U(p2 - cb2);
175 if( e->learnMin[1] > l1 ) e->learnMin[1]--;
207 e->learnMin[1] = l1; e->learnMax[1] = h1;
271 int l0 = p0 + m0, l1 = p1 + m1, l2 = p2 + m2; local
278 e->boxMin[1] <= l1 && h1 <= e->boxMax[1] &&
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c 440 u8 l0[2], l1[2]; local
453 * S = FC || P0 || L0 || P1 || L1 || ... || Pn || Ln
459 * L1 = 0x00 0x06
486 WPA_PUT_BE16(l1, 6);
487 addr[4] = l1;
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 441 u8 l0[2], l1[2]; local
454 * S = FC || P0 || L0 || P1 || L1 || ... || Pn || Ln
460 * L1 = 0x00 0x06
487 WPA_PUT_BE16(l1, 6);
488 addr[4] = l1;

Completed in 781 milliseconds

1 2 3