Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp81 const u64 UnsignedNum = (Num == INT64_MIN) in appendSignedDecimal() local
84 return appendNumber(Buffer, BufferEnd, UnsignedNum, 10, MinNumberLength, in appendSignedDecimal()