Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h392 constexpr auto TS_min = std::numeric_limits<TS>::min(); in ConvertUnsignedToSigned() local
393 return TS_min + static_cast<TS>(value - TS_min); in ConvertUnsignedToSigned()