Home
last modified time | relevance | path

Searched refs:ZSWAP32 (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/zlib/
H A Dzutil.h272 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
H A Dinflate.c848 strm->adler = state->check = ZSWAP32(hold);
1233 ZSWAP32(hold)) != state->check) {