Lines Matching refs:clump
136 const unsigned long *const clump)
141 pr_warn("[%s:%u] bit offset for clump out-of-bounds: expected less than %u, got %u\n",
148 pr_warn("[%s:%u] bit offset for zero clump: expected nonzero clump, got bit offset %u with clump value 0",
153 if (*clump != exp) {
154 pr_warn("[%s:%u] expected clump value of 0x%lX, got clump value of 0x%lX",
155 srcfile, line, exp, *clump);
713 0x38, /* Repeated clump */
724 unsigned long clump;
737 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS)
738 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump);