OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ror32
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/linux/
bitops.h
46
*
ror32
- rotate a 32-bit value right
51
static inline __u32
ror32
(__u32 word, unsigned int shift)
function
/external/valgrind/main/VEX/priv/
host_arm_defs.c
429
static UInt
ROR32
( UInt x, UInt sh ) {
456
vex_printf("0x%x",
ROR32
(ri84->ARMri84.I84.imm8,
[
all
...]
host_arm_isel.c
264
static UInt
ROR32
( UInt x, UInt sh ) {
283
u =
ROR32
(u, 30);
[
all
...]
guest_arm_toIR.c
210
static UInt
ROR32
( UInt x, UInt sh ) {
[
all
...]
Completed in 1567 milliseconds