Searched refs:offbits (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-mips.c | 10319 offset_high_part (offsetT value, unsigned int offbits) in offset_high_part() argument 10324 if (offbits == 0) in offset_high_part() 10326 bias = 1 << (offbits - 1); in offset_high_part() 10337 small_offset_p (unsigned int range, unsigned int align, unsigned int offbits) in small_offset_p() argument 10339 if (offbits == 16) in small_offset_p() 10351 && offset_high_part (offset_expr.X_add_number, offbits) == 0 in small_offset_p() 10352 && offset_high_part (offset_expr.X_add_number + range, offbits) == 0) in small_offset_p() 10391 int offbits = 16; in macro() local 11952 offbits = 9; in macro() 11957 offbits = 9; in macro() [all …]
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_support_format_cab.c | 2893 int offbits = offset_bits - 3; in lzx_decode_blocks() local 2895 if (!lzx_br_read_ahead(strm, &bre, offbits)) { in lzx_decode_blocks() 2901 copy_pos = lzx_br_bits(&bre, offbits) << 3; in lzx_decode_blocks() 2905 offbits + at_max_bits)) { in lzx_decode_blocks() 2910 lzx_br_consume(&bre, offbits); in lzx_decode_blocks() 2918 lzx_br_consume(&bre, offbits); in lzx_decode_blocks()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2013 | 965 fuse the offbits == 12 and old "ab" handling. Apply this handling 968 for offbits == 16 as well as offbits == 12. Use offset_reloc
|