HomeSort by relevance Sort by last modified time
    Searched refs:SIP_U32TO8_LE (Results 1 - 3 of 3) sorted by null

  /external/expat/lib/
siphash.h 116 #define SIP_U32TO8_LE(p, v) \
121 SIP_U32TO8_LE((p) + 0, (uint32_t)((v) >> 0)); \
122 SIP_U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
  /external/python/cpython2/Modules/expat/
siphash.h 116 #define SIP_U32TO8_LE(p, v) \
121 SIP_U32TO8_LE((p) + 0, (uint32_t)((v) >> 0)); \
122 SIP_U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
  /external/python/cpython3/Modules/expat/
siphash.h 116 #define SIP_U32TO8_LE(p, v) \
121 SIP_U32TO8_LE((p) + 0, (uint32_t)((v) >> 0)); \
122 SIP_U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));

Completed in 161 milliseconds