Searched defs:TOBN (Results 1 – 1 of 1) sorted by relevance
61 #define TOBN(lo, hi) lo, hi macro63 #define TOBN(lo, hi) ((BN_ULONG)hi << 32 | lo) macro