Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A 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 …]
H A DFuzzerIO.cpp33 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 DFuzzerLoop.cpp414 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 DSmallVector.cpp52 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 Dcrc.c123 IN UINTN MaxSize, in CheckCrc()
150 IN UINTN MaxSize, in CheckCrcAltSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h85 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 Dinstrprof-without-libc.c25 const uint64_t MaxSize = 10000; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp22 unsigned DocNum, uint64_t MaxSize) { in convertYAML()
H A DELFEmitter.cpp46 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 DIRMutator.cpp55 size_t MaxSize) { in mutateModule()
139 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
H A DFuzzerCLI.cpp190 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 Dyaml2obj.cpp47 static cl::opt<uint64_t> MaxSize( variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp148 unsigned MaxSize = 0; in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp69 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 DASTDiff.h113 int MaxSize = 100; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp60 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 Dafl_driver.cpp284 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 DClangDiff.cpp57 static cl::opt<int> MaxSize("s", cl::desc("<maxsize>"), cl::Optional, variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp163 unsigned MaxSize = 0; in apply() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp101 unsigned MaxSize) { in addMachineReg()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc250 auto MaxSize = profilingFlags()->global_allocator_max; in serialize() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp227 auto MaxSize = LoadCmd.C.cmdsize - sizeof(StructType); in readString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp307 unsigned MaxSize) { in selectStores()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp510 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp290 unsigned MaxSize = MemSize * 8; in assignValueToAddress() local

12