HomeSort by: relevance | last modified time | path
    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