Searched refs:bpw (Results 1 – 2 of 2) sorted by relevance
910 static int bpw = 0; in multiply() local929 if (!bpw) { in multiply()930 bpw = sizeof(u_quad_t) * 8; in multiply()931 while (((u_quad_t)1 << (bpw-1)) == 0) in multiply()932 --bpw; in multiply()940 for (b1 = bpw; (((u_quad_t)1 << (b1-1)) & n1) == 0; --b1) in multiply()942 for (b2 = bpw; (((u_quad_t)1 << (b2-1)) & n2) == 0; --b2) in multiply()944 if (b1 + b2 - 2 > bpw) { in multiply()971 if (m >= ((u_quad_t)1 << (bpw-2))) { in multiply()
574 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert() argument578 UWORD iters = num_bytes / bpw; in endian_convert()579 if (bpw == 4) { in endian_convert()585 } else if (bpw == 8) { in endian_convert()