ESP-IDF
mp_iszero
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
mp_iszero
mp_iszero macro
Syntax
Show:
Summary
Declaration
from
libtommath.h:124
#define
mp_iszero
(
a
)
(
(
(
a
)
->
used
==
0
)
?
MP_YES
:
MP_NO
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
mp_iszero
(
a
)
(
(
(
a
)
->
used
==
0
)
?
MP_YES
:
MP_NO
)
libtommath.h:124
while
(
mp_iszero
(
&
t
)
==
0
)
{
libtommath.h:1011
if
(
mp_iszero
(
b
)
==
1
)
{
libtommath.h:1638
c
->
sign
=
(
mp_iszero
(
c
)
==
MP_YES
)
?
MP_ZPOS
:
n2
;
libtommath.h:1688
d
->
sign
=
(
mp_iszero
(
d
)
==
MP_YES
)
?
MP_ZPOS
:
n
;
libtommath.h:1692
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