OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEX
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/crypto/dist/ipsec-tools/src/racoon/
prsa_par.y
147
%token COLON
HEX
148
%token OBRACE EBRACE COLON
HEX
154
%type <bn>
HEX
229
| TAG_PUB
HEX
316
MODULUS COLON
HEX
325
| PUBLIC_EXPONENT COLON
HEX
334
| PRIVATE_EXPONENT COLON
HEX
343
| PRIME1 COLON
HEX
352
| PRIME2 COLON
HEX
361
| EXPONENT1 COLON
HEX
[
all
...]
prsa_tok.l
52
hex
[0-9a-fA-F]
53
word6 {
hex
}{0,4}
67
return
HEX
;
/src/usr.bin/xlint/lint1/
scan.l
47
HEX
[0-9A-Fa-f]
72
0[xX]{
HEX
}+[lLuU]* return lex_integer_constant(yytext, yyleng, 16);
75
0[xX]{
HEX
}+\.{
HEX
}*{PEXP}{FSUF} |
76
0[xX]{
HEX
}+{PEXP}{FSUF} |
/src/external/gpl3/binutils/dist/gas/
itbl-lex.l
41
HEX
[0-9A-Fa-f]
73
"0x"{
HEX
}+ {
/src/external/gpl3/binutils.old/dist/gas/
itbl-lex.l
41
HEX
[0-9A-Fa-f]
73
"0x"{
HEX
}+ {
/src/sys/arch/vax/floppy/
defboo.hp
6
SET DEF
HEX
/src/external/lgpl3/gmp/dist/demos/calc/
calc.h
60
HEX
= 261, /*
HEX
*/
95
#define
HEX
261
calclex.l
42
{ "
hex
",
HEX
},
calc.y
85
printf ("
hex
\\ set
hex
or decimal for input and output\n");
86
printf (" decimal / (\"0x\" can be used for
hex
too)\n");
91
printf ("
Hex
numbers must be entered in upper case, to distinguish them from the\n");
148
%token HELP
HEX
DECIMAL QUIT
189
|
HEX
{ ibase = 16; obase = -16; }
/src/bin/pax/
cpio.c
502
* uses
HEX
519
* WITH crc. WATCH it the magic cookies are in OCTAL the header uses
HEX
579
* extract the
hex
ascii fields from the header
581
arcn->sb.st_ino = (ino_t)asc_u32(hd->c_ino, sizeof(hd->c_ino),
HEX
);
582
arcn->sb.st_mode = (mode_t)asc_u32(hd->c_mode, sizeof(hd->c_mode),
HEX
);
583
arcn->sb.st_uid = (uid_t)asc_u32(hd->c_uid, sizeof(hd->c_uid),
HEX
);
584
arcn->sb.st_gid = (gid_t)asc_u32(hd->c_gid, sizeof(hd->c_gid),
HEX
);
585
arcn->sb.st_mtime = (time_t)(int32_t)asc_u32(hd->c_mtime,sizeof(hd->c_mtime),
HEX
);
588
sizeof(hd->c_filesize),
HEX
);
590
HEX
);
[
all
...]
gen_subs.c
206
* convert
hex
/octal character string into a uint32_t. We do not have to
232
if (base ==
HEX
) {
252
* convert an uintmax_t into an
hex
/oct ascii string. pads with LEADING
280
if (base ==
HEX
) {
309
* convert
hex
/octal/base-256 value into a uintmax.
357
if (base ==
HEX
) {
377
* convert an uintmax_t into a
hex
/oct ascii string. pads with
398
if (base ==
HEX
) {
pax.h
259
#define
HEX
16
/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/
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/
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.old/dist/bfd/
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/gpl3/gdb/dist/bfd/
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
...]
/src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_gensm2.t
41
.*?\Qprim: OCTET STRING [
HEX
DUMP]:\E
/src/crypto/external/bsd/openssl/dist/test/recipes/
15-test_gensm2.t
41
.*?\Qprim: OCTET STRING [
HEX
DUMP]:\E
/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/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/tests/lib/libcurses/director/
testlang_conf.l
152
HEX
0[xX][0-9a-zA-Z]+
274
{
HEX
} {
275
/*
Hex
value, convert to decimal and return numeric */
279
errx(1, "Bad
hex
conversion");
Completed in 44 milliseconds
1
2
Indexes created Mon May 25 00:24:39 UTC 2026