Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dnatconv.go24 const MaxBase = 10 + ('z' - 'a' + 1) + ('Z' - 'A' + 1) const
/aosp_15_r20/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1764 const CXXRecordDecl *MaxBase = nullptr; in getClassAtVTableLocation() local