HN_BASE is only used within netxduo.
 
Symbols
loading...
Files
loading...

HN_BASE macro

Syntax

#define HN_BASE LONG

References

LocationText
nx_crypto_huge_number.h:88
#define HN_BASE LONG
nx_crypto_huge_number.c:1542
value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow;
nx_crypto_huge_number.c:1561
value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow;
nx_crypto_huge_number.h:94
#define HN_SHIFT (sizeof(HN_BASE) << 3)
nx_crypto_huge_number.h:95
#define HN_SIZE_ROUND (sizeof(HN_BASE) - 1)