Home
last modified time | relevance | path

Searched refs:buff1 (Results 1 – 20 of 20) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_intercept_memcpy.cc14 char buff1[6] = "Hello", buff2[5]; in test_function() local
16 memcpy(buff2, buff1, 5); in test_function()
17 if (buff1[2] != buff2[2]) in test_function()
23 memcpy(buff2, buff1, 6); in test_function()
Dintercept_memcpy.cc13 char buff1[6] = "Hello", buff2[5]; in main() local
15 call_memcpy(&memcpy, buff2, buff1, 5); in main()
16 if (buff1[2] != buff2[2]) in main()
22 call_memcpy(&memcpy, buff2, buff1, 6); in main()
Ddll_intercept_memcpy_indirect.cc15 char buff1[6] = "Hello", buff2[5]; in test_function() local
17 call_memcpy(&memcpy, buff2, buff1, 5); in test_function()
18 if (buff1[2] != buff2[2]) in test_function()
24 call_memcpy(&memcpy, buff2, buff1, 6); in test_function()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Ddll_intercept_memcpy.cpp14 char buff1[6] = "Hello", buff2[5]; in test_function() local
16 memcpy(buff2, buff1, 5); in test_function()
17 if (buff1[2] != buff2[2]) in test_function()
23 memcpy(buff2, buff1, 6); in test_function()
Dintercept_memcpy.cpp13 char buff1[6] = "Hello", buff2[5]; in main() local
15 call_memcpy(&memcpy, buff2, buff1, 5); in main()
16 if (buff1[2] != buff2[2]) in main()
22 call_memcpy(&memcpy, buff2, buff1, 6); in main()
Ddll_intercept_memcpy_indirect.cpp15 char buff1[6] = "Hello", buff2[5]; in test_function() local
17 call_memcpy(&memcpy, buff2, buff1, 5); in test_function()
18 if (buff1[2] != buff2[2]) in test_function()
24 call_memcpy(&memcpy, buff2, buff1, 6); in test_function()
/external/webrtc/modules/audio_processing/test/
Dfake_recording_device_unittest.cc140 auto buff1 = CreateChannelBufferWithData(kTestMultiChannelSamples); in TEST() local
142 fake_recording_device.SimulateAnalogGain(buff1.get()); in TEST()
150 EXPECT_LE(std::abs(buff1->channels()[c][s]), in TEST()
162 EXPECT_LE(std::abs(buff1->channels()[c][s]), in TEST()
/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_test.cc90 uint8_t buff1[1024] = {}; in TEST() local
94 LLVMFuzzerCustomCrossOver(buff1, 0, buff2, 0, buff3, sizeof(buff3), 6); in TEST()
/external/lz4/tests/
DroundTripTest.c61 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument
63 const char* const ip1 = (const char*)buff1; in checkBuffers()
Dframetest.c768 static void locateBuffDiff(const void* buff1, const void* buff2, size_t size, o_scenario_e o_scenar… in locateBuffDiff() argument
772 const BYTE* b1=(const BYTE*)buff1; in locateBuffDiff()
Dfuzzer.c306 static void FUZ_findDiff(const void* buff1, const void* buff2) in FUZ_findDiff() argument
308 const BYTE* const b1 = (const BYTE*)buff1; in FUZ_findDiff()
/external/toybox/toys/pending/
Dtelnetd.c47 char buff1[BUFSIZE], buff2[BUFSIZE]; member
349 if ((c = read(tm->pty_fd, tm->buff1 + tm->buff1_avail, in telnetd_main()
352 if ((w = dup_iacs(tm->buff1 + tm->buff1_written, tm->new_fd + FLAG(i), in telnetd_main()
379 if ((w = dup_iacs(tm->buff1 + tm->buff1_written, tm->new_fd + FLAG(i), in telnetd_main()
/external/zstd/tests/
DroundTripCrash.c112 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument
114 const char* ip1 = (const char*)buff1; in checkBuffers()
/external/curl/lib/vtls/
Dgtls.c754 unsigned char *buff1 = NULL; in pkp_pin_peer_pubkey() local
782 buff1 = malloc(len1); in pkp_pin_peer_pubkey()
783 if(NULL == buff1) in pkp_pin_peer_pubkey()
788 ret = gnutls_pubkey_export(key, GNUTLS_X509_FMT_DER, buff1, &len2); in pkp_pin_peer_pubkey()
795 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey()
801 Curl_safefree(buff1); in pkp_pin_peer_pubkey()
Dopenssl.c3679 unsigned char *buff1 = NULL, *temp = NULL; in pkp_pin_peer_pubkey() local
3701 buff1 = temp = malloc(len1); in pkp_pin_peer_pubkey()
3702 if(!buff1) in pkp_pin_peer_pubkey()
3713 if((len1 != len2) || !temp || ((temp - buff1) != len1)) in pkp_pin_peer_pubkey()
3719 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey()
3722 if(buff1) in pkp_pin_peer_pubkey()
3723 free(buff1); in pkp_pin_peer_pubkey()
/external/python/cffi/testing/cffi0/
Dtest_ffi_backend.py196 buff1 = ffi.buffer(s)
200 buff2 = ffi.buffer(t, len(buff1))
201 assert buff1 == buff2
/external/pcre/dist2/src/
Dpcre2grep.c3892 char buff1[24]; in main() local
3901 if ((ret = snprintf(buff1, sizeof(buff1), "%.*s", baselen, op->long_name), in main()
3902 ret < 0 || ret > (int)sizeof(buff1)) || in main()
3903 (ret = snprintf(buff2, sizeof(buff2), "%s%.*s", buff1, in main()
3912 if (strncmp(arg, buff1, arglen) == 0 || in main()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts352 const buff1 = new ArrayBuffer(10); constant
355 const fm2 = CK.FontMgr.FromData(buff1, buff2);
359 const tf = fm.makeTypefaceFromData(buff1); // $ExpectType Typeface
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java831 String buff, buff1; in TestObsoleteNames() local
842 buff1 = uloc.getISO3Language(); in TestObsoleteNames()
843 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames()
866 buff1 = uloc.getISO3Country(); in TestObsoleteNames()
867 if(buff1.compareTo(tests[i][3])!=0){ in TestObsoleteNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java834 String buff, buff1; in TestObsoleteNames() local
845 buff1 = uloc.getISO3Language(); in TestObsoleteNames()
846 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames()
869 buff1 = uloc.getISO3Country(); in TestObsoleteNames()
870 if(buff1.compareTo(tests[i][3])!=0){ in TestObsoleteNames()