/external/volley/src/test/java/com/android/volley/toolbox/ |
D | ByteArrayPoolTest.java | 37 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/ |
D | crc32.c | 260 #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/ |
D | crc32.c | 260 #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/ |
D | FFTW.cpp | 161 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/ |
D | blake2s-round.h | 85 LOAD_MSG_ ##r ##_4(buf4); \ 86 G2(row1,row2,row3,row4,buf4); \
|
D | blake2s.c | 249 __m128i buf1, buf2, buf3, buf4; in blake2s_compress() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 809 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()
|
D | s_context.h | 330 GLubyte *buf1, *buf2, *buf3, *buf4; member
|
D | s_stencil.c | 412 GLubyte *origMask = swrast->stencil_temp.buf4; in _swrast_stencil_and_ztest_span()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | reflection.vert.out | 76 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/ |
D | reflection.vert | 151 buffer buf4 {
|
/external/freetype/src/autofit/ |
D | afhints.c | 332 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/ |
D | README.txt | 1253 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/ |
D | README.txt | 1297 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/ |
D | README.txt | 1253 char buf1[6], buf2[6], buf3[4], buf4[4]; 1260 ret += snprintf (buf4, sizeof buf4, "%s", i++ > 10 ? "abcde" : "defgh")*4096;
|