Searched refs:bitstr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 94 struct bitstr { struct 106 static unsigned int get_len(struct bitstr *bs); argument 107 static unsigned int get_bit(struct bitstr *bs); 108 static unsigned int get_bits(struct bitstr *bs, unsigned int b); 109 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b); 110 static unsigned int get_uint(struct bitstr *bs, int b); 113 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level); 114 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level); 115 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level); 116 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level); [all …]
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 236 const char **bitstr; in print_flags() local 240 bitstr = bitarray + 42; in print_flags() 245 if (bitstr[(r >> bit) & 1][0]) in print_flags() 246 fputs(bitstr[(r >> bit) & 1], stdout); in print_flags() 247 bitstr -= 2; in print_flags()
|