| /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/usr.bin/make/unit-tests/ |
| varmod-to-separator.mk | 160 # The separator can be given as hexadecimal number. 165 # The hexadecimal number must be in the range of an unsigned char. 175 # The number after ':ts\x' must be hexadecimal. 180 # The hexadecimal number must be in the range of 'unsigned long' on all 211 # Trailing characters after the hexadecimal character number are rejected. 236 # After the backslash, only n, t, an octal number, or x and a hexadecimal
|
| cond-token-number.mk | 67 # Hexadecimal numbers are accepted. 76 # This is not a hexadecimal number, even though it has an x. It is
|
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| TGLexer.cpp | 472 return ReturnError(TokStart, "Invalid hexadecimal number"); 477 return ReturnError(TokStart, "Invalid hexadecimal number"); 482 return ReturnError(TokStart, "Invalid hexadecimal number"); 484 return ReturnError(TokStart, "Hexadecimal number out of range");
|
| /src/sys/arch/m68k/060sp/dist/ |
| ilsp.doc | 55 The file ilsp.sa is essentially a hexadecimal image of the 59 ASCII text file. The hexadecimal numbers are listed
|
| test.doc | 47 hexadecimal images of the actual tests. This format is the 50 binary output images into ASCII text files. The hexadecimal
|
| fplsp.doc | 55 The file fplsp.sa is essentially a hexadecimal image of the 59 ASCII text file. The hexadecimal numbers are listed
|
| fpsp.doc | 52 The file fpsp.sa is essentially a hexadecimal image of the 56 ASCII text file. The hexadecimal numbers are listed
|
| isp.doc | 60 The file isp.sa is essentially a hexadecimal image of the 64 ASCII text file. The hexadecimal numbers are listed
|
| /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/usr.sbin/sysinst/ |
| msg.entropy.en | 58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
|
| msg.entropy.es | 58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
|
| msg.entropy.fr | 58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
|
| msg.entropy.pl | 58 tosses, 100 throws of a 6-sided die, 64 random hexadecimal digits, or
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| 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)
|
| 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)
|
| /src/crypto/external/apache2/openssl/dist/demos/pkey/ |
| dsa.inc | 123 /* Output hexadecimal representations of the BIGNUM objects. */
|
| /src/crypto/external/bsd/openssl/dist/demos/pkey/ |
| dsa.inc | 123 /* Output hexadecimal representations of the BIGNUM objects. */
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| Signals.inc | 322 // Print the PC in hexadecimal.
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 68 * We only support the decimal format: we do not support hexadecimal strings.
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 75 * We only support the decimal format: we do not support hexadecimal strings.
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tsprintf.c | 708 hexadecimal (void) function 1833 hexadecimal ();
|
| /src/usr.bin/telnet/ |
| commands.c | 762 "printing of hexadecimal network data (debugging)", 765 "print hexadecimal representation of network traffic" }, 777 "(debugging) toggle printing of hexadecimal terminal data", 780 "print hexadecimal representation of terminal traffic" },
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
| package.d | 134 $(REG_ROW \xXX, Matches a character with hexadecimal value of XX. ) 135 $(REG_ROW \uXXXX, Matches a character with hexadecimal value of XXXX. ) 136 $(REG_ROW \U00YYYYYY, Matches a character with hexadecimal value of YYYYYY. )
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| DNSCommon.c | 5937 goto hexadecimal; 5939 hexadecimal: if (F.lSize) n = va_arg(arg, unsigned long);
|