Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_crc32.c281 #define DOBIG4 c ^= *++buf4; \ macro
284 #define DOBIG32 DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4
309 DOBIG4; in crc32_big()
/external/zlib/src/
Dcrc32.c281 #define DOBIG4 c ^= *++buf4; \ macro
284 #define DOBIG32 DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4; DOBIG4
309 DOBIG4;