Home
last modified time | relevance | path

Searched refs:buf4 (Results 1 – 15 of 15) sorted by relevance

/external/volley/src/test/java/com/android/volley/toolbox/
DByteArrayPoolTest.java37 byte[] buf4 = pool.getBuf(16); in reusesBuffer()
39 assertTrue(buf4 == buf1 || buf4 == buf2); in reusesBuffer()
40 assertTrue(buf3 != buf4); in reusesBuffer()
55 byte[] buf4 = pool.getBuf(16); in obeysSizeLimit()
59 assertTrue(buf4 == buf2 || buf4 == buf3); in obeysSizeLimit()
61 assertTrue(buf4 != buf5); in obeysSizeLimit()
/external/python/cpython2/Modules/zlib/
Dcrc32.c260 #define DOLIT4 c ^= *buf4++; \
272 register const z_crc_t FAR *buf4; local
281 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
290 buf = (const unsigned char FAR *)buf4;
300 #define DOBIG4 c ^= *buf4++; \
312 register const z_crc_t FAR *buf4; local
321 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
330 buf = (const unsigned char FAR *)buf4;
/external/zlib/src/
Dcrc32.c260 #define DOLIT4 c ^= *buf4++; \
272 register const z_crc_t FAR *buf4; local
281 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
290 buf = (const unsigned char FAR *)buf4;
300 #define DOBIG4 c ^= *buf4++; \
312 register const z_crc_t FAR *buf4; local
321 buf4 = (const z_crc_t FAR *)(const void FAR *)buf;
330 buf = (const unsigned char FAR *)buf4;
/external/eigen/unsupported/test/
DFFTW.cpp161 ComplexVector buf4; in test_complex_generic() local
163 fft.inv( buf4 , outbuf); in test_complex_generic()
165 buf4[k] *= T(1./nfft); in test_complex_generic()
166 VERIFY( T(dif_rmse(inbuf,buf4)) < test_precision<T>() );// gross check in test_complex_generic()
/external/python/cpython3/Modules/_blake2/impl/
Dblake2s-round.h85 LOAD_MSG_ ##r ##_4(buf4); \
86 G2(row1,row2,row3,row4,buf4); \
Dblake2s.c249 __m128i buf1, buf2, buf3, buf4; in blake2s_compress() local
/external/mesa3d/src/mesa/swrast/
Ds_context.c809 swrast->stencil_temp.buf4 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte)); in _swrast_CreateContext()
814 !swrast->stencil_temp.buf4) { in _swrast_CreateContext()
838 free(swrast->stencil_temp.buf4); in _swrast_DestroyContext()
Ds_context.h330 GLubyte *buf1, *buf2, *buf3, *buf4; member
Ds_stencil.c412 GLubyte *origMask = swrast->stencil_temp.buf4; in _swrast_stencil_and_ztest_span()
/external/deqp-deps/glslang/Test/baseResults/
Dreflection.vert.out76 buf4.runtimeArray.c: offset 8, type 1406, size 1, index 15, binding -1, stages 1
98 buf4: offset -1, type ffffffff, size 4, index -1, binding -1, stages 0
/external/deqp-deps/glslang/Test/
Dreflection.vert151 buffer buf4 {
/external/freetype/src/autofit/
Dafhints.c332 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local
350 af_print_idx( buf4, segment_idx_0 ), in af_glyph_hints_dump_points()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DREADME.txt1253 char buf1[6], buf2[6], buf3[4], buf4[4];
1260 ret += snprintf (buf4, sizeof buf4, "%s", i++ > 10 ? "abcde" : "defgh")*4096;
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt1297 char buf1[6], buf2[6], buf3[4], buf4[4];
1304 ret += snprintf (buf4, sizeof buf4, "%s", i++ > 10 ? "abcde" : "defgh")*4096;
/external/llvm/lib/Target/
DREADME.txt1253 char buf1[6], buf2[6], buf3[4], buf4[4];
1260 ret += snprintf (buf4, sizeof buf4, "%s", i++ > 10 ? "abcde" : "defgh")*4096;