Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/llvm/lib/Fuzzer/
H A 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 …]
H A DFuzzerIO.cpp63 Unit FileToVector(const std::string &Path, size_t MaxSize) { in FileToVector()
100 long *Epoch, size_t MaxSize) { in ReadDirToVectorOfUnits()
H A DFuzzerLoop.cpp317 void Fuzzer::RereadOutputCorpus(size_t MaxSize) { in RereadOutputCorpus()
769 size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
/aosp_15_r20/external/rust/android-crates-io/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 …]
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()
DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/
DIRMutator.h101 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
125 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
139 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
171 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
183 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
196 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/
DIRMutator.h101 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
125 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
139 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
171 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
183 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
196 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/
DIRMutator.h101 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
125 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
139 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
171 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
183 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
196 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FuzzMutate/
DIRMutator.h101 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
125 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
139 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
171 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
183 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
196 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h88 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
112 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
129 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
144 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
156 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
169 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
/aosp_15_r20/external/pytorch/c10/util/
H A DSmallVector.cpp67 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow()
78 static void report_at_maximum_capacity(size_t MaxSize) { in report_at_maximum_capacity()
88 constexpr size_t MaxSize = std::numeric_limits<Size_T>::max(); in getNewCapacity() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceThreading.h59 : MaxSize(std::min(MaxSize, MaxStaticSize)), Sequential(Sequential) {} in MaxSize() argument
128 const size_t MaxSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSmallVector.cpp62 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow()
77 static void report_at_maximum_capacity(size_t MaxSize) { in report_at_maximum_capacity()
91 constexpr size_t MaxSize = std::numeric_limits<Size_T>::max(); in getNewCapacity() local
/aosp_15_r20/external/golang-protobuf/encoding/protodelim/
H A Dprotodelim.go57 MaxSize int64 member
70 MaxSize uint64 member
/aosp_15_r20/system/nfc/src/fuzzers/
H A Dfuzz_utils.cc42 size_t MaxSize) { in PackPackets()
69 size_t MaxSize, uint Seed) { in LLVMFuzzerCustomMutator()
/aosp_15_r20/system/chre/util/tests/
H A Dheap_test.cc43 const size_t MaxSize = 1000; in TEST() local
84 const size_t MaxSize = 1000; in TEST() local
/aosp_15_r20/external/scudo/android/tools/
H A Dlibsize_map_verify.h151 const u32 MaxSize = (1 << Config::MaxSizeLog); in verifySizeClass() local
240 const u32 MaxSize = (1 << Config::MaxSizeLog); in optimizeMidSizeLog() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp65 size_t MaxSize) { in mutateModule()
149 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight()
604 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule()
/aosp_15_r20/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h287 size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate()
294 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dpool_alloc.hpp198 pool_allocator(const pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in pool_allocator() argument
394 const fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in fast_pool_allocator() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp96 std::optional<unsigned> MaxSize; member in __anondf65b3a30111::SchedGroup
178 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, in SchedGroup()
184 SchedGroup(SchedGroupMask SGMask, std::optional<unsigned> MaxSize, int SyncID, in SchedGroup()
/aosp_15_r20/external/aws-sdk-java-v2/services/autoscaling/src/main/resources/codegen-resources/
H A Dexamples-1.json85 "MaxSize": 3, number
111 "MaxSize": 3, number
130 "MaxSize": 3, number
421 "MaxSize": 1, number
840 "MaxSize": 6, number
1185 "MaxSize": 6, number
1366 "MaxSize": 3, number
/aosp_15_r20/external/scudo/standalone/
H A Dsize_class_map.h73 static const uptr MaxSize = (1UL << Config::MaxSizeLog) + Config::SizeDelta; variable
190 static const uptr MaxSize = Config::Classes[LargestClassId - 1]; variable

12345678910>>...16