OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_unit_bits
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mkcsmapper/
yacc.y
71
static u_int32_t dst_invalid, dst_ilseq, oob_mode,
dst_unit_bits
;
136
| property
dst_unit_bits
157
dst_unit_bits
: R_DST_UNIT_BITS L_IMM { set_dst_unit_bits($2); }
label
254
table = (void *)malloc(table_size *
dst_unit_bits
/ 8);
283
fprintf(stderr, "
DST_UNIT_BITS
is mandatory.\n");
326
put32(ptr, ofs,
dst_unit_bits
); ofs++;
388
_region_init(&data, table, table_size*
dst_unit_bits
/8);
524
warning("
DST_UNIT_BITS
is duplicated. ignored this one");
531
dst_unit_bits
= val;
535
dst_unit_bits
= val
[
all
...]
yacc.y
71
static u_int32_t dst_invalid, dst_ilseq, oob_mode,
dst_unit_bits
;
136
| property
dst_unit_bits
157
dst_unit_bits
: R_DST_UNIT_BITS L_IMM { set_dst_unit_bits($2); }
label
254
table = (void *)malloc(table_size *
dst_unit_bits
/ 8);
283
fprintf(stderr, "
DST_UNIT_BITS
is mandatory.\n");
326
put32(ptr, ofs,
dst_unit_bits
); ofs++;
388
_region_init(&data, table, table_size*
dst_unit_bits
/8);
524
warning("
DST_UNIT_BITS
is duplicated. ignored this one");
531
dst_unit_bits
= val;
535
dst_unit_bits
= val
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025