HomeSort by relevance Sort by last modified time
    Searched defs:buf1 (Results 26 - 50 of 90) sorted by null

12 3 4

  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 204 char buf1[1024]; local
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
list_test.cpp 274 char buf1[1024]; local
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
hash_test.cpp 380 char buf1[2048]; local
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
map_test.cpp 269 char buf1[1024]; local
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
set_test.cpp 278 char buf1[1024]; local
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
vector_test.cpp 375 char buf1[1024]; local
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
  /external/chromium/net/socket/
ssl_server_socket_nss.cc 401 const char* buf1; local
404 memio_GetWriteParams(nss_bufs_, &buf1, &len1, &buf2, &len2);
410 memcpy(send_buffer->data(), buf1, len1);
  /external/clang/test/Analysis/
taint-generic.c 143 int *buf1 = (int*)malloc(ts*sizeof(int)); // expected-warning {{Untrusted data is used to specify the buffer size}} local
145 bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to specify the buffer size}}
146 __builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
  /external/liblzf/
lzf.c 180 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
185 while ((us = rread (from, &buf1[MAX_HDR_SIZE], blocksize)) > 0)
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
202 header = &buf1[MAX_HDR_SIZE - TYPE0_HDR_SIZE];
222 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
275 memcpy (buf1, p, l);
283 p = &buf1[l];
291 if (wwrite (to, buf1, us))
296 if (lzf_decompress (buf1, cs, buf2, us) != us)
  /external/openssl/crypto/asn1/
asn1_lib.c 465 char buf1[DECIMAL_SIZE(address)+1],buf2[DECIMAL_SIZE(offset)+1]; local
467 BIO_snprintf(buf1,sizeof buf1,"%lu",(unsigned long)address);
469 ERR_add_error_data(4,"address=",buf1," offset=",buf2);
  /external/stlport/test/unit/
hash_test.cpp 380 char buf1[2048]; local
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
map_test.cpp 269 char buf1[1024]; local
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
set_test.cpp 278 char buf1[1024]; local
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
vector_test.cpp 375 char buf1[1024]; local
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 350 static char *buf1, *buf2;
359 buf1 = ck_malloc (PATH_MAX + 1);
369 strcpy (buf1, buf2);
370 buf = buf1;
376 buf1 = ck_realloc (buf1, buf_size);
386 /* Need to handle relative paths with care. Reallocate buf1 and
392 buf1 = ck_realloc (buf1, buf_size);
396 /* Always store the new path in buf1. *
348 static char *buf1, *buf2; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 380 char buf1[2048]; local
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
map_test.cpp 269 char buf1[1024]; local
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
set_test.cpp 278 char buf1[1024]; local
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
vector_test.cpp 375 char buf1[1024]; local
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 83 char[] buf1 = { 'H', 'e', 'l', 'l', 'o' }; local
85 sb.append(buf1, 0, buf1.length);
100 char buf1 = 'H'; local
102 sb.append(buf1);
190 String buf1 = "Hello"; local
192 sb.append(buf1);
332 StringBuffer buf1 = new StringBuffer("abcd"); local
334 buf1.insert(-1, (char[]) null);
352 StringBuffer buf1 = new StringBuffer("abcd") local
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 248 char buf1[BUF_CAP]; local
282 utrans_getID(inverse1, buf1, BUF_CAP);
283 if(strcmp(buf1, TransID[i+1]) != 0){
284 log_err("FAIL :openInverse() for %s returned %s instead of %s\n", TransID[i], buf1, TransID[i+1]);
298 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
315 utrans_getID(t1, buf1, BUF_CAP);
319 if(strcmp(buf1, buf3) != 0 ||
320 strcmp(buf1, buf2) == 0) {
327 strcmp(buf1, buf3) == 0) {
  /external/libselinux/src/
label_file.c 282 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; local
283 char *buf_p, *regex = buf1, *type = buf2, *context = buf3;
  /external/valgrind/main/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/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 401 const unsigned char* buf1 = reinterpret_cast<const unsigned char*>(m_buffer.data()); local
403 unsigned char c1 = buf1Len ? (--buf1Len, *buf1++) : buf2Len ? (--buf2Len, *buf2++) : 0;
404 unsigned char c2 = buf1Len ? (--buf1Len, *buf1++) : buf2Len ? (--buf2Len, *buf2++) : 0;
405 unsigned char c3 = buf1Len ? (--buf1Len, *buf1++) : buf2Len ? (--buf2Len, *buf2++) : 0;
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 671 WebRtc_Word16 buf1[8]; local
688 buf1[k] = (WebRtc_Word16)tmp32;
692 WebRtcSpl_DownsampleBy2(buf1, 8, buf2, state->downState);

Completed in 2603 milliseconds

12 3 4