Lines Matching defs:bits
866 int bits;
870 int new_off, pad_bits, bits, i;
895 pad_bits = pads[i].bits;
929 bits = min(next_off - cur_off, pad_bits);
930 if (bits == pad_bits) {
932 cur_off += bits;
943 pad_bits = pads[i].bits;
944 if (pad_bits < bits)
947 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, bits);
948 cur_off += bits;
1155 * non-zero upper 32-bits (which means that all values
1759 /* Maximum supported bitfield size is 64 bits */
1766 * stored in num, then we left/right shift num to eliminate irrelevant bits.