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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/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...]
  /external/chromium_org/base/android/
jni_array.h 32 JNIEnv* env, const int64* longs, size_t len);
35 JNIEnv* env, const std::vector<int64>& longs);
76 // Replaces the content of |out| with the Java longs in |long_array|.
  /external/chromium_org/third_party/mt19937ar/
README.chromium 18 use uint32 types instead of unsigned longs. Added a header file.
  /external/iproute2/include/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /external/kernel-headers/original/uapi/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmapi.h 22 * code that still assumes that we're passing unsigned longs.
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 61 std::vector<long> longs; local
65 longs.push_back(i);
  /external/guava/guava-tests/test/com/google/common/primitives/
LongArrayAsListTest.java 37 * Test suite covering {@link Longs#asList(long[])}.
49 return Longs.asList(temp);
56 .named("Longs.asList"),
59 .named("Longs.asList, head subList"),
62 .named("Longs.asList, tail subList"),
65 .named("Longs.asList, middle subList")
  /external/lldb/test/lang/cpp/unique-types/
TestUniqueTypes.py 32 "// Set breakpoint here to verify that std::vector 'longs' and 'shorts' have unique types.")
53 # Do a "frame variable --show-types longs" and verify "long" is in each line of output.
54 self.runCmd("frame variable --show-types longs")
  /bionic/libc/arch-arm64/include/machine/
setjmp.h 33 /* _JBLEN is the size of a jmp_buf in longs(64bit on AArch64) */
49 * NOTE: _JBLEN is the size of jmp_buf in longs(64bit on AArch64)! The table
  /development/ndk/platforms/android-L/arch-arm64/include/machine/
setjmp.h 33 /* _JBLEN is the size of a jmp_buf in longs(64bit on AArch64) */
49 * NOTE: _JBLEN is the size of jmp_buf in longs(64bit on AArch64)! The table
  /external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java 27 * {@link #DIVIDE}, and {@link #REMAINDER}) support ints, longs, floats and
32 * ints and longs.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseLongEncodedValue.java 35 import com.google.common.primitives.Longs;
63 return Longs.compare(getValue(), ((LongEncodedValue)o).getValue());
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/machine/
setjmp.h 9 #define _JBLEN 64 /* size, in longs, of a jmp_buf */
11 #define _JBLEN 29 /* size, in longs, of a jmp_buf */

Completed in 794 milliseconds

1 23 4 5 6 7 8 91011>>