Searched refs:bitstr (Results 1 – 2 of 2) sorted by relevance
/linux/net/netfilter/ |
H A D | nf_conntrack_h323_asn1.c | 91 struct bitstr { struct 103 static unsigned int get_len(struct bitstr *bs); argument 104 static unsigned int get_bit(struct bitstr *bs); 105 static unsigned int get_bits(struct bitstr *bs, unsigned int b); 106 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b); 107 static unsigned int get_uint(struct bitstr *bs, int b); 110 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level); 111 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level); 112 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level); 113 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level); [all …]
|
/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 228 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()
|