/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerMutate.cpp | 70 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 …]
|
H A D | FuzzerIO.cpp | 33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() 72 long *Epoch, size_t MaxSize, bool ExitOnError) { in ReadDirToVectorOfUnits()
|
H A D | FuzzerLoop.cpp | 414 void Fuzzer::RereadOutputCorpus(size_t MaxSize) { in RereadOutputCorpus() 740 size_t MaxSize = 0; in ReadAndExecuteSeedCorpora() local 894 LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SmallVector.cpp | 52 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow() 67 static void report_at_maximum_capacity(size_t MaxSize) { in report_at_maximum_capacity() 81 constexpr size_t MaxSize = std::numeric_limits<Size_T>::max(); in getNewCapacity() local
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | crc.c | 123 IN UINTN MaxSize, in CheckCrc() 150 IN UINTN MaxSize, in CheckCrcAltSize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/ |
H A D | IRMutator.h | 85 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() 107 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
H A D | instrprof-without-libc.c | 25 const uint64_t MaxSize = 10000; in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | yaml2obj.cpp | 22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
|
H A D | ELFEmitter.cpp | 46 const uint64_t MaxSize; member in __anonae3a78450111::ContiguousBlobAccumulator 1877 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF() 1943 uint64_t MaxSize) { in yaml2elf()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 55 size_t MaxSize) { in mutateModule() 139 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
|
H A D | FuzzerCLI.cpp | 190 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/yaml2obj/ |
H A D | yaml2obj.cpp | 47 static cl::opt<uint64_t> MaxSize( variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 148 unsigned MaxSize = 0; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
H A D | llvm-isel-fuzzer.cpp | 69 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 113 int MaxSize = 100; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
H A D | llvm-opt-fuzzer.cpp | 60 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/ |
H A D | afl_driver.cpp | 284 extern "C" size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-diff/ |
H A D | ClangDiff.cpp | 57 static cl::opt<int> MaxSize("s", cl::desc("<maxsize>"), cl::Optional, variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 163 unsigned MaxSize = 0; in apply() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 101 unsigned MaxSize) { in addMachineReg()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_profile_collector.cc | 250 auto MaxSize = profilingFlags()->global_allocator_max; in serialize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 227 auto MaxSize = LoadCmd.C.cmdsize - sizeof(StructType); in readString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 307 unsigned MaxSize) { in selectStores()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 510 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 290 unsigned MaxSize = MemSize * 8; in assignValueToAddress() local
|