HomeSort by relevance Sort by last modified time
    Searched refs:buf2 (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 378 char buf2[1024]; local
379 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
map_test.cpp 272 char buf2[1024]; local
273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2));
set_test.cpp 281 char buf2[1024]; local
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
slist_test.cpp 336 char buf2[1024];
337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
  /external/libselinux/src/
label_android_property.c 88 char buf1[BUFSIZ], buf2[BUFSIZ]; local
89 char *buf_p, *prop = buf1, *context = buf2;
  /external/valgrind/main/memcheck/tests/
str_tester.c 84 char buf1[0x40], buf2[0x40]; local
93 buf2[k] = '4' ^ (k & 4);
96 buf2[j] = buf2[0x3f] = 0;
100 check (strcmp (buf1+i,buf2+j) == 0, cnum);
103 check (strcmp (buf1+i,buf2+j) > 0, cnum+1);
104 check (strcmp (buf2+j,buf1+i) < 0, cnum+2);
105 buf2[j+k] = 'B' + i + k;
106 buf2[j+k+1] = 0;
107 check (strcmp (buf1+i,buf2+j) < 0, cnum+3)
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 672 WebRtc_Word16 buf2[4]; local
692 WebRtcSpl_DownsampleBy2(buf1, 8, buf2, state->downState);
695 WebRtcSpl_DownsampleBy2(in, 8, buf2, state->downState);
702 out = buf2[k] + HPstate;
704 HPstate = (WebRtc_Word16)(WEBRTC_SPL_RSHIFT_W32(tmp32, 10) - buf2[k]);
  /external/openssl/ssl/
s2_srvr.c 923 unsigned char *p,*p2,*buf2; local
1070 buf2=OPENSSL_malloc((unsigned int)i);
1071 if (buf2 == NULL)
1076 p2=buf2;
1078 if (!EVP_VerifyUpdate(&ctx,buf2,(unsigned int)i))
1080 OPENSSL_free(buf2);
1083 OPENSSL_free(buf2);
  /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 )
525 if( *buf2 == NULL )
528 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double ));
530 if( *buf2 == NULL )
533 memcpy( *buf2, *buf3, bb * sizeof( double ));
535 *buf3 = *buf2;
550 cvFree( buf2 );
551 *buf2 = NULL;
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1885 querybuf *buf, *buf2; local
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 1644 char buf2[LEN] = { 0 }; local
    [all...]
  /external/valgrind/main/callgrind/
sim.c 1527 buf2[RESULTS_BUF_LEN], local
    [all...]
  /external/stlport/test/unit/
map_test.cpp 272 char buf2[1024]; local
273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2));
set_test.cpp 281 char buf2[1024]; local
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
slist_test.cpp 336 char buf2[1024];
337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 266 char buf2[16]; local
267 snprintf(buf2, sizeof(buf2), "0x%02x,", buf[i]);
268 s += buf2;
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 272 char buf2[1024]; local
273 StackAllocator<pair<const int, int> > stack2(buf2, buf2 + sizeof(buf2));
set_test.cpp 281 char buf2[1024]; local
282 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
slist_test.cpp 336 char buf2[1024];
337 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
  /external/valgrind/main/cachegrind/
cg_main.c 1466 static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128]; local
    [all...]
  /external/openssl/apps/
speed.c 365 unsigned char *buf=NULL,*buf2=NULL; local
672 if ((buf2=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 313 * res_queriesmatch(buf1, eom1, buf2, eom2)
315 * in (buf1,eom1) and (buf2,eom2)?
325 const u_char *buf2, const u_char *eom2)
330 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
338 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update))
341 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
355 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
    [all...]
  /external/tcpdump/
smbutil.c 803 const u_char *buf2; local
805 buf2 = smb_fdata(buf, fmt, maxbuf, unicodestr);
807 if (buf2 == NULL)
809 if (buf2 == buf)
811 buf = buf2;
    [all...]
  /external/chromium/net/disk_cache/
entry_unittest.cc     [all...]
  /external/chromium/net/socket/
ssl_server_socket_nss.cc 402 const char* buf2; local
404 memio_GetWriteParams(nss_bufs_, &buf1, &len1, &buf2, &len2);
411 memcpy(send_buffer->data() + len1, buf2, len2);

Completed in 1358 milliseconds

1 2 34 5 6 7