HomeSort by relevance Sort by last modified time
    Searched refs:bpw (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
m_execontext.c 236 Int bpw = 8 * sizeof(UWord); local
237 w = (w << n) | (w >> (bpw-n));
  /external/openssh/
umac.c 550 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes)
554 UWORD iters = num_bytes / bpw;
555 if (bpw == 4) {
561 } else if (bpw == 8) {
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 4047 Int bpw = 8 * sizeof(UWord); local
    [all...]

Completed in 545 milliseconds