Lines Matching refs:Base
1008 UINT32 Base, in stroul64() argument
1019 switch (Base) in stroul64()
1066 if (Base == 0) in stroul64()
1072 Base = 16; in stroul64()
1077 Base = 8; in stroul64()
1082 Base = 10; in stroul64()
1090 if (Base == 8 && *String == '0') in stroul64()
1095 if (Base == 16 && in stroul64()
1123 if (Index >= Base) in stroul64()
1131 (UINT64) Base)) in stroul64()
1137 ReturnValue *= Base; in stroul64()
1157 switch (Base) in stroul64()