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

/external/valgrind/helgrind/
H A Dlibhb_core.c3663 /* hiB is the nr of bytes (higher addresses) from c to reach
3665 UWord hiB = 8 - (c & 7); local
3666 /* Compute 2-bit/byte mask representing hiB bytes [c..c+hiB[
3669 UShort mask = 0xFFFF << (16 - 2*hiB);
3672 if (LIKELY(rlen >= hiB)) {
3673 cline->u16s[cloff] = u16 & ~mask; /* clear all hiB from c */
3674 rlen -= hiB;
3675 c += hiB;
3679 mask = mask & ~(0xFFFF << (16 - 2*(hiB
[all...]

Completed in 1589 milliseconds