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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 110 // Compute padding to ensure longs and doubles are not split in AAPCS. Ignore the 'this' jobject
159 // JniCallingConvention ABI follows AAPCS where longs and doubles must occur
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 110 // Compute padding to ensure longs and doubles are not split in AAPCS. Ignore the 'this' jobject
162 // JniCallingConvention ABI follows AAPCS where longs and doubles must occur
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 192 // Xlib stores 32-bit data in longs, even if longs are 64-bits long.
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 22 import com.google.common.primitives.Longs;
110 digest.update(scratch.array(), 0, Longs.BYTES);
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataInputStream.java 22 import com.google.common.primitives.Longs;
143 return Longs.fromBytes(b8, b7, b6, b5, b4, b3, b2, b1);
LittleEndianDataOutputStream.java 21 import com.google.common.primitives.Longs;
145 byte[] bytes = Longs.toByteArray(Long.reverseBytes(v));
  /external/guava/guava/src/com/google/common/primitives/
Longs.java 44 public final class Longs {
45 private Longs() {}
293 * bytes, in big-endian order; equivalent to {@code Longs.fromByteArray(new
394 int result = Longs.compare(left[i], right[i]);
486 && Longs.indexOf(array, (Long) target, start, end) != -1;
492 int i = Longs.indexOf(array, (Long) target, start, end);
503 int i = Longs.lastIndexOf(array, (Long) target, start, end);
550 result = 31 * result + Longs.hashCode(array[i]);
  /external/ltrace/sysdeps/linux-gnu/ia64/
trace.c 41 * longs */
114 /* make sure we're shifting about longs */
  /frameworks/base/core/java/android/os/
Vibrator.java 99 * @param pattern an array of longs of times for which to turn the vibrator on or off.
123 * @param pattern an array of longs of times for which to turn the vibrator on or off.
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLong.java 32 * compareAndSwap for longs. While the Unsafe.compareAndSwapLong
40 * for longs. Called only once and cached in VM_SUPPORTS_LONG_CAS.
  /external/chromium_org/third_party/skia/src/core/
SkUtils.cpp 79 int longs = count >> 1; local
80 if (longs) {
84 } while (--longs != 0);
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 285 private long[] longs; field in class:ArrayAccessReplaceTest.Simple
326 return longs[pos];
370 longs[pos] = value;
  /external/skia/src/core/
SkUtils.cpp 79 int longs = count >> 1; local
80 if (longs) {
84 } while (--longs != 0);
  /bionic/libc/arch-arm/include/machine/
setjmp.h 33 /* _JBLEN is the size of a jmp_buf in longs.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_long/
Test_add_long.java 150 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_long_2addr/
Test_add_long_2addr.java 150 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_lit8/
Test_and_int_lit8.java 106 * and longs are not used interchangeably.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 142 * @title Try to put long into double[]. The verifier checks that longs

Completed in 1582 milliseconds

1 2 3 4 56 7 8 91011>>