Home
last modified time | relevance | path

Searched refs:FDP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp21 FuzzedDataProvider FDP(Data, Size); in LLVMFuzzerTestOneInput() local
23 uintptr_t FaultAddr = FDP.ConsumeIntegral<uintptr_t>(); in LLVMFuzzerTestOneInput()
24 uintptr_t MemoryAddr = FDP.ConsumeIntegral<uintptr_t>(); in LLVMFuzzerTestOneInput()
27 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
34 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
37 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
44 std::string RingBufferBytes = FDP.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,fcp.txt10 for FDP (FCPF). Their configuration and behaviour depend on the module they
16 - "renesas,fcpf" for generic compatible 'FCP for FDP'
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp180 case GraphProgram::FDP: in getProgramName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h52 FDP, enumerator