Lines Matching refs:Base
557 UINT32 Base) in strtoul() argument
601 if (Base == 0) in strtoul()
607 Base = 16; in strtoul()
612 Base = 8; in strtoul()
617 Base = 10; in strtoul()
620 else if (Base < 2 || Base > 36) in strtoul()
633 if (Base == 8 && *String == '0') in strtoul()
638 if (Base == 16 && in strtoul()
667 if (index >= Base) in strtoul()
677 (UINT32) Base)) in strtoul()
684 ReturnValue *= Base; in strtoul()