OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWAPLONG
(Results
1 - 4
of
4
) sorted by null
/external/libpcap/
pcap-common.h
15
#define
SWAPLONG
(y) \
gencode.c
[
all
...]
/external/tcpdump/
print-null.c
51
#define
SWAPLONG
(y) \
97
family =
SWAPLONG
(family);
/libcore/ojluni/src/main/native/
Bits.c
69
#define
SWAPLONG
(x) ((jlong)(((jlong)SWAPINT((jint)(x)) << 32) | \
239
*dstLong++ =
SWAPLONG
(tmpLong);
274
*dstLong++ =
SWAPLONG
(tmpLong);
Completed in 540 milliseconds