OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rol64
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/qemu/
bitops.h
247
*
rol64
- rotate a 64-bit value left
251
static inline uint64_t
rol64
(uint64_t word, unsigned int shift)
function
/external/qemu/tcg/
optimize.c
252
return
rol64
(x, y);
[
all
...]
Completed in 200 milliseconds