| /src/usr.bin/make/unit-tests/ |
| cond-token-number.mk | 85 # Make can do radix conversion from hex. 86 HEX= dead 87 .if 0x${HEX} == 57005
|
| /src/usr.sbin/ipwctl/ |
| ipwctl.c | 148 #define HEX 2 149 #define MASK HEX 300 { 179, "IEEE country code", HEX }, 313 { 192, "Transmission rate", HEX }, 317 { 196, "Adapter highest rate", HEX }, 318 { 197, "Access point highest rate", HEX }, 360 case HEX:
|
| /src/external/gpl3/binutils/dist/bfd/ |
| verilog.c | 1 /* BFD back-end for verilog hex memory dump files. 24 Verilog hex memory file handling 28 Verilog hex memory files cannot hold anything but addresses 69 /* Macros for converting between hex and binary. */ 74 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 221 if (((end - data) * 2) /* Number of hex characters we want to emit. */ 347 /* Initialize by filling in the hex conversion array. */
|
| srec.c | 111 /* Macros for converting between hex and binary. */ 116 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1])) 176 /* Initialize by filling in the hex conversion array. */ 413 /* Skip a dollar sign before the hex value. */ 479 check_sum = bytes = HEX (hdr + 1); 521 check_sum += HEX (data); 522 address = HEX (data); 527 check_sum += HEX (data); 528 address = (address << 8) | HEX (data); 533 check_sum += HEX (data) [all...] |
| tekhex.c | 1 /* BFD backend for Extended Tektronix Hex Format objects. 24 Tektronix Hex Format handling 28 Tek Hex records can hold symbols and data, but not 37 Tex Hex may contain many sections, but the data which comes in 92 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 378 if (!insert_byte (abfd, HEX (src), addr)) 548 chars_on_line = HEX (src) - 5; 605 for a percent sign and some hex digits. */
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| verilog.c | 1 /* BFD back-end for verilog hex memory dump files. 24 Verilog hex memory file handling 28 Verilog hex memory files cannot hold anything but addresses 69 /* Macros for converting between hex and binary. */ 74 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 221 if (((end - data) * 2) /* Number of hex characters we want to emit. */ 347 /* Initialize by filling in the hex conversion array. */
|
| srec.c | 111 /* Macros for converting between hex and binary. */ 116 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1])) 176 /* Initialize by filling in the hex conversion array. */ 413 /* Skip a dollar sign before the hex value. */ 479 check_sum = bytes = HEX (hdr + 1); 521 check_sum += HEX (data); 522 address = HEX (data); 527 check_sum += HEX (data); 528 address = (address << 8) | HEX (data); 533 check_sum += HEX (data) [all...] |
| tekhex.c | 1 /* BFD backend for Extended Tektronix Hex Format objects. 24 Tektronix Hex Format handling 28 Tek Hex records can hold symbols and data, but not 37 Tex Hex may contain many sections, but the data which comes in 92 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 378 if (!insert_byte (abfd, HEX (src), addr)) 548 chars_on_line = HEX (src) - 5; 605 for a percent sign and some hex digits. */
|
| /src/external/gpl3/gdb/dist/bfd/ |
| verilog.c | 1 /* BFD back-end for verilog hex memory dump files. 24 Verilog hex memory file handling 28 Verilog hex memory files cannot hold anything but addresses 69 /* Macros for converting between hex and binary. */ 74 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 221 if (((end - data) * 2) /* Number of hex characters we want to emit. */ 347 /* Initialize by filling in the hex conversion array. */
|
| srec.c | 111 /* Macros for converting between hex and binary. */ 116 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1])) 176 /* Initialize by filling in the hex conversion array. */ 413 /* Skip a dollar sign before the hex value. */ 479 check_sum = bytes = HEX (hdr + 1); 521 check_sum += HEX (data); 522 address = HEX (data); 527 check_sum += HEX (data); 528 address = (address << 8) | HEX (data); 533 check_sum += HEX (data) [all...] |
| tekhex.c | 1 /* BFD backend for Extended Tektronix Hex Format objects. 24 Tektronix Hex Format handling 28 Tek Hex records can hold symbols and data, but not 37 Tex Hex may contain many sections, but the data which comes in 92 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 378 if (!insert_byte (abfd, HEX (src), addr)) 548 chars_on_line = HEX (src) - 5; 605 for a percent sign and some hex digits. */
|
| /src/lib/libc/stdio/ |
| vsnprintf_ss.c | 132 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ 316 base = HEX; 356 goto hex; 359 hex: _uquad = UARG(); 360 base = HEX; 407 case HEX:
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| verilog.c | 1 /* BFD back-end for verilog hex memory dump files. 24 Verilog hex memory file handling 28 Verilog hex memory files cannot hold anything but addresses 69 /* Macros for converting between hex and binary. */ 74 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 221 if (((end - data) * 2) /* Number of hex characters we want to emit. */ 347 /* Initialize by filling in the hex conversion array. */
|
| srec.c | 111 /* Macros for converting between hex and binary. */ 116 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1])) 176 /* Initialize by filling in the hex conversion array. */ 413 /* Skip a dollar sign before the hex value. */ 479 check_sum = bytes = HEX (hdr + 1); 521 check_sum += HEX (data); 522 address = HEX (data); 527 check_sum += HEX (data); 528 address = (address << 8) | HEX (data); 533 check_sum += HEX (data) [all...] |
| tekhex.c | 1 /* BFD backend for Extended Tektronix Hex Format objects. 24 Tektronix Hex Format handling 28 Tek Hex records can hold symbols and data, but not 37 Tex Hex may contain many sections, but the data which comes in 92 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) 377 insert_byte (abfd, HEX (src), addr); 546 chars_on_line = HEX (src) - 5; 603 for a percent sign and some hex digits. */
|
| /src/external/lgpl3/gmp/dist/demos/calc/ |
| calc.h | 60 HEX = 261, /* HEX */ 95 #define HEX 261
|
| calc.c | 155 printf (" hex \\ set hex or decimal for input and output\n"); 156 printf (" decimal / (\"0x\" can be used for hex too)\n"); 161 printf ("Hex numbers must be entered in upper case, to distinguish them from the\n"); 258 HEX = 261, /* HEX */ 293 #define HEX 261 352 YYSYMBOL_HEX = 6, /* HEX */ 787 "HEX", "DECIMAL", "QUIT", "ABS", "BIN", "FIB", "GCD", "KRON", "LCM",
|
| /src/bin/pax/ |
| pax.h | 259 #define HEX 16
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| libcol_util.c | 473 static char hex[17] = "0123456789abcdef"; variable 474 static char HEX[17] = "0123456789ABCDEF"; 514 *dst++ = hex[c / 16]; 516 *dst++ = hex[c % 16]; 625 *dst++ = hex[c1 / 16]; 627 *dst++ = hex[c1 % 16]; 719 *dst++ = hex[c1 / 16]; 721 *dst++ = hex[c1 % 16]; 797 numbuf[--idx] = (c == 'X' ? HEX[argllu % base] : hex[argllu % base]) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| libcol_util.c | 473 static char hex[17] = "0123456789abcdef"; variable 474 static char HEX[17] = "0123456789ABCDEF"; 514 *dst++ = hex[c / 16]; 516 *dst++ = hex[c % 16]; 625 *dst++ = hex[c1 / 16]; 627 *dst++ = hex[c1 % 16]; 719 *dst++ = hex[c1 / 16]; 721 *dst++ = hex[c1 % 16]; 797 numbuf[--idx] = (c == 'X' ? HEX[argllu % base] : hex[argllu % base]) [all...] |
| /src/sys/kern/ |
| subr_prf.c | 1265 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ 1440 base = HEX; 1476 goto hex; 1479 hex: _uquad = UARG(); 1480 base = HEX; 1527 case HEX:
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 336 HEX, 617 case HEX: 918 not try to print multibyte characters, it just shows them as hex values. 961 static char hex[17] = "0123456789ABCDEF"; 966 * buf ++ = hex[(c & 0xf0) >> 4]; 967 * buf ++ = hex[c & 0x0f]; 6466 character wide field, so put the hex value first. */ 6532 {"hex-dump", required_argument, 0, 'x'}, 6606 -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n\ 6608 (default), escape sequences, \"<hex sequences>\", highlighted\n 958 static char hex[17] = "0123456789ABCDEF"; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 334 HEX, 600 case HEX: 901 not try to print multibyte characters, it just shows them as hex values. 944 static char hex[17] = "0123456789ABCDEF"; 949 * buf ++ = hex[(c & 0xf0) >> 4]; 950 * buf ++ = hex[c & 0x0f]; 6082 character wide field, so put the hex value first. */ 6147 {"hex-dump", required_argument, 0, 'x'}, 6220 -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n\ 6222 (default), escape sequences, \"<hex sequences>\", highlighted\n 941 static char hex[17] = "0123456789ABCDEF"; local [all...] |