Searched defs:bpw (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dm_execontext.c272 Int bpw = 8 * sizeof(UWord); local
273 w = (w << n) | (w >> (bpw-n));
/external/openssh/
H A Dumac.c549 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) argument
553 UWORD iters = num_bytes / bpw;
554 if (bpw == 4) {
560 } else if (bpw == 8) {
/external/valgrind/helgrind/
H A Dlibhb_core.c4400 Int bpw = 8 * sizeof(UWord); local
4401 w = (w << n) | (w >> (bpw-n));

Completed in 126 milliseconds