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

  /external/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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
crc32.c 256 #define DOLIT4 c ^= *buf4++; \
268 register const u4 FAR *buf4; local
277 buf4 = (const u4 FAR *)(const void FAR *)buf;
286 buf = (const unsigned char FAR *)buf4;
296 #define DOBIG4 c ^= *++buf4; \
308 register const u4 FAR *buf4; local
317 buf4 = (const u4 FAR *)(const void FAR *)buf;
318 buf4--;
327 buf4++;
328 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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/python/cpython2/Modules/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/syslinux/com32/lib/zlib/
crc32.c 258 #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/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/eigen/unsupported/test/
FFTW.cpp 161 ComplexVector buf4; local
163 fft.inv( buf4 , outbuf);
165 buf4[k] *= T(1./nfft);
166 VERIFY( T(dif_rmse(inbuf,buf4)) < test_precision<T>() );// gross check
  /external/mesa3d/src/mesa/swrast/
s_context.h 331 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon28772::__anon28773
s_context.c 807 swrast->stencil_temp.buf4 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
812 !swrast->stencil_temp.buf4) {
836 free(swrast->stencil_temp.buf4);
s_stencil.c 412 GLubyte *origMask = swrast->stencil_temp.buf4;
  /external/freetype/src/autofit/
afhints.c 328 char buf1[16], buf2[16], buf3[16], buf4[16]; local
346 af_print_idx( buf4, segment_idx_0 ),
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 1375 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1376 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
escape2n.go 1375 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1376 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 1375 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1376 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
escape2n.go 1375 var buf4 [10]byte // ERROR "moved to heap: buf4$"
1376 F4(buf4[:]) // ERROR "buf4 escapes to heap$"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 9372 char *buf4 = 0 ; variable
    [all...]

Completed in 596 milliseconds