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

/external/libmicrohttpd/src/microhttpd/
H A Dinternal.c138 char buf3[3]; local
151 buf3[0] = rpos[1];
152 buf3[1] = rpos[2];
153 buf3[2] = '\0';
154 num = strtoul (buf3, &end, 16);
/external/v8/test/mjsunit/regress/
H A Dregress-4665.js27 var buf3 = new SecondBuffer(10)
29 var buf4 = buf3.subarray(2)
/external/lzma/C/
H A DBcj2.h29 const Byte *buf3, SizeT size3,
H A DBcj2.c39 const Byte *buf3, SizeT size3,
53 buffer = buf3;
35 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/valgrind/memcheck/tests/amd64/
H A Dfxsave-amd64.c161 unsigned char* buf3 = memalign16(512); local
170 memset(buf3, 0x55, 512);
184 /* Reload x87/xmm state from buf1 and dump it in buf3. */
186 do_fxsave(buf3, 0);
188 show(buf3, xx);
194 memset(buf3, 0x55, 512);
208 /* Reload x87/xmm state from buf1 and dump it in buf3. */
210 do_fxsave(buf3, 1);
212 show(buf3, xx);
215 free(buf1); free(buf2); free(buf3);
[all...]
/external/valgrind/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/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/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/libavc/decoder/
H A Dih264d_mem_request.h61 void * buf3; /** memory location for buf3 */ member in struct:PicMemBlock
69 UWORD32 u4_size3; /** Size of the buf3 in PicMemBlock */
/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/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/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/mesa3d/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon14767::__anon14768
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);
H A Ds_stencil.c409 GLubyte *failMask = swrast->stencil_temp.buf3;
/external/freetype/src/autofit/
H A Dafhints.c328 char buf1[16], buf2[16], buf3[16], buf4[16]; local
344 af_print_idx( buf3,
416 char buf1[16], buf2[16], buf3[16]; local
442 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ),
/external/webrtc/webrtc/p2p/base/
H A Dstun_unittest.cc1239 rtc::ByteBuffer buf3; local
1240 EXPECT_TRUE(msg2.Write(&buf3));
1242 reinterpret_cast<const char*>(buf3.Data()), buf3.Length(),

Completed in 1955 milliseconds