Searched refs:bpw (Results 1 – 3 of 3) sorted by relevance
924 static int bpw = 0; in multiply() local943 if (!bpw) { in multiply()944 bpw = sizeof(u_quad_t) * 8; in multiply()945 while (((u_quad_t)1 << (bpw-1)) == 0) in multiply()946 --bpw; in multiply()954 for (b1 = bpw; (((u_quad_t)1 << (b1-1)) & n1) == 0; --b1) in multiply()956 for (b2 = bpw; (((u_quad_t)1 << (b2-1)) & n2) == 0; --b2) in multiply()958 if (b1 + b2 - 2 > bpw) { in multiply()985 if (m >= ((u_quad_t)1 << (bpw-2))) { in multiply()
21 bpw+KUM/iSCUYyEQov/4ighekdxfNaCZ20x+/IX+CIzCW6WhZlTTwRNzaZno+0qj
550 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert() argument554 UWORD iters = num_bytes / bpw; in endian_convert()555 if (bpw == 4) { in endian_convert()561 } else if (bpw == 8) { in endian_convert()