| /src/external/apache2/llvm/dist/llvm/tools/llvm-strings/ |
| llvm-strings.cpp | 48 enum radix { none, octal, hexadecimal, decimal }; enumerator in enum:radix 52 clEnumValN(hexadecimal, "x", "hexadecimal"), 72 case hexadecimal:
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-size/ |
| llvm-size.cpp | 77 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy 82 clEnumValN(hexadecimal, "16", "Print size in hexadecimal")), 89 clEnumValN(hexadecimal, "x", "Print size in hexadecimal")), 162 /// leading 0x or 0 for hexadecimal and octal respectively. 177 case hexadecimal: 221 if (Radix == hexadecimal)
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tsprintf.c | 708 hexadecimal (void) function 1833 hexadecimal ();
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-csharp.c | 1600 immediately after 'e' or 'E' except in hexadecimal numbers. */ 1601 bool hexadecimal = false; local 1611 hexadecimal = true; 1612 if ((c == 'E' || c == 'e') && !hexadecimal)
|
| x-java.c | 919 immediately after 'e' or 'E' except in hexadecimal numbers. */ 920 bool hexadecimal = false; local 931 hexadecimal = true; 932 if ((RED (c) == 'E' || RED (c) == 'e') && !hexadecimal)
|