Home
last modified time | relevance | path

Searched refs:buf3 (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/main/memcheck/tests/amd64/
Dfxsave-amd64.c153 unsigned char* buf3 = memalign16(512); in main() local
162 memset(buf3, 0x55, 512); in main()
178 do_fxsave(buf3, 0); in main()
180 show(buf3, xx); in main()
186 memset(buf3, 0x55, 512); in main()
202 do_fxsave(buf3, 1); in main()
204 show(buf3, xx); in main()
207 free(buf1); free(buf2); free(buf3); in main()
/external/valgrind/main/VEX/test/
Dfxsave.c107 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/main/memcheck/tests/x86/
Dfxsave.c108 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/main/none/tests/s390x/
Dxc.c46 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/eigen/unsupported/test/
DFFTW.cpp153 ComplexVector buf3; in test_complex_generic() local
159 fft.inv( buf3 , outbuf); in test_complex_generic()
161 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check in test_complex_generic()
173 fft.inv( buf3 , outbuf); in test_complex_generic()
174 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check in test_complex_generic()
/external/iproute2/tc/
Dm_nat.c174 SPRINT_BUF(buf3); in print_nat()
196 action_n2a(sel->action, buf3, sizeof (buf3))); in print_nat()
/external/icu4c/test/cintltst/
Dutransts.c298 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; in TestClone() local
317 utrans_getID(t3, buf3, BUF_CAP); in TestClone()
319 if(strcmp(buf1, buf3) != 0 || in TestClone()
324 utrans_getID(t4, buf3, BUF_CAP); in TestClone()
326 if(strcmp(buf2, buf3) != 0 || in TestClone()
327 strcmp(buf1, buf3) == 0) { in TestClone()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dutransts.c298 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; in TestClone() local
317 utrans_getID(t3, buf3, BUF_CAP); in TestClone()
319 if(strcmp(buf1, buf3) != 0 || in TestClone()
324 utrans_getID(t4, buf3, BUF_CAP); in TestClone()
326 if(strcmp(buf2, buf3) != 0 || in TestClone()
327 strcmp(buf1, buf3) == 0) { in TestClone()
/external/lzma/C/
DBcj2.c37 const Byte *buf3, SizeT size3, in Bcj2_Decode() argument
51 buffer = buf3; in Bcj2_Decode()
DBcj2.h31 const Byte *buf3, SizeT size3,
/external/chromium_org/third_party/lzma_sdk/
DBcj2.c37 const Byte *buf3, SizeT size3, in Bcj2_Decode() argument
51 buffer = buf3; in Bcj2_Decode()
DBcj2.h31 const Byte *buf3, SizeT size3,
/external/valgrind/main/callgrind/
Dsim.c1528 buf3[RESULTS_BUF_LEN]; in cachesim_printstat() local
1571 commify(total[fullOffset(EG_DW)], l3, buf3); in cachesim_printstat()
1573 buf1, buf2, buf3); in cachesim_printstat()
1577 commify(total[fullOffset(EG_DW)+1], l3, buf3); in cachesim_printstat()
1579 buf1, buf2, buf3); in cachesim_printstat()
1583 commify(total[fullOffset(EG_DW)+2], l3, buf3); in cachesim_printstat()
1585 buf1, buf2, buf3); in cachesim_printstat()
1597 total[fullOffset(EG_DW)], p, l3+1, buf3); in cachesim_printstat()
1599 buf1, buf2,buf3); in cachesim_printstat()
1605 total[fullOffset(EG_DW)], p, l3+1, buf3); in cachesim_printstat()
[all …]
Dmain.c1702 static Char buf1[128], buf2[128], buf3[128], fmt[128]; in branchsim_printstat() local
1731 VG_(percentify)(Bi_total_mp, Bi_total_b, 1, l3+1, buf3); in branchsim_printstat()
1733 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3); in branchsim_printstat()
/external/e2fsprogs/e2fsck/
Dcrc32.c542 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/valgrind/main/cachegrind/
Dcg_main.c1466 static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128]; in cg_fini() local
1530 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3); in cg_fini()
1531 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3); in cg_fini()
1535 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3); in cg_fini()
1536 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3); in cg_fini()
1555 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3); in cg_fini()
1556 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3); in cg_fini()
1579 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3); in cg_fini()
1581 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3); in cg_fini()
1598 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3); in cg_fini()
[all …]
/external/opencv/cv/src/
Dcvshapedescr.cpp517 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/chromium_org/net/spdy/
Dspdy_http_stream_unittest.cc471 scoped_refptr<IOBuffer> buf3(new IOBuffer(kUploadDataSize)); in TEST_P() local
474 buf3.get(), kUploadDataSize, callback.callback())); in TEST_P()
475 EXPECT_EQ(kUploadData, std::string(buf3->data(), kUploadDataSize)); in TEST_P()
/external/mesa3d/src/mesa/swrast/
Ds_context.c808 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()
Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member
Ds_stencil.c409 GLubyte *failMask = swrast->stencil_temp.buf3; in _swrast_stencil_and_ztest_span()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_context.c808 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()
Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun_unittest.cc1262 talk_base::ByteBuffer buf3; in TEST_F() local
1263 EXPECT_TRUE(msg2.Write(&buf3)); in TEST_F()
1265 reinterpret_cast<const char*>(buf3.Data()), buf3.Length(), in TEST_F()
/external/libselinux/src/
Dlabel_file.c282 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; in process_line() local
283 char *buf_p, *regex = buf1, *type = buf2, *context = buf3; in process_line()

12