/prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/ |
setjmp.h | 33 /* _JBLEN is the size of a jmp_buf in longs.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longintrepr.h | 87 aware that longs abuse ob_size's sign bit.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longintrepr.h | 87 aware that longs abuse ob_size's sign bit.
|
/art/test/021-string2/src/junit/framework/ |
Assert.java | 132 * Asserts that two longs are equal. If they are not 139 * Asserts that two longs are equal.
|
/art/test/082-inline-execute/src/junit/framework/ |
Assert.java | 132 * Asserts that two longs are equal. If they are not 139 * Asserts that two longs are equal.
|
/external/chromium_org/third_party/icu/source/test/letest/ |
gendata.cpp | 66 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { 78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
|
/external/junit/src/junit/framework/ |
Assert.java | 130 * Asserts that two longs are equal. If they are not 137 * Asserts that two longs are equal.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
ByteArrayHelpers.java | 73 * Convert an array of longs to a {@code byte[]} using native endian order. 75 * @param array array of longs
|
/external/javassist/src/main/javassist/ |
CodeConverter.java | 257 * long[] longs = new int[]{10, 20, 30}; 272 * p.longs[2] = 1000L; 275 * long l = p.longs[2]; 301 * ArrayAdvisor.arrayWriteLong(p.longs, 2, 1000L); 304 * long l = ArrayAdvisor.arrayReadLong(p.longs, 2);
|
/external/icu/icu4c/source/test/letest/ |
gendata.cpp | 98 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { 110 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
|
/external/tcpdump/ |
nfs.h | 282 * Quads are defined as arrays of 2 longs to ensure dense packing for the 304 * are used. (all fields are longs or u_longs or structures of same)
|
/external/wpa_supplicant_8/src/crypto/ |
md5-internal.c | 68 static void byteReverse(unsigned char *buf, unsigned longs) 76 } while (--longs);
|
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 25 * SparseArray mapping longs to Objects. Unlike a normal array of Objects, 27 * than using a HashMap to map Longs to Objects, both because it avoids
|