ESP-IDF
RORc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RORc
RORc macro
Syntax
Show:
Summary
Declaration
from
des-internal.c:42
#define
RORc
(
x
,
y
)
\
(
(
(
(
(
unsigned
long
)
(
x
)
&
0xFFFFFFFFUL
)
>
>
\
(
unsigned
long
)
(
(
y
)
&
31
)
)
|
\
(
(
unsigned
long
)
(
x
)
<
<
(
unsigned
long
)
(
32
-
(
(
y
)
&
31
)
)
)
)
&
\
0xFFFFFFFFUL
)
Arguments
Argument
x
y
Examples
References
from
examples
Code
Location
#define
RORc
(
x
,
y
)
\
des-internal.c:42
work
=
RORc
(
right
,
4
)
^
*
keys
++
;
des-internal.c:350
work
=
RORc
(
leftt
,
4
)
^
*
keys
++
;
des-internal.c:361
right
=
RORc
(
right
,
1
)
;
des-internal.c:373
leftt
=
RORc
(
leftt
,
1
)
;
des-internal.c:377
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out