OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rol32
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c
568
static inline UInt
ROL32
( UInt w, Int n ) {
581
w = p[0]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
582
w = p[1]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
583
w = p[2]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
584
w = p[3]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
591
w = p[0]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
607
w = p[0]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
618
w = p[0]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
620
w = p[1]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w;
631
w = p[0]; sum1 =
ROL32
(sum1 ^ w, 31); sum2 += w
[
all
...]
/external/kernel-headers/original/linux/
bitops.h
35
*
rol32
- rotate a 32-bit value left
40
static inline __u32
rol32
(__u32 word, unsigned int shift)
function
/external/valgrind/main/helgrind/
libhb_core.c
[
all
...]
Completed in 2086 milliseconds