OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rotr64
(Results
1 - 14
of
14
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h
568
#pragma push_macro ("
_rotr64
")
571
#undef
_rotr64
macro
573
__MINGW_EXTENSION unsigned __int64 __cdecl
_rotr64
(unsigned __int64 Value,int Shift);
575
#pragma pop_macro ("
_rotr64
")
584
__MINGW_EXTENSION unsigned __int64 __cdecl
_rotr64
(unsigned __int64 _Val,int _Shift);
intrin.h
513
#undef
_rotr64
macro
515
__MACHINE(__MINGW_EXTENSION unsigned __int64 __cdecl
_rotr64
(unsigned __int64,int))
517
#define
_rotr64
__rorq
macro
[
all
...]