Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp866 static uint64_t decodeExponent(uint64_t exp) { in decodeExponent() function
887 decodedBits.exponent = decodeExponent(encodedBits.exponent); in decodeTaggedTimeInterval()