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

/external/chromium_org/third_party/zlib/
H A Dcrc32.c258 #define DOLIT4 c ^= *buf4++; \
270 register const u4 FAR *buf4; local
279 buf4 = (const u4 FAR *)(const void FAR *)buf;
288 buf = (const unsigned char FAR *)buf4;
298 #define DOBIG4 c ^= *++buf4; \
310 register const u4 FAR *buf4; local
319 buf4 = (const u4 FAR *)(const void FAR *)buf;
320 buf4--;
329 buf4++;
330 buf = (const unsigned char FAR *)buf4;
[all...]
/external/qemu/distrib/zlib-1.2.8/
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/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/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon14578::__anon14579
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon27989::__anon27990
/external/valgrind/main/cachegrind/
H A Dcg_main.c1594 static HChar buf1[128], buf2[128], buf3[128], buf4[123]; local
1729 VG_(percentify)(no_debugs, debug_lookups, 1, 6, buf4);
1737 buf4, no_debugs);

Completed in 154 milliseconds