Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds