HomeSort by relevance Sort by last modified time
    Searched full:buf1 (Results 126 - 150 of 257) sorted by null

1 2 3 4 56 7 8 91011

  /external/ltp/testcases/kernel/syscalls/readv/
readv02.c 60 char buf1[K_1], buf2[K_1], buf3[K_1]; variable
196 buf_list[0] = buf1;
  /external/ltp/testcases/kernel/syscalls/writev/
writev02.c 68 char buf1[K_1]; variable
106 buf_list[0] = buf1;
writev05.c 63 char buf1[K_1]; variable
105 buf_list[0] = buf1;
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go 147 buf1 := compressed.Bytes()
152 io.Copy(ioutil.Discard, NewReader(bytes.NewReader(buf1), LSB, 8))
  /prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go 147 buf1 := compressed.Bytes()
152 io.Copy(ioutil.Discard, NewReader(bytes.NewReader(buf1), LSB, 8))
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_sse2.h 22 __m128i buf0, buf1; local
26 buf1 = _mm_mul_epu32(a, b);
27 return _mm_add_epi64(buf0, buf1);
32 __m128i buf1 = _mm_shuffle_epi32(b, _MM_SHUFFLE(0, 0, 2, 0)); local
33 return _mm_unpacklo_epi64(buf0, buf1);
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 791 char buf1[80], buf2[80]; local
825 printBytes(prev, buf1);
826 log_verbose(" wD(%8ld) %s\n", i, buf1);
841 printBytes(prev, buf1);
843 log_verbose("ok: strcmp(wD(%8ld), wD(%8ld))=%2d %s%s\n", i-1, i, cmp, buf1, buf2);
847 printBytes(prev, buf1);
849 log_verbose("wrong: strcmp(wD(%8ld), wD(%8ld))=%2d %s%s\n", i-1, i, cmp, buf1, buf2);
856 printBytes((uint8_t *)"", buf1);
858 log_verbose(" wD(%8ld) %s%s\n", i-1, buf1, buf2);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 243 enum wayland_buffer_type buf1,
246 struct wl_buffer *tmp = buffer[buf1];
247 buffer[buf1] = buffer[buf2];
  /prebuilts/go/darwin-x86/test/
escape2.go 1366 var buf1 [10]byte
1367 F1(buf1[:]) // ERROR "G buf1 does not escape$"
    [all...]
escape2n.go 1366 var buf1 [10]byte
1367 F1(buf1[:]) // ERROR "G buf1 does not escape$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 1366 var buf1 [10]byte
1367 F1(buf1[:]) // ERROR "G buf1 does not escape$"
    [all...]
escape2n.go 1366 var buf1 [10]byte
1367 F1(buf1[:]) // ERROR "G buf1 does not escape$"
    [all...]
  /external/bison/lib/
localcharset.c 190 char buf1[50+1]; local
211 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
213 l1 = strlen (buf1);
233 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
  /system/core/libion/tests/
device_test.cpp 118 void *buf1 = malloc(bigger_than_cache); local
120 memset(buf1, 0xaa, bigger_than_cache);
121 memcpy(buf2, buf1, bigger_than_cache);
122 free(buf1);
  /external/opencv/cv/src/
