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

  /external/chromium/third_party/libevent/
evdns.c 760 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)
816 u32 _t32; /* used by the macros */ local
1634 u32 _t32; local
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 760 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)
816 u32 _t32; /* used by the macros */ local
1634 u32 _t32; local
    [all...]

Completed in 259 milliseconds