Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_h323_asn1.c91 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);
107 static unsigned int get_uint(struct bitstr *bs, int b);
150 static unsigned int get_len(struct bitstr *bs) in get_len()
178 static unsigned int get_bit(struct bitstr *bs) in get_bit()
252 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint()
827 struct bitstr bs; in DecodeRasMessage()
843 struct bitstr bs; in DecodeH323_UserInformation()
[all …]
/linux-6.3-rc2/tools/testing/selftests/x86/
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()

Completed in 8 milliseconds