Home
last modified time | relevance | path

Searched refs:len_bits (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gdb/gdb/
HDi386v-nat.c142 int read_write_bits, len_bits; in i386_insert_aligned_watchpoint() local
160 len_bits = DR_LEN_1; in i386_insert_aligned_watchpoint()
165 len_bits = DR_LEN_2; in i386_insert_aligned_watchpoint()
172 len_bits = DR_LEN_4; in i386_insert_aligned_watchpoint()
180 ((read_write_bits | len_bits) in i386_insert_aligned_watchpoint()
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_lha.c107 int len_bits; member
1808 ds->lt.len_bits = 9; in lzh_decode_init()
2090 ds->pt.len_bits = ds->literal_pt_len_bits; in lzh_read_blocks()
2097 if (!lzh_br_read_ahead(strm, br, ds->pt.len_bits)) { in lzh_read_blocks()
2103 ds->pt.len_avail = lzh_br_bits(br, ds->pt.len_bits); in lzh_read_blocks()
2104 lzh_br_consume(br, ds->pt.len_bits); in lzh_read_blocks()
2110 ds->pt.len_bits)) { in lzh_read_blocks()
2117 lzh_br_bits(br, ds->pt.len_bits))) in lzh_read_blocks()
2119 lzh_br_consume(br, ds->pt.len_bits); in lzh_read_blocks()
2177 if (!lzh_br_read_ahead(strm, br, ds->lt.len_bits)) { in lzh_read_blocks()
[all …]