/external/openssl/crypto/rc2/ |
rc2test.c | 146 unsigned char buf[8],buf2[8]; local 167 RC2_ecb_encrypt(buf,buf2,&key,RC2_DECRYPT); 168 if (memcmp(&(RC2plain[n][0]),buf2,8) != 0)
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 790 char buf1[80], buf2[80]; local 841 printBytes(level, buf2); 842 log_verbose("ok: strcmp(wD(%8ld), wD(%8ld))=%2d %s%s\n", i-1, i, cmp, buf1, buf2); 847 printBytes(level, buf2); 848 log_verbose("wrong: strcmp(wD(%8ld), wD(%8ld))=%2d %s%s\n", i-1, i, cmp, buf1, buf2); 856 printBytes(prev, buf2); 857 log_verbose(" wD(%8ld) %s%s\n", i-1, buf1, buf2);
|
/external/e2fsprogs/e2fsck/ |
crc32.c | 541 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/stlport/test/unit/ |
hash_test.cpp | 383 char buf2[2048]; local 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
|
list_test.cpp | 277 char buf2[1024]; local 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
|
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));
|
/ndk/tests/device/test-gnustl-full/unit/ |
hash_test.cpp | 383 char buf2[2048]; local 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
|
list_test.cpp | 277 char buf2[1024]; local 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
|
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));
|
/ndk/tests/device/test-stlport/unit/ |
hash_test.cpp | 383 char buf2[2048]; local 384 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
|
list_test.cpp | 277 char buf2[1024]; local 278 StackAllocator<int> stack2(buf2, buf2 + sizeof(buf2));
|
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));
|
/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/main/source/ |
digital_agc.c | 652 WebRtc_Word16 buf2[4]; local 674 WebRtcSpl_DownsampleBy2(buf1, 8, buf2, state->downState); 677 WebRtcSpl_DownsampleBy2(in, 8, buf2, state->downState); 684 out = buf2[k] + HPstate; 686 HPstate = (WebRtc_Word16)(WEBRTC_SPL_RSHIFT_W32(tmp32, 10) - buf2[k]);
|
/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 | 1875 querybuf *buf, *buf2; local [all...] |
/external/guava/src/com/google/common/io/ |
ByteStreams.java | 576 byte[] buf2 = new byte[BUF_SIZE]; 585 int read2 = read(in2, buf2, 0, BUF_SIZE); 586 if (read1 != read2 || !Arrays.equals(buf1, buf2)) {
|
/external/valgrind/main/callgrind/ |
sim.c | 1621 buf2[RESULTS_BUF_LEN], local [all...] |