/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 70 /** <summary>Construction from a static array of longs</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 73 /** <summary>Construction from a static array of longs</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 55 /** Construction from a static array of longs */
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 58 # Construction from a static array of longs
|
/external/libffi/darwin-x86/ |
ffi.h | 237 /* longs and doubles are followed by an empty 64-bit word. */
|
/external/libffi/include/ |
ffi.h.in | 237 /* longs and doubles are followed by an empty 64-bit word. */
|
ffi_real.h | 238 /* longs and doubles are followed by an empty 64-bit word. */
|
/external/libffi/src/ |
java_raw_api.c | 35 /* stack slots (longs, doubles) occupy 128 bits, but only the first */
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TimeStampParser.java | 207 * Fixes null pointer in comparison when host is not specified. Add methods to allow longs and ints as args in TimeStamp Header.
|
/external/openssl/crypto/des/ |
des.h | 89 * 8 byte longs */
|
VERSION | 296 longs and ints as 8 bytes and shorts as 4 bytes. 340 the loop. This required rotating all the longs in sp.h (now
|
des_locl.h | 135 * when faced with machines with 8 byte longs. */ 203 * DO NOT use the alternative version on machines with 8 byte longs.
|
/external/openssl/include/openssl/ |
des.h | 89 * 8 byte longs */
|
/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 132 # We're sure to use ints instead of longs here since comparison may be more
|
/external/strace/ |
io.c | 269 /* The SH4 ABI does allow long longs in odd-numbered registers, but
|
/external/valgrind/main/none/tests/s390x/ |
cksm.c | 31 "0: cksm %0,%1\n\t" /* do checksum on longs */
|
/libcore/expectations/ |
icebox.txt | 184 substring: "Large hex longs shouldn't be yield ints or strings expected:<-1> but was:<0xFFFFFFFFFFFFFFFF>"
|
/external/guava/guava/src/com/google/common/math/ |
LongMath.java | 45 * {@code long} values, see {@link com.google.common.primitives.Longs}. 335 // subtracting two nonnegative longs can't overflow
|
BigIntegerMath.java | 309 // Iteratively multiply the longs as big as they can go.
|
/external/junit/src/org/junit/ |
Assert.java | 447 * Asserts that two longs are equal. If they are not, an 460 * Asserts that two longs are equal. If they are not, an
|
/external/libpcap/ |
CHANGES | 299 - Fixed Linux networking include files to use ints instead of longs to 300 avoid problems with 64 bit longs on the alpha. Thanks to Cristian
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 74 * can compare longs. The result of the comparison is written to another 89 * There's no single operation to compare longs and jump, or to compare ints and 562 * Compare longs. This stores -1 in {@code target} if {@code [all...] |
/external/jpeg/ |
jmemmgr.c | 54 * Many machines require storage alignment: longs must start on 4-byte 194 * This is helpful because message parm array can't handle longs. 238 * machines, but may be too small if longs are 64 bits or more. [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 54 * Many machines require storage alignment: longs must start on 4-byte 194 * This is helpful because message parm array can't handle longs. 238 * machines, but may be too small if longs are 64 bits or more. [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 72 /** Construction from a static array of longs */
|