Searched refs:buf3 (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/lzma_sdk/
H A DBcj2.h31 const Byte *buf3, SizeT size3,
H A DBcj2.c37 const Byte *buf3, SizeT size3,
51 buffer = buf3;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/lzma/C/
H A DBcj2.h31 const Byte *buf3, SizeT size3,
H A DBcj2.c37 const Byte *buf3, SizeT size3,
51 buffer = buf3;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/external/strace/test/
H A Dwait_must_be_interruptible.c52 char buf3[80]; local
73 fgets(buf3, 80, stdin); printf("%s", buf3);
77 || strcmp(buf3, msg3) != 0
/external/valgrind/main/memcheck/tests/amd64/
H A Dfxsave-amd64.c153 unsigned char* buf3 = memalign16(512); local
162 memset(buf3, 0x55, 512);
176 /* Reload x87/xmm state from buf1 and dump it in buf3. */
178 do_fxsave(buf3, 0);
180 show(buf3, xx);
186 memset(buf3, 0x55, 512);
200 /* Reload x87/xmm state from buf1 and dump it in buf3. */
202 do_fxsave(buf3, 1);
204 show(buf3, xx);
207 free(buf1); free(buf2); free(buf3);
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dxc.c46 char buf3[20] = "0123456789abcdefghij"; local
89 asm volatile ("xc 0(10,%0),0(%0)\n"::"a" (buf3):"memory");
92 dump_field(buf3, 20);
/external/valgrind/main/VEX/test/
H A Dfxsave.c107 unsigned char* buf3 = memalign(16,512); local
113 memset(buf3, 0x55, 512);
127 /* Reload x87/xmm state from buf1 and dump it in buf3. */
129 do_fxsave(buf3);
131 show(buf3, xx);
133 free(buf1); free(buf2); free(buf3);
/external/valgrind/main/memcheck/tests/x86/
H A Dfxsave.c108 unsigned char* buf3 = memalign16(512); local
114 memset(buf3, 0x55, 512);
128 /* Reload x87/xmm state from buf1 and dump it in buf3. */
130 do_fxsave(buf3);
132 show(buf3, xx);
134 free(buf1); free(buf2); free(buf3);
/external/iproute2/tc/
H A Dm_nat.c174 SPRINT_BUF(buf3);
196 action_n2a(sel->action, buf3, sizeof (buf3)));
/external/eigen/unsupported/test/
H A DFFTW.cpp150 ComplexVector buf3; local
156 fft.inv( buf3 , outbuf);
158 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
170 fft.inv( buf3 , outbuf);
171 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c298 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
317 utrans_getID(t3, buf3, BUF_CAP);
319 if(strcmp(buf1, buf3) != 0 ||
324 utrans_getID(t4, buf3, BUF_CAP);
326 if(strcmp(buf2, buf3) != 0 ||
327 strcmp(buf1, buf3) == 0) {
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c301 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
320 utrans_getID(t3, buf3, BUF_CAP);
322 if(strcmp(buf1, buf3) != 0 ||
327 utrans_getID(t4, buf3, BUF_CAP);
329 if(strcmp(buf2, buf3) != 0 ||
330 strcmp(buf1, buf3) == 0) {
/external/e2fsprogs/e2fsck/
H A Dcrc32.c542 unsigned char buf3[SIZE + 4]; local
553 buf3[j] = buf1[j] ^ buf2[j];
558 crc3 = test_step(INIT1 ^ INIT2, buf3, i);
/external/valgrind/main/callgrind/
H A Dsim.c1544 buf3[RESULTS_BUF_LEN]; local
1587 commify(total[fullOffset(EG_DW)], l3, buf3);
1589 buf1, buf2, buf3);
1593 commify(total[fullOffset(EG_DW)+1], l3, buf3);
1595 buf1, buf2, buf3);
1599 commify(total[fullOffset(EG_DW)+2], l3, buf3);
1601 buf1, buf2, buf3);
1613 total[fullOffset(EG_DW)], p, l3+1, buf3);
1615 buf1, buf2,buf3);
1621 total[fullOffset(EG_DW)], p, l3+1, buf3);
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c1594 static HChar buf1[128], buf2[128], buf3[128], buf4[123]; local
1659 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1660 VG_(umsg)("D1 miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1664 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1665 VG_(umsg)("LLd miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1684 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1685 VG_(umsg)("LL miss rate: %s (%s + %s )\n", buf1, buf2,buf3);
1708 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
1710 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
1728 VG_(percentify)(fn_debugs, debug_lookups, 1, 6, buf3);
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_http_stream_unittest.cc474 scoped_refptr<IOBuffer> buf3(new IOBuffer(kUploadDataSize));
477 buf3.get(), kUploadDataSize, callback.callback()));
478 EXPECT_EQ(kUploadData, std::string(buf3->data(), kUploadDataSize));
/external/opencv/cv/src/
H A Dcvshapedescr.cpp517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max ) argument
521 if( (*buf1 == NULL && *buf2 == NULL) || *buf3 == NULL )
533 memcpy( *buf2, *buf3, bb * sizeof( double ));
535 *buf3 = *buf2;
547 memcpy( *buf1, *buf3, bb * sizeof( double ));
549 *buf3 = *buf1;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon13578::__anon13579
H A Ds_context.c808 swrast->stencil_temp.buf3 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
813 !swrast->stencil_temp.buf3 ||
838 free(swrast->stencil_temp.buf3);
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon27151::__anon27152
H A Ds_context.c808 swrast->stencil_temp.buf3 = (GLubyte *) malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
813 !swrast->stencil_temp.buf3 ||
838 free(swrast->stencil_temp.buf3);
/external/libselinux/src/
H A Dlabel_file.c285 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; local
286 char *buf_p, *regex = buf1, *type = buf2, *context = buf3;
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c285 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; local
286 char *buf_p, *regex = buf1, *type = buf2, *context = buf3;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun_unittest.cc1211 talk_base::ByteBuffer buf3; local
1212 EXPECT_TRUE(msg2.Write(&buf3));
1214 reinterpret_cast<const char*>(buf3.Data()), buf3.Length(),

Completed in 2328 milliseconds

12