/external/valgrind/memcheck/tests/amd64/ |
D | fxsave-amd64.c | 161 unsigned char* buf3 = memalign16(512); in main() local 170 memset(buf3, 0x55, 512); in main() 186 do_fxsave(buf3, 0); in main() 188 show(buf3, xx); in main() 194 memset(buf3, 0x55, 512); in main() 210 do_fxsave(buf3, 1); in main() 212 show(buf3, xx); in main() 215 free(buf1); free(buf2); free(buf3); in main()
|
/external/libmicrohttpd/src/microhttpd/ |
D | internal.c | 138 char buf3[3]; in MHD_http_unescape() local 151 buf3[0] = rpos[1]; in MHD_http_unescape() 152 buf3[1] = rpos[2]; in MHD_http_unescape() 153 buf3[2] = '\0'; in MHD_http_unescape() 154 num = strtoul (buf3, &end, 16); in MHD_http_unescape()
|
/external/valgrind/VEX/test/ |
D | fxsave.c | 107 unsigned char* buf3 = memalign(16,512); in main() local 113 memset(buf3, 0x55, 512); in main() 129 do_fxsave(buf3); in main() 131 show(buf3, xx); in main() 133 free(buf1); free(buf2); free(buf3); in main()
|
/external/valgrind/memcheck/tests/x86/ |
D | fxsave.c | 108 unsigned char* buf3 = memalign16(512); in main() local 114 memset(buf3, 0x55, 512); in main() 130 do_fxsave(buf3); in main() 132 show(buf3, xx); in main() 134 free(buf1); free(buf2); free(buf3); in main()
|
/external/valgrind/none/tests/s390x/ |
D | xc.c | 46 char buf3[20] = "0123456789abcdefghij"; in test_xc() local 89 asm volatile ("xc 0(10,%0),0(%0)\n"::"a" (buf3):"memory"); in test_xc() 92 dump_field(buf3, 20); in test_xc()
|
/external/v8/test/mjsunit/regress/ |
D | regress-4665.js | 27 var buf3 = new SecondBuffer(10) 29 var buf4 = buf3.subarray(2)
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 150 ComplexVector buf3; in test_complex_generic() local 156 fft.inv( buf3 , outbuf); in test_complex_generic() 158 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check in test_complex_generic() 170 fft.inv( buf3 , outbuf); in test_complex_generic() 171 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check in test_complex_generic()
|
/external/iproute2/tc/ |
D | m_nat.c | 174 SPRINT_BUF(buf3); in print_nat() 196 action_n2a(sel->action, buf3, sizeof (buf3))); in print_nat()
|
/external/lzma/C/ |
D | Bcj2.c | 39 const Byte *buf3, SizeT size3, in Bcj2_Decode() argument 53 buffer = buf3; in Bcj2_Decode()
|
D | Bcj2.h | 29 const Byte *buf3, SizeT size3,
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 301 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; in TestClone() local 320 utrans_getID(t3, buf3, BUF_CAP); in TestClone() 322 if(strcmp(buf1, buf3) != 0 || in TestClone() 327 utrans_getID(t4, buf3, BUF_CAP); in TestClone() 329 if(strcmp(buf2, buf3) != 0 || in TestClone() 330 strcmp(buf1, buf3) == 0) { in TestClone()
|
/external/e2fsprogs/e2fsck/ |
D | crc32.c | 542 unsigned char buf3[SIZE + 4]; in main() local 553 buf3[j] = buf1[j] ^ buf2[j]; in main() 558 crc3 = test_step(INIT1 ^ INIT2, buf3, i); in main()
|
/external/libavc/decoder/ |
D | ih264d_mem_request.h | 61 void * buf3; /** memory location for buf3 */ member
|
/external/opencv/cv/src/ |
D | cvshapedescr.cpp | 517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max ) in icvMemCopy() argument 521 if( (*buf1 == NULL && *buf2 == NULL) || *buf3 == NULL ) in icvMemCopy() 533 memcpy( *buf2, *buf3, bb * sizeof( double )); in icvMemCopy() 535 *buf3 = *buf2; in icvMemCopy() 547 memcpy( *buf1, *buf3, bb * sizeof( double )); in icvMemCopy() 549 *buf3 = *buf1; in icvMemCopy()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 808 swrast->stencil_temp.buf3 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte)); in _swrast_CreateContext() 813 !swrast->stencil_temp.buf3 || in _swrast_CreateContext() 838 free(swrast->stencil_temp.buf3); in _swrast_DestroyContext()
|
D | s_context.h | 314 GLubyte *buf1, *buf2, *buf3, *buf4; member
|
D | s_stencil.c | 409 GLubyte *failMask = swrast->stencil_temp.buf3; in _swrast_stencil_and_ztest_span()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun_unittest.cc | 1239 rtc::ByteBuffer buf3; in TEST_F() local 1240 EXPECT_TRUE(msg2.Write(&buf3)); in TEST_F() 1242 reinterpret_cast<const char*>(buf3.Data()), buf3.Length(), in TEST_F()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | afhints.c | 324 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local 333 af_print_idx( buf3, in af_glyph_hints_dump_points() 402 char buf1[16], buf2[16], buf3[16]; in af_glyph_hints_dump_segments() local 429 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ), in af_glyph_hints_dump_segments()
|
/external/freetype/src/autofit/ |
D | afhints.c | 328 char buf1[16], buf2[16], buf3[16], buf4[16]; in af_glyph_hints_dump_points() local 344 af_print_idx( buf3, in af_glyph_hints_dump_points() 416 char buf1[16], buf2[16], buf3[16]; in af_glyph_hints_dump_segments() local 442 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ), in af_glyph_hints_dump_segments()
|
/external/llvm/lib/Target/ |
D | README.txt | 1253 char buf1[6], buf2[6], buf3[4], buf4[4]; 1259 ret += snprintf (buf3, sizeof buf3, "%s", i++ < 6 ? "abc" : "def") * 256;
|