Searched refs:bpw (Results 1 – 2 of 2) sorted by relevance
450 static int bpw = 0; in rmultiply() local464 if (!bpw) { in rmultiply()465 bpw = sizeof(u_quad_t) * 8; in rmultiply()466 while (((u_quad_t)1 << (bpw-1)) == 0) in rmultiply()467 --bpw; in rmultiply()475 for (b1 = bpw; (((u_quad_t)1 << (b1-1)) & n1) == 0; --b1) in rmultiply()477 for (b2 = bpw; (((u_quad_t)1 << (b2-1)) & n2) == 0; --b2) in rmultiply()479 if (b1 + b2 - 2 > bpw) { in rmultiply()505 if (m >= ((u_quad_t)1 << (bpw-2))) { in rmultiply()
554 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert() argument558 UWORD iters = num_bytes / bpw; in endian_convert()559 if (bpw == 4) { in endian_convert()565 } else if (bpw == 8) { in endian_convert()