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

  /frameworks/volley/src/test/java/com/android/volley/toolbox/
ByteArrayPoolTest.java 37 byte[] buf4 = pool.getBuf(16);
39 assertTrue(buf4 == buf1 || buf4 == buf2);
40 assertTrue(buf3 != buf4);
54 byte[] buf4 = pool.getBuf(16);
58 assertTrue(buf4 == buf2 || buf4 == buf3);
60 assertTrue(buf4 != buf5);
  /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/v8/test/mjsunit/regress/
regress-4665.js 31 var buf4 = buf3.subarray(2)
33 assertEquals(8, buf4.length);
  /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/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...]
  /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/mesa3d/src/mesa/swrast/
s_context.h 314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon21264::__anon21265
s_context.c 809 swrast->stencil_temp.buf4 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
814 !swrast->stencil_temp.buf4) {
839 free(swrast->stencil_temp.buf4);
s_stencil.c 410 GLubyte *origMask = swrast->stencil_temp.buf4;
  /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...]
  /prebuilts/go/darwin-x86/test/
escape2.go 1379 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1380 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
escape2n.go 1379 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1380 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 1379 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1380 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
escape2n.go 1379 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1380 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]

Completed in 779 milliseconds