Lines Matching defs:bp
93 struct bitpack_d bp; in bitpack_create() local
102 bp_pack_value (struct bitpack_d *bp, bitpack_word_t val, unsigned nbits) in bp_pack_value()
132 bp_pack_poly_value (struct bitpack_d *bp, in bp_pack_poly_value()
142 streamer_write_bitpack (struct bitpack_d *bp) in streamer_write_bitpack()
154 struct bitpack_d bp; in streamer_read_bitpack() local
163 bp_unpack_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_value()
191 bp_unpack_poly_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_poly_value()
272 bp_pack_int_in_range (struct bitpack_d *bp, in bp_pack_int_in_range()
291 bp_unpack_int_in_range (struct bitpack_d *bp, in bp_unpack_int_in_range()
320 #define bp_pack_enum(bp,enum_name,enum_last,val) \ argument
325 #define bp_unpack_enum(bp,enum_name,enum_last) \ argument