Symbol: get_bits
drivers/edac/thunderx_edac.c
499
bank ^= get_bits(addr, 12 + lmc->xbits, lmc->bank_width);
drivers/edac/thunderx_edac.c
506
xbits ^= get_bits(addr, 20, lmc->xbits) ^
drivers/edac/thunderx_edac.c
507
get_bits(addr, 12, lmc->xbits);
drivers/hid/bpf/progs/Wacom__ArtPen.bpf.c
101
return (__u8 *)get_bits(data, offset);
drivers/hid/bpf/progs/Wacom__ArtPen.bpf.c
96
return (__u16 *)get_bits(data, offset);
lib/decompress_bunzip2.c
175
i = get_bits(bd, 24);
lib/decompress_bunzip2.c
176
j = get_bits(bd, 24);
lib/decompress_bunzip2.c
177
bd->headerCRC = get_bits(bd, 32);
lib/decompress_bunzip2.c
185
if (get_bits(bd, 1))
lib/decompress_bunzip2.c
187
origPtr = get_bits(bd, 24);
lib/decompress_bunzip2.c
195
t = get_bits(bd, 16);
lib/decompress_bunzip2.c
199
k = get_bits(bd, 16);
lib/decompress_bunzip2.c
206
groupCount = get_bits(bd, 3);
lib/decompress_bunzip2.c
214
nSelectors = get_bits(bd, 15);
lib/decompress_bunzip2.c
221
for (j = 0; get_bits(bd, 1); j++)
lib/decompress_bunzip2.c
247
t = get_bits(bd, 5)-1;
lib/decompress_bunzip2.c
259
k = get_bits(bd, 2);
lib/decompress_bunzip2.c
383
j = get_bits(bd, hufGroup->maxLen);
lib/decompress_bunzip2.c
664
i = get_bits(bd, 32);
net/netfilter/nf_conntrack_h323_asn1.c
105
static unsigned int get_bits(struct bitstr *bs, unsigned int b);
net/netfilter/nf_conntrack_h323_asn1.c
333
len = get_bits(bs, 2) + 1;
net/netfilter/nf_conntrack_h323_asn1.c
425
len = get_bits(bs, f->sz) + f->lb;
net/netfilter/nf_conntrack_h323_asn1.c
474
len = get_bits(bs, f->sz) + f->lb;
net/netfilter/nf_conntrack_h323_asn1.c
505
len = get_bits(bs, f->sz) + f->lb;
net/netfilter/nf_conntrack_h323_asn1.c
593
bmp2_len = get_bits(bs, 7) + 1;
net/netfilter/nf_conntrack_h323_asn1.c
688
count = get_bits(bs, f->sz);
net/netfilter/nf_conntrack_h323_asn1.c
766
type = get_bits(bs, 7) + f->lb;
net/netfilter/nf_conntrack_h323_asn1.c
771
type = get_bits(bs, f->sz);
tools/firewire/nosy-dump.c
710
bits = get_bits(packet, offset, f->width);
tools/firewire/nosy-dump.c
725
bits = get_bits(packet, offset, high_width);
tools/firewire/nosy-dump.c
727
get_bits(packet, offset + high_width, low_width);
tools/firewire/nosy-dump.c
729
bits = get_bits(packet, offset, f->width);