Searched refs:bitstr (Results 1 – 2 of 2) sorted by relevance
91 struct bitstr { struct103 static unsigned int get_len(struct bitstr *bs); argument104 static unsigned int get_bit(struct bitstr *bs);105 static unsigned int get_bits(struct bitstr *bs, unsigned int b);107 static unsigned int get_uint(struct bitstr *bs, int b);150 static unsigned int get_len(struct bitstr *bs) in get_len()178 static unsigned int get_bit(struct bitstr *bs) in get_bit()252 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint()827 struct bitstr bs; in DecodeRasMessage()843 struct bitstr bs; in DecodeH323_UserInformation()[all …]
228 const char **bitstr; in print_flags() local232 bitstr = bitarray + 42; in print_flags()237 if (bitstr[(r >> bit) & 1][0]) in print_flags()238 fputs(bitstr[(r >> bit) & 1], stdout); in print_flags()239 bitstr -= 2; in print_flags()
Completed in 8 milliseconds