Searched
full:ints (Results
351 -
375 of
543) sorted by null
<<11121314151617181920>>
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 57 * The length of this in measured in ints. Can be less than 911 * ints: the sign of the remainder is the same as the sign of this. [all...] |
/bionic/libc/bionic/ |
dlmalloc.h | 244 Because these fields are ints, but internal bookkeeping may
|
/cts/tools/host/src/com/android/cts/ |
TestHost.java | 370 HostConfig.Ints.valueOf("postInstallWaitMs").setValue(1);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopToDop.java | 151 * *reverse* sub (constant - reg) for ints, though, but that
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopToDop.java | 324 * there's a *reverse* sub (constant - reg) for ints only.
|
/dalvik/dx/src/com/android/dx/gen/ |
Code.java | 352 * Compare ints. If the comparison is true, execution jumps to {@code
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PrintWriterTest.java | 632 assertTrue("Wrote incorrect ints", cab[0] == 'a' && cab[1] == 'b'
|
/external/bison/lib/ |
obstack.h | 325 or ints, and that the data added so far to the current object
|
/external/bzip2/ |
bzip2.1 | 421 64-bit ints on some platforms which support them (GNU supported
|
bzip2.1.preformatted | 363 long. Versions 1.0.2 and above use 64?bit ints on some
|
bzip2.txt | 360 long. Versions 1.0.2 and above use 64-bit ints on some
|
bzip2recover.c | 30 That means that if 64-bit ints are not supported, we will not
|
/external/chromium/base/json/ |
json_reader_unittest.cc | 74 // Numbers that overflow ints should succeed, being internally promoted to
|
/external/chromium/base/metrics/ |
stats_table.cc | 68 // we all need to use the same size ints.
|
/external/chromium/base/ |
process_util_unittest.cc | 384 // rlim_t is a uint64 - clip to maxint. We do this since FD #s are ints
|
/external/dropbear/libtommath/ |
tommath.h | 208 /* exchange two ints */
|
/external/guava/src/com/google/common/collect/ |
Ordering.java | 47 * return Ints.compare(left.length(), right.length());
|
/external/libpcap/ |
CHANGES | 299 - Fixed Linux networking include files to use ints instead of longs to
|
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.cpp | 292 // constant has uses (for example an array of const ints), that they are
|
/external/netperf/ |
netlib.c | 237 /* in the past, I was overlaying a structure on an array of ints. now */ 238 /* I am going to have a "real" structure, and point an array of ints */ [all...] |
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 334 * Pretty printing accumulator function for ints
|
/external/openssl/crypto/des/ |
VERSION | 296 longs and ints as 8 bytes and shorts as 4 bytes.
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
TextFormatTest.java | 216 * actually ints so that I can use hex notation and not get stupid errors
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 246 value->fOperand.fScalar = SkScalarDiv((SkScalar) value->fOperand.fS32, 1000); // dividing two ints is the same as dividing two scalars
|
SkAnimatorScript2.cpp | 408 value->fScalar = SkScalarDiv((SkScalar) value->fS32, 1000); // dividing two ints is the same as dividing two scalars
|
Completed in 1404 milliseconds
<<11121314151617181920>>