HomeSort by relevance Sort by last modified time
    Searched refs:LowerCase (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ADT/
StringExtras.h 26 static inline char hexdigit(unsigned X, bool LowerCase = false) {
27 const char HexChar = LowerCase ? 'a' : 'A';
47 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
55 *--BufPtr = hexdigit(Mod, LowerCase);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 30 static inline char hexdigit(unsigned X, bool LowerCase = false) {
31 const char HexChar = LowerCase ? 'a' : 'A';
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 27 static inline char hexdigit(unsigned X, bool LowerCase = false) {
28 const char HexChar = LowerCase ? 'a' : 'A';
48 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
56 *--BufPtr = hexdigit(Mod, LowerCase);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
StringExtras.h 37 inline char hexdigit(unsigned X, bool LowerCase = false) {
38 const char HexChar = LowerCase ? 'a' : 'A';
88 /// lowercase letter as classified by "C" locale.
111 /// Returns the corresponding lowercase character if \p x is uppercase.
118 /// Returns the corresponding uppercase character if \p x is lowercase.
125 inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
133 *--BufPtr = hexdigit(Mod, LowerCase);
292 /// printLowerCase - Print each character as lowercase if it is uppercase.
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileName.c 136 @param LowerCase - Indicate whether to convert the string to lower case.
144 IN UINTN LowerCase,
160 if (LowerCase != 0) {
Fat.h     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 2524 milliseconds