Home
last modified time | relevance | path

Searched defs:buff2 (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_intercept_memcpy.cc14 char buff1[6] = "Hello", buff2[5]; in test_function() local
Dintercept_memcpy.cc13 char buff1[6] = "Hello", buff2[5]; in main() local
Ddll_intercept_memcpy_indirect.cc15 char buff1[6] = "Hello", buff2[5]; in test_function() local
/external/zstd/tests/
Dfullbench.c117 void* buff2) in local_ZSTD_decompress()
131 …l_ZSTD_decodeLiteralsBlock(const void* src, size_t srcSize, void* dst, size_t dstSize, void* buff2) in local_ZSTD_decodeLiteralsBlock()
137 …ocal_ZSTD_decodeSeqHeaders(const void* src, size_t srcSize, void* dst, size_t dstSize, void* buff2) in local_ZSTD_decodeSeqHeaders()
197 …_ZSTD_decodeLiteralsHeader(const void* src, size_t srcSize, void* dst, size_t dstSize, void* buff2) in local_ZSTD_decodeLiteralsHeader()
323 void* buff2) in local_ZSTD_decompressStream()
385 void* buff2) in local_ZSTD_decompressContinue()
DroundTripCrash.c112 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers()
/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_test.cc91 uint8_t buff2[1024] = {}; in TEST() local
/external/webrtc/modules/audio_processing/test/
Dfake_recording_device_unittest.cc144 auto buff2 = CreateChannelBufferWithData(kTestMultiChannelSamples); in TEST() local
/external/lz4/tests/
DroundTripTest.c61 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers()
Dframetest.c785 static void locateBuffDiff(const void* buff1, const void* buff2, size_t size, o_scenario_e o_scenar… in locateBuffDiff()
Dfuzzer.c306 static void FUZ_findDiff(const void* buff1, const void* buff2) in FUZ_findDiff()
/external/toybox/toys/pending/
Dtelnetd.c47 char buff1[BUFSIZE], buff2[BUFSIZE]; member
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts362 const buff2 = new ArrayBuffer(20); constant
/external/pcre/src/
Dpcre2grep.c3857 char buff2[24]; in main() local
/external/libxml2/
Dxmlreader.c1634 xmlBufferPtr buff, buff2; in xmlTextReaderReadInnerXml() local