Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c89 struct bitstr { struct
101 static unsigned int get_len(struct bitstr *bs); argument
102 static unsigned int get_bit(struct bitstr *bs);
103 static unsigned int get_bits(struct bitstr *bs, unsigned int b);
104 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b);
105 static unsigned int get_uint(struct bitstr *bs, int b);
108 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level);
109 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level);
110 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level);
111 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level);
[all …]
/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c228 const char **bitstr; in print_flags() local
232 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()