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

/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/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/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/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/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/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/ltp/testcases/kernel/syscalls/readv/
H A Dreadv02.c60 char buf1[K_1], buf2[K_1], buf3[K_1]; variable
198 buf_list[2] = buf3;
/external/ltp/testcases/kernel/syscalls/writev/
H A Dwritev01.c69 char buf1[K_1], buf2[K_1], buf3[K_1]; variable
142 buf_list[2] = buf3;
H A Dwritev03.c64 char buf1[K_1], buf2[K_1], buf3[K_1]; variable
103 buf_list[2] = buf3;
H A Dwritev04.c64 char buf1[K_1], buf2[K_1], buf3[K_1]; variable
108 buf_list[2] = buf3;
H A Dwritev05.c65 char buf3[K_1]; variable
/external/eigen/unsupported/test/
H A DFFTW.cpp150 ComplexVector buf3; local
156 fft.inv( buf3 , outbuf);
158 VERIFY( T(dif_rmse(inbuf,buf3)) < test_precision<T>() );// gross check
170 fft.inv( buf3 , outbuf);
171 VERIFY( T(dif_rmse(inbuf,buf3)) < test_precision<T>() );// gross check
/external/lzma/C/
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/icu/icu4c/source/test/cintltst/
H A Dutransts.c304 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
323 utrans_getID(t3, buf3, BUF_CAP);
325 if(strcmp(buf1, buf3) != 0 ||
330 utrans_getID(t4, buf3, BUF_CAP);
332 if(strcmp(buf2, buf3) != 0 ||
333 strcmp(buf1, buf3) == 0) {
/external/ltp/testcases/kernel/fs/dmapi/
H A Dattr.c10696 char buf3[ATTR_SMALLLEN / 2]; local
10706 memset(buf3, 0, sizeof(buf3));
10752 DM_AT_STAT, &loc, sizeof(buf3),
10753 buf3, &rlen3);
10866 char buf3[ATTR_SMALLLEN]; local
10876 memset(buf3, 0, sizeof(buf3));
10922 DM_AT_STAT, &loc, sizeof(buf3),
10923 buf3,
[all...]
/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(),
/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/mesa3d/src/mesa/swrast/
H A Ds_context.h314 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon15317::__anon15318
/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;

Completed in 634 milliseconds