netxduo
MAJ_FUNC
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
MAJ_FUNC
MAJ_FUNC macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_sha2.c:41
#define
MAJ_FUNC
(
x
,
y
,
z
)
(
(
(
x
)
&
(
y
)
)
^
(
(
x
)
&
(
z
)
)
^
(
(
y
)
&
(
z
)
)
)
Arguments
Argument
x
y
z
Examples
References
from
examples
Code
Location
#define
MAJ_FUNC
(
x
,
y
,
z
)
(
(
(
x
)
&
(
y
)
)
^
(
(
x
)
&
(
z
)
)
^
(
(
y
)
&
(
z
)
)
)
nx_crypto_sha2.c:41
#define
MAJ_FUNC
(
x
,
y
,
z
)
(
(
(
x
)
&
(
y
)
)
^
(
(
x
)
&
(
z
)
)
^
(
(
y
)
&
(
z
)
)
)
nx_crypto_sha5.c:53
temp2
=
LARGE_SIGMA_0
(
a
)
+
MAJ_FUNC
(
a
,
b
,
c
)
;
nx_crypto_sha2.c:465
temp2
=
LARGE_SIGMA_0
(
h
)
+
MAJ_FUNC
(
h
,
a
,
b
)
;
nx_crypto_sha2.c:471
temp2
=
LARGE_SIGMA_0
(
g
)
+
MAJ_FUNC
(
g
,
h
,
a
)
;
nx_crypto_sha2.c:477
temp2
=
LARGE_SIGMA_0
(
f
)
+
MAJ_FUNC
(
f
,
g
,
h
)
;
nx_crypto_sha2.c:483
temp2
=
LARGE_SIGMA_0
(
e
)
+
MAJ_FUNC
(
e
,
f
,
g
)
;
nx_crypto_sha2.c:489
temp2
=
LARGE_SIGMA_0
(
d
)
+
MAJ_FUNC
(
d
,
e
,
f
)
;
nx_crypto_sha2.c:496
temp2
=
LARGE_SIGMA_0
(
c
)
+
MAJ_FUNC
(
c
,
d
,
e
)
;
nx_crypto_sha2.c:502
temp2
=
LARGE_SIGMA_0
(
b
)
+
MAJ_FUNC
(
b
,
c
,
d
)
;
nx_crypto_sha2.c:508
temp2
=
LARGE_SIGMA_0
(
a
)
+
MAJ_FUNC
(
a
,
b
,
c
)
;
nx_crypto_sha2.c:519
temp2
=
LARGE_SIGMA_0
(
h
)
+
MAJ_FUNC
(
h
,
a
,
b
)
;
nx_crypto_sha2.c:525
temp2
=
LARGE_SIGMA_0
(
g
)
+
MAJ_FUNC
(
g
,
h
,
a
)
;
nx_crypto_sha2.c:531
temp2
=
LARGE_SIGMA_0
(
f
)
+
MAJ_FUNC
(
f
,
g
,
h
)
;
nx_crypto_sha2.c:537
temp2
=
LARGE_SIGMA_0
(
e
)
+
MAJ_FUNC
(
e
,
f
,
g
)
;
nx_crypto_sha2.c:543
temp2
=
LARGE_SIGMA_0
(
d
)
+
MAJ_FUNC
(
d
,
e
,
f
)
;
nx_crypto_sha2.c:550
temp2
=
LARGE_SIGMA_0
(
c
)
+
MAJ_FUNC
(
c
,
d
,
e
)
;
nx_crypto_sha2.c:556
temp2
=
LARGE_SIGMA_0
(
b
)
+
MAJ_FUNC
(
b
,
c
,
d
)
;
nx_crypto_sha2.c:562
temp2
=
LARGE_SIGMA_0
(
a
)
+
MAJ_FUNC
(
a
,
b
,
c
)
;
nx_crypto_sha5.c:549
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