Home | History | Annotate | Download | only in coregrind

Lines Matching defs:k32

1451    UInt k32 = kHi ^ kLo;
1454 k32 = (k32 >> ror) | (k32 << (32-ror));
1455 return (HTTno)(k32 % N_HTTES_PER_SECTOR);