HomeSort by relevance Sort by last modified time
    Searched defs:buf4 (Results 1 - 6 of 6) sorted by null

  /system/extras/simpleperf/
record_test.cpp 73 std::vector<char> buf4 = r4.BinaryFormat(); local
88 cache.Push(buf4.data(), buf4.size());
  /external/eigen/unsupported/test/
FFTW.cpp 161 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/opencv3/3rdparty/zlib/
crc32.c 241 #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/pdfium/third_party/zlib_v128/
crc32.c 241 #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/
crc32.c 241 #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/
s_context.h 314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon20426::__anon20427

Completed in 170 milliseconds