Symbol: bitstr
net/netfilter/nf_conntrack_h323_asn1.c
101
static unsigned int get_len(struct bitstr *bs);
net/netfilter/nf_conntrack_h323_asn1.c
102
static unsigned int get_bit(struct bitstr *bs);
net/netfilter/nf_conntrack_h323_asn1.c
103
static unsigned int get_bits(struct bitstr *bs, unsigned int b);
net/netfilter/nf_conntrack_h323_asn1.c
104
static unsigned int get_bitmap(struct bitstr *bs, unsigned int b);
net/netfilter/nf_conntrack_h323_asn1.c
105
static unsigned int get_uint(struct bitstr *bs, int b);
net/netfilter/nf_conntrack_h323_asn1.c
108
static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
109
static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
110
static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
111
static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
112
static int decode_enum(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
113
static int decode_bitstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
114
static int decode_numstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
115
static int decode_octstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
116
static int decode_bmpstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
117
static int decode_seq(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
118
static int decode_seqof(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
119
static int decode_choice(struct bitstr *bs, const struct field_t *f, char *base, int level);
net/netfilter/nf_conntrack_h323_asn1.c
122
typedef int (*decoder_t)(struct bitstr *, const struct field_t *, char *, int);
net/netfilter/nf_conntrack_h323_asn1.c
148
static unsigned int get_len(struct bitstr *bs)
net/netfilter/nf_conntrack_h323_asn1.c
163
static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits)
net/netfilter/nf_conntrack_h323_asn1.c
176
static unsigned int get_bit(struct bitstr *bs)
net/netfilter/nf_conntrack_h323_asn1.c
186
static unsigned int get_bits(struct bitstr *bs, unsigned int b)
net/netfilter/nf_conntrack_h323_asn1.c
211
static unsigned int get_bitmap(struct bitstr *bs, unsigned int b)
net/netfilter/nf_conntrack_h323_asn1.c
250
static unsigned int get_uint(struct bitstr *bs, int b)
net/netfilter/nf_conntrack_h323_asn1.c
274
static int decode_nul(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
282
static int decode_bool(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
293
static int decode_oid(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
312
static int decode_int(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
361
static int decode_enum(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
377
static int decode_bitstr(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
413
static int decode_numstr(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
433
static int decode_octstr(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
481
static int decode_bmpstr(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
510
static int decode_seq(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
643
static int decode_seqof(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
739
static int decode_choice(struct bitstr *bs, const struct field_t *f,
net/netfilter/nf_conntrack_h323_asn1.c
826
struct bitstr bs;
net/netfilter/nf_conntrack_h323_asn1.c
842
struct bitstr bs;
net/netfilter/nf_conntrack_h323_asn1.c
860
struct bitstr bs;
tools/testing/selftests/x86/test_syscall_vdso.c
228
const char **bitstr;
tools/testing/selftests/x86/test_syscall_vdso.c
232
bitstr = bitarray + 42;
tools/testing/selftests/x86/test_syscall_vdso.c
237
if (bitstr[(r >> bit) & 1][0])
tools/testing/selftests/x86/test_syscall_vdso.c
238
fputs(bitstr[(r >> bit) & 1], stdout);
tools/testing/selftests/x86/test_syscall_vdso.c
239
bitstr -= 2;