Home
last modified time | relevance | path

Searched defs:PadValue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLEB128.h41 uint8_t PadValue = Value < 0 ? 0x7f : 0x00; variable
70 uint8_t PadValue = Value < 0 ? 0x7f : 0x00; variable