ESP-IDF
mp_word
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mp_word
mp_word
Syntax
Show:
Summary
Declaration
from
libtommath.h:72
typedef
u64
mp_word
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
u64
mp_word
;
libtommath.h:72
mp_word
r
;
libtommath.h:2378
s_mp_mul_digs()
if
(
(
(
digs
)
<
MP_WARRAY
)
&&
libtommath.h:2382
s_mp_mul_digs()
(
1
<
<
(
(
CHAR_BIT
*
sizeof
(
mp_word
)
)
-
(
2
*
DIGIT_BIT
)
)
)
)
{
libtommath.h:2384
s_mp_mul_digs()
r
=
(
(
mp_word
)
*
tmpt
)
+
libtommath.h:2415
s_mp_mul_digs()
(
(
mp_word
)
tmpx
)
*
(
(
mp_word
)
*
tmpy
++
)
+
libtommath.h:2416
s_mp_mul_digs()
(
(
mp_word
)
u
)
;
libtommath.h:2417
s_mp_mul_digs()
*
tmpt
++
=
(
mp_digit
)
(
r
&
(
(
mp_word
)
MP_MASK
)
)
;
libtommath.h:2420
s_mp_mul_digs()
u
=
(
mp_digit
)
(
r
>
>
(
(
mp_word
)
DIGIT_BIT
)
)
;
libtommath.h:2423
s_mp_mul_digs()
mp_digit
W
[
MP_WARRAY
]
;
libtommath.h:2459
fast_s_mp_mul_digs()
register
mp_word
_W
;
libtommath.h:2460
fast_s_mp_mul_digs()
_W
+=
(
(
mp_word
)
*
tmpx
++
)
*
(
(
mp_word
)
*
tmpy
--
)
;
libtommath.h:2494
fast_s_mp_mul_digs()
_W
=
_W
>
>
(
(
mp_word
)
DIGIT_BIT
)
;
libtommath.h:2502
fast_s_mp_mul_digs()
mp_word
r
;
libtommath.h:2562
s_mp_sqr()
r
=
(
(
mp_word
)
t
.
dp
[
2
*
ix
]
)
+
libtommath.h:2576
s_mp_sqr()
(
(
mp_word
)
a
->
dp
[
ix
]
)
*
(
(
mp_word
)
a
->
dp
[
ix
]
)
;
libtommath.h:2577
s_mp_sqr()
t
.
dp
[
ix
+
ix
]
=
(
mp_digit
)
(
r
&
(
(
mp_word
)
MP_MASK
)
)
;
libtommath.h:2580
s_mp_sqr()
u
=
(
mp_digit
)
(
r
>
>
(
(
mp_word
)
DIGIT_BIT
)
)
;
libtommath.h:2583
s_mp_sqr()
r
=
(
(
mp_word
)
tmpx
)
*
(
(
mp_word
)
a
->
dp
[
iy
]
)
;
libtommath.h:2593
s_mp_sqr()
r
=
(
(
mp_word
)
*
tmpt
)
+
r
+
r
+
(
(
mp_word
)
u
)
;
libtommath.h:2598
s_mp_sqr()
*
tmpt
++
=
(
mp_digit
)
(
r
&
(
(
mp_word
)
MP_MASK
)
)
;
libtommath.h:2601
s_mp_sqr()
u
=
(
mp_digit
)
(
r
>
>
(
(
mp_word
)
DIGIT_BIT
)
)
;
libtommath.h:2604
s_mp_sqr()
r
=
(
(
mp_word
)
*
tmpt
)
+
(
(
mp_word
)
u
)
;
libtommath.h:2608
s_mp_sqr()
*
tmpt
++
=
(
mp_digit
)
(
r
&
(
(
mp_word
)
MP_MASK
)
)
;
libtommath.h:2609
s_mp_sqr()
u
=
(
mp_digit
)
(
r
>
>
(
(
mp_word
)
DIGIT_BIT
)
)
;
libtommath.h:2610
s_mp_sqr()
mp_word
r
;
libtommath.h:2630
s_mp_mul_high_digs()
r
=
(
(
mp_word
)
*
tmpt
)
+
libtommath.h:2663
s_mp_mul_high_digs()
(
(
mp_word
)
tmpx
)
*
(
(
mp_word
)
*
tmpy
++
)
+
libtommath.h:2664
s_mp_mul_high_digs()
(
(
mp_word
)
u
)
;
libtommath.h:2665
s_mp_mul_high_digs()
*
tmpt
++
=
(
mp_digit
)
(
r
&
(
(
mp_word
)
MP_MASK
)
)
;
libtommath.h:2668
s_mp_mul_high_digs()
u
=
(
mp_digit
)
(
r
>
>
(
(
mp_word
)
DIGIT_BIT
)
)
;
libtommath.h:2671
s_mp_mul_high_digs()
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