HomeSort by relevance Sort by last modified time
    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 52 #define SWAPLONG(y) \
98 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 83 milliseconds