Lines Matching defs:bs

100 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;}  argument
101 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;} argument
102 #define BYTE_ALIGN(bs) if((bs)->bit){(bs)->cur++;(bs)->bit=0;} argument
150 static unsigned int get_len(struct bitstr *bs) in get_len()
165 static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits) in nf_h323_error_boundary()
178 static unsigned int get_bit(struct bitstr *bs) in get_bit()
188 static unsigned int get_bits(struct bitstr *bs, unsigned int b) in get_bits()
213 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b) in get_bitmap()
252 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint()
276 static int decode_nul(struct bitstr *bs, const struct field_t *f, in decode_nul()
284 static int decode_bool(struct bitstr *bs, const struct field_t *f, in decode_bool()
295 static int decode_oid(struct bitstr *bs, const struct field_t *f, in decode_oid()
314 static int decode_int(struct bitstr *bs, const struct field_t *f, in decode_int()
361 static int decode_enum(struct bitstr *bs, const struct field_t *f, in decode_enum()
377 static int decode_bitstr(struct bitstr *bs, const struct field_t *f, in decode_bitstr()
413 static int decode_numstr(struct bitstr *bs, const struct field_t *f, in decode_numstr()
433 static int decode_octstr(struct bitstr *bs, const struct field_t *f, in decode_octstr()
486 static int decode_bmpstr(struct bitstr *bs, const struct field_t *f, in decode_bmpstr()
515 static int decode_seq(struct bitstr *bs, const struct field_t *f, in decode_seq()
648 static int decode_seqof(struct bitstr *bs, const struct field_t *f, in decode_seqof()
744 static int decode_choice(struct bitstr *bs, const struct field_t *f, in decode_choice()
831 struct bitstr bs; in DecodeRasMessage() local
847 struct bitstr bs; in DecodeH323_UserInformation() local
865 struct bitstr bs; in DecodeMultimediaSystemControlMessage() local