/external/libxml2/ |
list.c | 710 * @l1: the original list 717 xmlListMerge(xmlListPtr l1, xmlListPtr l2) 719 xmlListCopy(l1, l2);
|
xpath.c | 2944 long l1, l2; local 3007 long l1, l2; local 3041 long l1, l2; local 4400 int i, l1; local 4434 int i, l1; local [all...] |
/external/valgrind/main/callgrind/ |
main.c | 1698 Int l1, l2, l3; local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideView.java | 503 int l1 = p1.mLeft; 509 res = l1 - l2;
|
/external/opencv/cv/src/ |
cvcorner.cpp | 129 double l1 = buf[j + size.width] + buf[j]; local 133 double y = l1 - a; 139 x = l1 - c; 149 dst[6*j] = (float)l1;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCrop.java | 486 float [] l1 = {crop.left, crop.bottom}; local 489 l1[1] = crop.top; 492 float[] b = { l1[0] - l2[0], l1[1] - l2[1] };
|
/external/icu4c/test/cintltst/ |
cloctst.c | 2668 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status); local 2702 const char* l1 = NULL; local 2745 const char* l1 = NULL; local [all...] |
capitst.c | 868 int l1, l2; local 1918 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local [all...] |
/external/aac/libAACenc/src/ |
intensity.cpp | 165 l1 175 const INT l1, 183 for (i=l1; i<l2; i++) {
|
/external/grub/stage2/ |
fsys_xfs.c | 137 return (((xfs_fsblock_t)(le32 (r->l1) & mask32lo(9))) << 43) | 147 (((xfs_fileoff_t)le32 (r->l1)) >> 9);
|
/external/llvm/lib/CodeGen/ |
RegAllocPBQP.cpp | 268 const LiveInterval &l1 = lis->getInterval(vr1); local 278 if (l1.overlaps(l2)) {
|
/external/openssl/crypto/ |
sparccpuid.S | 86 clr %l1 156 clr %l1
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string2.h | 869 # define __strcmp_cg(s1, s2, l1) \ 875 if (l1 > 0 && __result == 0) \ 879 if (l1 > 1 && __result == 0) \ 883 if (l1 > 2 && __result == 0) \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 869 # define __strcmp_cg(s1, s2, l1) \ 875 if (l1 > 0 && __result == 0) \ 879 if (l1 > 1 && __result == 0) \ 883 if (l1 > 2 && __result == 0) \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string2.h | 869 # define __strcmp_cg(s1, s2, l1) \ 875 if (l1 > 0 && __result == 0) \ 879 if (l1 > 1 && __result == 0) \ 883 if (l1 > 2 && __result == 0) \ [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 433 final long l1 = 1006; local 436 assertEquals(l1, mBundle.getLong(KEY, l1));
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectOutputStreamTest.java | 1105 String l1 = (String) ois.readObject(); local [all...] |
SerializationStressTest.java | 620 String l1 = (String) ois.readObject(); local 621 assertTrue("Wrong obj String :" + l1, s1.equals(l1));
|
/external/grub/netboot/ |
via-rhine.c | 911 unsigned char st1,st2,adv1,adv2,l1,l2; 917 l1=ReadMII(5,ioaddr)>>8; 919 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2);
|
davicom.c | 662 u32 l1, l2; 651 u32 l1, l2; local
|
/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 | 435 u8 l0[2], l1[2]; local 448 * S = FC || P0 || L0 || P1 || L1 || ... || Pn || Ln 454 * L1 = 0x00 0x06 481 WPA_PUT_BE16(l1, 6); 482 addr[4] = l1;
|
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | [all...] |
/external/chromium/testing/gtest/test/ |
gtest-printers_test.cc | 918 const list<int> l1(a1, a1 + 2); 922 v.push_back(l1); [all...] |