/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_intercept_memcpy.cc | 14 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()
|
D | intercept_memcpy.cc | 13 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()
|
D | dll_intercept_memcpy_indirect.cc | 15 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/ |
D | dll_intercept_memcpy.cpp | 14 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()
|
D | intercept_memcpy.cpp | 13 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()
|
D | dll_intercept_memcpy_indirect.cpp | 15 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/ |
D | fake_recording_device_unittest.cc | 140 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/ |
D | libfuzzer_test.cc | 90 uint8_t buff1[1024] = {}; in TEST() local 94 LLVMFuzzerCustomCrossOver(buff1, 0, buff2, 0, buff3, sizeof(buff3), 6); in TEST()
|
/external/lz4/tests/ |
D | roundTripTest.c | 61 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()
|
D | frametest.c | 768 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()
|
D | fuzzer.c | 306 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/ |
D | telnetd.c | 47 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/ |
D | roundTripCrash.c | 112 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/ |
D | gtls.c | 754 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()
|
D | openssl.c | 3679 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/ |
D | test_ffi_backend.py | 196 buff1 = ffi.buffer(s) 200 buff2 = ffi.buffer(t, len(buff1)) 201 assert buff1 == buff2
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 3892 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/ |
D | canvaskit-wasm-tests.ts | 352 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/ |
D | ULocaleTest.java | 831 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/ |
D | ULocaleTest.java | 834 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()
|