Searched defs:HEX_SIZE (Results 1 – 4 of 4) sorted by relevance
99 #define HEX_SIZE(type) (sizeof(type)*2) macro
28 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x) macro
51 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x) macro