Home
last modified time | relevance | path

Searched defs:ZSWAP32 (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/
Dzutil.h250 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
/external/zlib/
Dzutil.h250 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzutil.h252 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro