Home
last modified time | relevance | path

Searched refs:bpw (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libc/gen/
H A Dlogin_cap.c924 static int bpw = 0; in multiply() local
943 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()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3440.crt21 bpw+KUM/iSCUYyEQov/4ighekdxfNaCZ20x+/IX+CIzCW6WhZlTTwRNzaZno+0qj
/openbsd/usr.bin/ssh/
H A Dumac.c550 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) in endian_convert() argument
554 UWORD iters = num_bytes / bpw; in endian_convert()
555 if (bpw == 4) { in endian_convert()
561 } else if (bpw == 8) { in endian_convert()