Home
last modified time | relevance | path

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

12345

/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/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerMutate.cpp70 size_t MaxSize) { in Mutate_Custom()
75 size_t MaxSize) { in Mutate_CustomCrossOver()
94 size_t MaxSize) { in Mutate_ShuffleBytes()
105 size_t MaxSize) { in Mutate_EraseBytes()
117 size_t MaxSize) { in Mutate_InsertByte()
128 size_t MaxSize) { in Mutate_InsertRepeatedBytes()
145 size_t MaxSize) { in Mutate_ChangeByte()
153 size_t MaxSize) { in Mutate_ChangeBit()
162 size_t MaxSize) { in Mutate_AddWordFromManualDictionary()
167 size_t MaxSize, in ApplyDictionaryEntry()
[all …]
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerMutate.cpp70 size_t MaxSize) { in Mutate_Custom()
75 size_t MaxSize) { in Mutate_CustomCrossOver()
94 size_t MaxSize) { in Mutate_ShuffleBytes()
105 size_t MaxSize) { in Mutate_EraseBytes()
117 size_t MaxSize) { in Mutate_InsertByte()
128 size_t MaxSize) { in Mutate_InsertRepeatedBytes()
145 size_t MaxSize) { in Mutate_ChangeByte()
153 size_t MaxSize) { in Mutate_ChangeBit()
162 size_t MaxSize) { in Mutate_AddWordFromManualDictionary()
167 size_t MaxSize, in ApplyDictionaryEntry()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceThreading.h59 : MaxSize(std::min(MaxSize, MaxStaticSize)), Sequential(Sequential) {} in MaxSize() function
128 const size_t MaxSize; variable
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DThrowByValueCatchByReferenceCheck.h49 uint64_t MaxSize; // No `const` because we have to set it in two steps. variable
/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/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-merge-match-lib.c20 uint64_t libEntry(char *Buffer, uint64_t MaxSize) { in libEntry()
Dinstrprof-merge-match.c23 const uint64_t MaxSize = 10000; in main() local
/external/llvm-project/compiler-rt/test/fuzzer/
DReloadTest.cpp13 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
DCustomMutatorTest.cpp33 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
DCustomMutatorWithLongSequencesTest.cpp34 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
DCompressedTest.cpp39 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/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-project/compiler-rt/test/profile/
Dinstrprof-without-libc.c31 const uint64_t MaxSize = 10000; in main() local
Dinstrprof-merge.c44 const uint64_t MaxSize = 10000; in main() local
/external/llvm/lib/Fuzzer/test/
DCustomMutatorTest.cpp31 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/external/mesa3d/src/egl/main/
Deglarray.h46 EGLint MaxSize; member
/external/llvm-project/llvm/lib/ObjectYAML/
Dyaml2obj.cpp22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
/external/llvm-project/llvm/lib/FuzzMutate/
DIRMutator.cpp55 size_t MaxSize) { in mutateModule()
139 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/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()
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DIRMutator.h85 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h85 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()

12345