Searched defs:buf2 (Results 1 - 25 of 106) sorted by relevance

12345

/external/valgrind/none/tests/s390x/
H A Dex_sig.c17 char buf2[40]; local
25 ::"a" (buf2), "a" (source)
H A Dex_clone.c17 char buf2[40]; local
20 memset(buf2, 0, sizeof(buf2));
32 ::"a" (buf2), "a" (source)
34 printf("%s\n", buf2);
H A Dxc.c8 char buf2[20] = "*U\0*\0\0UU*\0U*AUAA*UU\n"; local
18 "Q"(*buf2):"memory");
26 char buf2[20] = "*U\0*\0\0UU*\0U*AUAA*UU\n"; local
36 "Q"(*buf2):"memory");
45 char buf2[20] = "*U\0*\0\0UU*\0U*AUAA*UU\n"; local
86 "a"(buf2):"memory");
/external/curl/src/
H A Dtool_homedir.c36 char buf1[1024], buf2[1024]; local
48 /* buf2 == variable if not expanded */
49 rc = ExpandEnvironmentStrings (variable, buf2, sizeof(buf2));
50 if(rc > 0 && rc < sizeof(buf2) &&
51 !strchr(buf2, '%')) /* no vars still unexpanded */
52 env = buf2;
/external/valgrind/none/tests/amd64/
H A Dasorep.c5 char buf1[64], buf2[64]; variable
11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2;
23 if (memcmp (buf2, "abcd", 5) != 0
24 || rdi != (uintptr_t) buf2 + 4
34 if (memcmp (buf2, "0 0 0 ", 7) != 0
35 || rdi != (uintptr_t) buf2 + 6
43 if (rsi != (uintptr_t) buf2 + 4
48 memcpy (buf2, "abcdefghijklmnO", 16);
52 if (rdi != (uintptr_t) buf2 + 15
57 memcpy (buf2, "ababababababababcda
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc112 char buf2[1024]; local
113 snprintf(buf2, sizeof(buf2), fmt, arg1, arg2);
115 EXPECT_STREQ(buf2, buf);
/external/opencv3/modules/cudaarithm/test/
H A Dtest_buffer_pool.cpp76 GpuMat buf2 = pool.getBuffer(Size(1280, 1024), CV_32SC1); local
77 EXPECT_FALSE( buf2.empty() );
79 buf2.setTo(Scalar::all(2), stream);
81 buf2.download(dst_2, stream);
/external/toybox/toys/posix/
H A Dcmp.c35 char *buf2 = toybuf+size; local
48 len2 = readall(fd, buf2, size);
52 if (toybuf[i] != buf2[i]) {
55 printf("%ld %o %o\n", byte_no, toybuf[i], buf2[i]);
/external/valgrind/VEX/test/
H A Dfrstor.c67 unsigned short* buf2 = malloc(54*sizeof(short)); local
76 /* Reload it into buf2. */
78 do_fsave(buf2);
79 show_fpustate( (unsigned char*)buf2, xx );
H A Dfxsave.c106 unsigned char* buf2 = memalign(16,512); local
112 memset(buf2, 0x55, 512);
123 do_fxsave(buf2);
125 show(buf2, xx);
133 free(buf1); free(buf2); free(buf3);
/external/valgrind/memcheck/tests/
H A Dwritev1.c16 static char buf2[K_1]; variable
31 buf_list[1] = buf2;
/external/icu/icu4c/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp82 char buf2[2048]; local
83 int32_t len2 = pattern.extract(0, pattern.length(), buf2, "utf-8");
84 buf2[len2]=0;
85 fprintf(stderr,"===\n%s\n===\n", buf2);
/external/libavc/decoder/
H A Dih264d_mem_request.h60 void * buf2; /** memory location for buf2 */ member in struct:PicMemBlock
68 UWORD32 u4_size2; /** Size of the buf2 in PicMemBlock */
/external/libyuv/files/util/
H A Dcompare.cc33 uint8 buf2[kBlockSize]; local
44 amt2 = fread(buf2, 1, kBlockSize, fin2);
45 if (amt2 > 0) hash2 = libyuv::HashDjb2(buf2, amt2, hash2);
48 sum_square_err += libyuv::ComputeSumSquareError(buf1, buf2, amt_min);
/external/valgrind/memcheck/tests/amd64/
H A Dfxsave-amd64.c160 unsigned char* buf2 = memalign16(512); local
169 memset(buf2, 0x55, 512);
180 do_fxsave(buf2, 0);
182 show(buf2, xx);
193 memset(buf2, 0x55, 512);
204 do_fxsave(buf2, 1);
206 show(buf2, xx);
215 free(buf1); free(buf2); free(buf3);
/external/valgrind/memcheck/tests/x86/
H A Dfxsave.c107 unsigned char* buf2 = memalign16(512); local
113 memset(buf2, 0x55, 512);
124 do_fxsave(buf2);
126 show(buf2, xx);
134 free(buf1); free(buf2); free(buf3);
/external/iproute2/tc/
H A Dm_nat.c173 char buf2[256]; local
195 format_host(AF_INET, 4, &sel->new_addr, buf2, sizeof(buf2)),
/external/bison/lib/
H A Dlocalcharset.c191 char buf2[50+1]; local
211 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
214 l2 = strlen (buf2);
234 strcpy (res_ptr + res_size - (l2 + 1), buf2);
/external/e2fsprogs/intl/
H A Dlocalcharset.c146 char buf2[50+1]; local
169 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
172 l2 = strlen (buf2);
190 strcpy (res_ptr + res_size - (l2 + 1), buf2);
/external/blktrace/
H A Dblkrawverify.c93 char buf2[1024]; local
94 sprintf(buf2, "| %s ", traces[i].string);
95 strcat(buf, buf2);
/external/curl/lib/
H A Dfile.c312 const char* buf2; local
374 buf2 = buf;
377 buf2 = buf + data->state.resume_from;
383 buf2 = buf;
386 nwrite = write(fd, buf2, nread);
/external/e2fsprogs/e2fsck/
H A Dcrc32.c541 unsigned char buf2[SIZE + 4]; local
551 random_garbage(buf2, i);
553 buf3[j] = buf1[j] ^ buf2[j];
556 crc2 = test_step(INIT2, buf2, i);
557 /* Now check that CRC(buf1 ^ buf2) = CRC(buf1) ^ CRC(buf2) */
/external/eigen/unsupported/test/
H A DFFTW.cpp51 long double dif_rmse( const VT1 buf1,const VT2 buf2) argument
55 size_t n = (min)( buf1.size(),buf2.size() );
57 totalpower += (numext::abs2( buf1[k] ) + numext::abs2(buf2[k]) )/2.;
58 difpower += numext::abs2(buf1[k] - buf2[k]);
/external/liblzf/
H A Dlzf.c181 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
190 header = &buf2[MAX_HDR_SIZE - TYPE1_HDR_SIZE];
223 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
296 if (lzf_decompress (buf1, cs, buf2, us) != us)
302 if (wwrite (to, buf2, us))
/external/libvncserver/libvncclient/
H A Dtls_gnutls.c215 char buf1[500],buf2[10]; local
262 snprintf(buf2, sizeof(buf2), (loop>0 ? ", %d" : "%d"), (int)tAuth[loop]);
263 strncat(buf1, buf2, sizeof(buf1)-strlen(buf1)-1);

Completed in 815 milliseconds

12345