Home
last modified time | relevance | path

Searched refs:SIP_U32TO8_LE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/expat/
Dsiphash.h116 #define SIP_U32TO8_LE(p, v) \ macro
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/
Dsiphash.h116 #define SIP_U32TO8_LE(p, v) \ macro
121 SIP_U32TO8_LE((p) + 0, (uint32_t)((v) >> 0)); \
122 SIP_U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));
/external/expat/lib/
Dsiphash.h116 #define SIP_U32TO8_LE(p, v) \ macro
121 SIP_U32TO8_LE((p) + 0, (uint32_t)((v) >> 0)); \
122 SIP_U32TO8_LE((p) + 4, (uint32_t)((v) >> 32));