HomeSort by relevance Sort by last modified time
    Searched defs:buf4 (Results 1 - 7 of 7) 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 324 char buf1[16], buf2[16], buf3[16], buf4[16]; local
335 af_print_idx( buf4, segment_idx_0 ),
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon21264::__anon21265

Completed in 7616 milliseconds