Lines Matching refs:clump
132 const unsigned long *const clump)
137 pr_warn("[%s:%u] bit offset for clump out-of-bounds: expected less than %u, got %u\n",
144 pr_warn("[%s:%u] bit offset for zero clump: expected nonzero clump, got bit offset %u with clump value 0",
149 if (*clump != exp) {
150 pr_warn("[%s:%u] expected clump value of 0x%lX, got clump value of 0x%lX",
151 srcfile, line, exp, *clump);
538 0x38, /* Repeated clump */
549 unsigned long clump;
562 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS)
563 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump);