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

  /external/valgrind/coregrind/
m_execontext.c 272 Int bpw = 8 * sizeof(UWord); local
273 w = (w << n) | (w >> (bpw-n));
  /external/openssh/
umac.c 555 static void endian_convert(void *buf, UWORD bpw, UINT32 num_bytes)
559 UWORD iters = num_bytes / bpw;
560 if (bpw == 4) {
566 } else if (bpw == 8) {
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 4400 Int bpw = 8 * sizeof(UWord); local
    [all...]

Completed in 99 milliseconds