netxduo
HN_RADIX
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
HN_RADIX
HN_RADIX macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_huge_number.h:93
#define
HN_RADIX
0x100000000
Examples
References
from
examples
Code
Location
#define
HN_RADIX
0x100000000
nx_crypto_huge_number.h:93
product
=
HN_RADIX
;
nx_crypto_huge_number.c:467
product
+=
(
HN_UBASE2
)
(
(
HN_RADIX
-
1
)
+
left_buffer
[
i
]
-
right_buffer
[
i
]
)
;
nx_crypto_huge_number.c:473
product
+=
(
HN_UBASE2
)
(
(
HN_RADIX
-
1
)
+
left_buffer
[
i
]
)
;
nx_crypto_huge_number.c:481
product
=
(
HN_UBASE2
)
(
HN_RADIX
+
buffer
[
0
]
-
digit
)
;
nx_crypto_huge_number.c:615
product
=
(
HN_UBASE2
)
(
HN_RADIX
+
(
HN_UBASE
)
buffer
[
i
]
-
1
)
;
nx_crypto_huge_number.c:621
mm_buffer
[
0
]
=
(
HN_UBASE
)
(
HN_RADIX
-
mm_buffer
[
0
]
)
;
nx_crypto_huge_number.c:2649
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