Searched defs:buf4 (Results 1 - 4 of 4) sorted by relevance

/external/zlib/src/
H A Dcrc32.c241 #define DOLIT4 c ^= *buf4++; \
253 register const z_crc_t FAR *buf4; local
262 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
271 buf = (const unsigned char FAR *)buf4;
281 #define DOBIG4 c ^= *++buf4; \
293 register const z_crc_t FAR *buf4; local
302 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
303 buf4--;
312 buf4++;
313 buf = (const unsigned char FAR *)buf4;
[all...]
/external/eigen/unsupported/test/
H A DFFTW.cpp161 ComplexVector buf4; local
163 fft.inv( buf4 , outbuf);
165 buf4[k] *= T(1./nfft);
166 VERIFY( dif_rmse(inbuf,buf4) < test_precision<T>() );// gross check
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c241 #define DOLIT4 c ^= *buf4++; \
253 register const z_crc_t FAR *buf4; local
262 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
271 buf = (const unsigned char FAR *)buf4;
281 #define DOBIG4 c ^= *++buf4; \
293 register const z_crc_t FAR *buf4; local
302 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
303 buf4--;
312 buf4++;
313 buf = (const unsigned char FAR *)buf4;
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon12832::__anon12833

Completed in 1181 milliseconds