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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/util/
LongSparseArray.java 20 * SparseArray mapping longs to Objects, a version of the platform's
24 * than using a HashMap to map Longs to Objects, both because it avoids
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binop.py 29 """Rational number implemented as a normalized pair of longs."""
36 The arguments must be ints or longs, and default to (0, 1)."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binop.py 29 """Rational number implemented as a normalized pair of longs."""
36 The arguments must be ints or longs, and default to (0, 1)."""
  /art/runtime/mirror/
array.h 72 // Align longs and doubles.
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtol.c 95 * digit. For instance, if the range for longs is
strtoll.c 85 * digit. For instance, if the range for long longs is
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/
Test_add_double.java 165 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/
Test_add_double_2addr.java 161 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/
Test_rem_long.java 166 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/
Test_rem_long_2addr.java 166 * @title Types of arguments - double, long. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/
Test_sub_double.java 172 * @title Types of arguments - long, double. The verifier checks that longs
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/
Test_sub_double_2addr.java 171 * @title Types of arguments - long, double. The verifier checks that longs
  /external/chromium_org/base/threading/
platform_thread_posix.cc 188 // nanoseconds are longs, so this unpacking must prevent overflow.
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
evp_asn1.c 103 unsigned char buf[32]; /* when they have 256bit longs,
  /external/chromium_org/third_party/skia/src/utils/
SkParseColor.cpp 17 // note: little advantage to splitting chars across longs, since 3 longs at 2 unused bits each
18 // allow for one additional split char (vs. the 18 unsplit chars in the three longs)
28 // while longs don't match, march forward
  /external/clang/patches/
0003-Add-support-for-RenderScript-specific-options.patch 6 These include __attribute((kernel)), 64-bit longs, and RGBA vector syntax.
  /external/clang/test/CodeGen/
unsigned-overflow.c 2 // Verify checked operations are emitted for integers and longs.
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 54 int cmpAsLongs = Longs.compare(a, b);
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memset.S 153 f_fill64 a0, -64, FILL64RG, .Lpartial_fixup /* ... but first do longs ... */
  /external/openssl/crypto/asn1/
evp_asn1.c 103 unsigned char buf[32]; /* when they have 256bit longs,
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom_c.h 112 long longs[6]; member in union:CDCntrlParam::__anon33116
  /external/skia/src/utils/
SkParseColor.cpp 17 // note: little advantage to splitting chars across longs, since 3 longs at 2 unused bits each
18 // allow for one additional split char (vs. the 18 unsplit chars in the three longs)
28 // while longs don't match, march forward
  /libcore/expectations/
icebox.txt 136 substring: "Large hex longs shouldn't be yield ints or strings expected:<-1> but was:<0xFFFFFFFFFFFFFFFF>"
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
ia32intrin.h 279 /* On LP64 systems, longs are 64-bit. Use the appropriate rotate
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 51 /* Cached hash code of me_key. Note that hash codes are C longs.

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8 91011>>