Home
last modified time | relevance | path

Searched defs:MaxSize (Results 1 – 25 of 62) sorted by relevance

123

/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp71 size_t MaxSize) { in Mutate_Custom()
76 size_t MaxSize) { in Mutate_CustomCrossOver()
95 size_t MaxSize) { in Mutate_ShuffleBytes()
107 size_t MaxSize) { in Mutate_EraseByte()
117 size_t MaxSize) { in Mutate_InsertByte()
127 size_t MaxSize) { in Mutate_ChangeByte()
134 size_t MaxSize) { in Mutate_ChangeBit()
142 size_t MaxSize) { in Mutate_AddWordFromManualDictionary()
147 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromTemporaryAutoDictionary()
152 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromPersistentAutoDictionary()
[all …]
DFuzzerIO.cpp63 Unit FileToVector(const std::string &Path, size_t MaxSize) { in FileToVector()
100 long *Epoch, size_t MaxSize) { in ReadDirToVectorOfUnits()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerMutate.cpp71 size_t MaxSize) { in Mutate_Custom()
81 size_t MaxSize) { in Mutate_CustomCrossOver()
110 size_t MaxSize) { in Mutate_ShuffleBytes()
121 size_t MaxSize) { in Mutate_EraseBytes()
133 size_t MaxSize) { in Mutate_InsertByte()
144 size_t MaxSize) { in Mutate_InsertRepeatedBytes()
162 size_t MaxSize) { in Mutate_ChangeByte()
170 size_t MaxSize) { in Mutate_ChangeBit()
179 size_t MaxSize) { in Mutate_AddWordFromManualDictionary()
184 size_t MaxSize, in ApplyDictionaryEntry()
[all …]
DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
DFuzzerLoop.cpp413 void Fuzzer::RereadOutputCorpus(size_t MaxSize) { in RereadOutputCorpus()
791 size_t MaxSize = 0; in ReadAndExecuteSeedCorpora() local
934 LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/external/swiftshader/third_party/subzero/src/
DIceThreading.h59 : MaxSize(std::min(MaxSize, MaxStaticSize)), Sequential(Sequential) {} in MaxSize() argument
128 const size_t MaxSize; variable
/external/golang-protobuf/encoding/protodelim/
Dprotodelim.go57 MaxSize int64 member
70 MaxSize uint64 member
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-merge-match-lib.c20 uint64_t libEntry(char *Buffer, uint64_t MaxSize) { in libEntry()
Dinstrprof-merge-match.c22 const uint64_t MaxSize = 10000; in main() local
/external/compiler-rt/test/profile/
Dinstrprof-without-libc.c27 const uint64_t MaxSize = 10000; in main() local
Dinstrprof-merge.c40 const uint64_t MaxSize = 10000; in main() local
/external/llvm/lib/Fuzzer/test/
DCustomMutatorTest.cpp31 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/external/cronet/testing/libfuzzer/
Dunittest_main.cc32 size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/external/mesa3d/src/egl/main/
Deglarray.h46 EGLint MaxSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp55 size_t MaxSize) { in mutateModule()
139 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
DFuzzerCLI.cpp189 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h85 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_lru_cache.h86 size_t MaxSize() const { return capacity_; } in MaxSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCBranchFinalize.cpp148 unsigned MaxSize = 0; in runOnMachineFunction() local
/external/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp49 static const size_t MaxSize = 128 * 1024; variable
/external/cronet/net/disk_cache/
Ddisk_cache_test_base.h105 int MaxSize() const { return size_; } in MaxSize() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_compressed_certs_cache.cc100 size_t QuicCompressedCertsCache::MaxSize() { return certs_cache_.MaxSize(); } in MaxSize() function in quic::QuicCompressedCertsCache
/external/libchrome/ipc/
Dipc_message_attachment_set_posix_unittest.cc78 TEST(MessageAttachmentSet, MaxSize) { in TEST() argument
/external/cronet/ipc/
Dipc_message_attachment_set_posix_unittest.cc86 TEST(MessageAttachmentSet, MaxSize) { in TEST() argument
/external/AFLplusplus/utils/aflpp_driver/
Daflpp_driver.c190 size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()

123