HomeSort by relevance Sort by last modified time
    Searched full:swaplong (Results 1 - 5 of 5) sorted by null

  /external/icu4c/layout/
LESwaps.h 29 * A convenience macro which invokes the swapLong member function
34 #define SWAPL(value) LESwaps::swapLong((const le_uint32 &) (value))
75 static le_uint32 swapLong(const le_uint32 &value)
  /external/tcpdump/
print-null.c 64 #define SWAPLONG(y) \
110 family = SWAPLONG(family);
  /external/libpcap/
savefile.c 93 #define SWAPLONG(y) \
878 hp->thiszone = SWAPLONG(hp->thiszone);
879 hp->sigfigs = SWAPLONG(hp->sigfigs);
880 hp->snaplen = SWAPLONG(hp->snaplen);
881 hp->linktype = SWAPLONG(hp->linktype);
1011 magic = SWAPLONG(magic);
    [all...]
gencode.c     [all...]
  /packages/apps/Email/src/org/apache/commons/io/
EndianUtils.java 79 public static long swapLong(long value) {
106 return Double.longBitsToDouble( swapLong( Double.doubleToLongBits( value ) ) );

Completed in 267 milliseconds