cvshapedescr.cpp 517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
521 if( (*buf1 == NULL && *buf2 == NULL) || *buf3 == NULL )
536 cvFree( buf1 );
537 *buf1 = NULL;
542 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double ));
544 if( *buf1 == NULL )
547 memcpy( *buf1, *buf3, bb * sizeof( double ));
549 *buf3 = *buf1;
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c 84 char buf1[0x40], buf2[0x40]; local
92 buf1[k] = '0' ^ (k & 4);
95 buf1[i] = buf1[0x3f] = 0;
100 check (strcmp (buf1+i,buf2+j) == 0, cnum);
101 buf1[i+k] = 'A' + i + k;
102 buf1[i+k+1] = 0;
103 check (strcmp (buf1+i,buf2+j) > 0, cnum+1);
104 check (strcmp (buf2+j,buf1+i) < 0, cnum+2);
107 check (strcmp (buf1+i,buf2+j) < 0, cnum+3)
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 967 char buf1[MAXNAMELEN]; local
977 separate_pathname(name1, buf1, &newname1);
979 if (strcmp(buf1, buf2) == 0) {
980 if (chdir(buf1) == 0) {
985 if (strcmp(buf1, "..") == 0)
989 else if (strlen(buf1) == 0)
1000 if (chdir(buf1) == 0) {
1186 char buf1[MAXNAMELEN]; local
1196 separate_pathname(name1, buf1, &newname1);
1198 if (strcmp(buf1, buf2) == 0)
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 940 char buf1[MAXNAMELEN]; local
950 separate_pathname(name1, buf1, &newname1);
952 if (strcmp(buf1, buf2) == 0) {
953 if (chdir(buf1) == 0) {
958 if (strcmp(buf1, "..") == 0)
962 else if (strlen(buf1) == 0)
973 if (chdir(buf1) == 0) {
1159 char buf1[MAXNAMELEN]; local
1169 separate_pathname(name1, buf1, &newname1);
1171 if (strcmp(buf1, buf2) == 0)
    [all...]
  /external/ltp/testcases/network/nfs/nfs_fsstress/
fsstress.c 888 char buf1[MAXNAMELEN]; local
898 separate_pathname(name1, buf1, &newname1);
900 if (strcmp(buf1, buf2) == 0) {
901 if (chdir(buf1) == 0) {
906 if (strcmp(buf1, "..") == 0)
910 else if (strlen(buf1) == 0)
921 if (chdir(buf1) == 0) {
1107 char buf1[MAXNAMELEN]; local
1117 separate_pathname(name1, buf1, &newname1);
1119 if (strcmp(buf1, buf2) == 0)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 272 struct wpabuf *buf1, *buf, *encr_req, msgbuf; local
276 buf1 = tncs_build_soh_request();
277 if (buf1 == NULL)
280 buf = eap_msg_alloc(EAP_VENDOR_MICROSOFT, 0x21, wpabuf_len(buf1),
283 wpabuf_free(buf1);
286 wpabuf_put_buf(buf, buf1);
287 wpabuf_free(buf1);
    [all...]
  /external/llvm/test/Transforms/SafeStack/
coloring2.ll 408 %buf1 = alloca i8, i32 100000, align 16
411 call void @llvm.lifetime.start(i64 -1, i8* %buf1)
412 call void @llvm.lifetime.end(i64 -1, i8* %buf1)
414 call void @llvm.lifetime.start(i64 -1, i8* %buf1)
416 call void @capture8(i8* %buf1)
  /external/libvpx/libvpx/tools/
tiny_ssim.c 289 #define psnr_and_ssim(ssim, psnr, buf0, buf1, w, h) \
290 ssim = vp8_ssim2(buf0, buf1, w, w, w, h); \
291 psnr = calc_plane_error(buf0, w, buf1, w, w, h);
  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 203 char *buf0, *buf1, *buf2; local
511 if ((buf1 =
519 ret = runtest_f(fd, buf1, offset, count, EFAULT, 16,
  /external/freetype/src/autofit/
afhints.c 328 char buf1[16], buf2[16], buf3[16], buf4[16]; local
341 af_print_idx( buf1,
416 char buf1[16], buf2[16], buf3[16]; local
440 af_print_idx( buf1, AF_INDEX_NUM( seg->link, segments ) ),
548 char buf1[16], buf2[16]; local
578 af_print_idx( buf1, AF_INDEX_NUM( edge->link, edges ) ),
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 311 * res_queriesmatch(buf1, eom1, buf2, eom2)
313 * in (buf1,eom1) and (buf2,eom2)?
322 res_queriesmatch(const u_char *buf1, const u_char *eom1,
325 const u_char *cp = buf1 + HFIXEDSZ;
326 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount);
328 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
335 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) &&
345 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
    [all...]

Completed in 1524 milliseconds

1 2 3 4 56 7 8 91011