OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:longs
(Results
126 - 150
of
231
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c
173
static void byteReverse(unsigned char *buf, unsigned
longs
)
181
} while (--
longs
);
/external/wpa_supplicant_8/src/crypto/
md5-internal.c
74
static void byteReverse(unsigned char *buf, unsigned
longs
)
82
} while (--
longs
);
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
real.h
331
/* IN is a REAL_VALUE_TYPE. OUT is an array of
longs
. */
351
/* IN is a REAL_VALUE_TYPE. OUT is an array of
longs
. */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
real.h
331
/* IN is a REAL_VALUE_TYPE. OUT is an array of
longs
. */
351
/* IN is a REAL_VALUE_TYPE. OUT is an array of
longs
. */
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
real.h
331
/* IN is a REAL_VALUE_TYPE. OUT is an array of
longs
. */
351
/* IN is a REAL_VALUE_TYPE. OUT is an array of
longs
. */
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h
299
typedef mng_uint32 * mng_uint32p; /* pointer to unsigned
longs
*/
300
typedef mng_int32 * mng_int32p; /* pointer to
longs
*/
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java
287
/* SHA-384 and SHA-512 functions (as for SHA-256 but for
longs
) */
/external/chromium/chrome/browser/net/
referrer.cc
85
// We use
longs
for durations because we will use multiplication on them.
/external/jpeg/
jdhuff.h
76
/* If long is > 32 bits on your machine, and shifting/masking
longs
is
/external/netperf/
netcpu_perfstat.c
294
/* know that this is bad, but trying to go from long
longs
to */
netcpu_pstat.c
251
/* know that this is bad, but trying to go from long
longs
to */
/libcore/json/src/test/java/org/json/
ParsingTest.java
131
assertParsed("Large hex
longs
shouldn't be yield ints or strings",
/packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java
41
// This is an array of
Longs
wherein each Long consists of two components:
/external/skia/src/core/
SkBitmapProcState_matrix_repeat.h
368
/* offset == 256 bits == 32 bytes == 8
longs
*/
408
mysrc += 16; /* 16
longs
*/
409
mydst += 16; /* 16 shorts, aka 8
longs
*/
SkBitmapProcState_matrix_clamp.h
361
/* offset == 256 bits == 32 bytes == 8
longs
== 16 shorts */
409
mysrc += 32; /* 16
longs
, aka 32 shorts */
410
mydst += 16; /* 16 shorts, aka 8
longs
*/
/external/antlr/src/org/antlr/runtime/
BitSet.java
55
/** Construction from a static array of
longs
*/
/external/guava/javadoc/com/google/common/annotations/class-use/
GwtIncompatible.html
331
<TD><CODE><B>
Longs
.</B><B><A HREF="../../../../../com/google/common/primitives/
Longs
.html#fromByteArray(byte[])">fromByteArray</A></B>(byte[] bytes)</CODE>
376
<TD><CODE><B>
Longs
.</B><B><A HREF="../../../../../com/google/common/primitives/
Longs
.html#toByteArray(long)">toByteArray</A></B>(long value)</CODE>
/external/guava/javadoc/com/google/common/collect/
ComparisonChain.html
200
Compares two <code>long</code> values as specified by <A HREF="../../../../com/google/common/primitives/
Longs
.html#compare(long, long)"><CODE>
Longs
.compare(long, long)</CODE></A>,
332
<DD>Compares two <code>long</code> values as specified by <A HREF="../../../../com/google/common/primitives/
Longs
.html#compare(long, long)"><CODE>
Longs
.compare(long, long)</CODE></A>,
/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
*/
/external/openssl/include/openssl/
des.h
89
* 8 byte
longs
*/
Completed in 5958 milliseconds
1
2
3
4
5
6
7
8
9
10