Searched defs:Digit (Results 1 – 7 of 7) sorted by relevance
31 struct Digit { struct32 using V = uint8_t;33 using MatchT = MatchResult<V>;35 static MatchT Match(const char* in) { in Match()
132 Digit, member in boost::archive::basic_xml_grammar
149 static bool doesRoundUp(char Digit) { in doesRoundUp()
2264 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2270 uint64_t Digit; in toString() local
497 Digit = 2, enumerator
2203 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2214 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local
1105 static void writeHexDigit(char *Buffer, uint8_t Digit) { in writeHexDigit()