HomeSort by relevance Sort by last modified time
    Searched full:longs (Results 26 - 50 of 487) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h 8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */
  /art/test/003-omnibus-opcodes/src/
Array.java 67 static void checkLongs(long[] longs) {
68 Main.assertTrue(longs[0] == 0x1122334455667788L);
69 Main.assertTrue(longs[1] == 0x8877665544332211L);
70 Main.assertTrue(longs[2] == 0L);
71 Main.assertTrue(longs[3] == 1L);
72 Main.assertTrue(longs[4] == -1L);
140 static void checkRange64(long[] longs, int negVal1, int negVal2) {
144 Main.assertTrue(longs.length == 5);
147 l = longs[5]; // exact bound
153 longs[5] = l; // exact boun
    [all...]
  /art/test/407-arrays/src/
Main.java 33 int[] ints, Object[] objects, long[] longs, int index) {
52 assertEquals(0, longs[0]);
53 assertEquals(0, longs[index]);
57 int[] ints, Object[] objects, long[] longs, int index) {
91 longs[0] = l;
92 assertEquals(l, longs[0]);
94 longs[index] = l;
95 assertEquals(l, longs[index]);
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicDoubleArray.java 49 private transient AtomicLongArray longs; field in class:AtomicDoubleArray
58 this.longs = new AtomicLongArray(length);
74 this.longs = new AtomicLongArray(longArray);
83 return longs.length();
93 return longBitsToDouble(longs.get(i));
104 longs.set(i, next);
117 // longs.lazySet(i, next);
130 return longBitsToDouble(longs.getAndSet(i, next));
146 return longs.compareAndSet(i,
169 return longs.weakCompareAndSet(i
    [all...]
  /external/lldb/test/lang/cpp/unique-types/
main.cpp 16 std::vector<long> longs; local
20 longs.push_back(i);
23 return 0; // Set breakpoint here to verify that std::vector 'longs' and 'shorts' have unique types.
  /bionic/libc/arch-x86_64/include/machine/
setjmp.h 21 #define _JBLEN 11 /* size, in longs, of a jmp_buf */
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
setjmp.h 21 #define _JBLEN 11 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/machine/
setjmp.h 21 #define _JBLEN 11 /* size, in longs, of a jmp_buf */
  /external/chromium_org/base/android/
jni_array.cc 46 JNIEnv* env, const int64* longs, size_t len) {
52 long_array, 0, len, reinterpret_cast<const jlong*>(longs));
60 JNIEnv* env, const std::vector<int64>& longs) {
61 return ToJavaLongArray(env, longs.begin(), longs.size());
176 jlong* longs = env->GetLongArrayElements(long_array, NULL); local
178 out->push_back(static_cast<long>(longs[i]));
180 env->ReleaseLongArrayElements(long_array, longs, JNI_ABORT);
  /libcore/luni/src/main/java/java/nio/
LongBuffer.java 23 * A buffer of longs.
124 * The remaining longs will be moved to the head of the buffer, staring from
135 * Compare the remaining longs of this buffer to another long buffer's
136 * remaining longs.
182 * long buffers are equal if and only if their remaining longs are exactly
221 * Reads longs from the current position into the specified long array and
222 * increases the position by the number of longs read.
238 * Reads longs from the current position into the specified long array,
240 * number of longs read.
248 * the number of longs to read, must be no less than zero and no
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 161 * Fills the array with random longs. If signed is true, negative values can be generated.
188 long[] longs = new long[array.length]; local
189 genRandomLongs(seed, longs, signed, numberOfBits);
191 array[i] = (int) longs[i];
196 long[] longs = new long[array.length]; local
197 genRandomLongs(seed, longs, signed, numberOfBits);
199 array[i] = (short) longs[i];
204 long[] longs = new long[array.length]; local
205 genRandomLongs(seed, longs, signed, numberOfBits);
207 array[i] = (byte) longs[i]
    [all...]

Completed in 888 milliseconds

12 3 4 5 6 7 8 91011>>