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

/external/valgrind/main/coregrind/
H A Dm_execontext.c236 Int bpw = 8 * sizeof(UWord); local
237 w = (w << n) | (w >> (bpw-n));
/external/openssh/
H A Dumac.c550 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes) argument
554 UWORD iters = num_bytes / bpw;
555 if (bpw == 4) {
561 } else if (bpw == 8) {
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4148 Int bpw = 8 * sizeof(UWord); local
4149 w = (w << n) | (w >> (bpw-n));

Completed in 58 milliseconds