Searched refs:dst_unit_bits (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dyacc.y72 static u_int32_t dst_ilseq, dst_invalid, dst_unit_bits, oob_mode;
133 | property dst_unit_bits
154 dst_unit_bits : R_DST_UNIT_BITS L_IMM { set_dst_unit_bits($2); } label
256 table = (void *)malloc(table_size * dst_unit_bits / 8);
328 put32(ptr, ofs, dst_unit_bits); ofs++;
389 _region_init(&data, table, table_size*dst_unit_bits/8);
534 dst_unit_bits = val;
538 dst_unit_bits = val;
542 dst_unit_bits = val;

Completed in 102 milliseconds