Lines Matching refs:RAW_HEXBASE
66 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right macro
67 #define HEXBASE '0' << 'x' << RAW_HEXBASE
68 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)((uint8_t)x))
69 #define RAWHEX16 RAW_HEXBASE << std::setw(4)
70 #define RAWHEX32 RAW_HEXBASE << std::setw(8)
71 #define RAWHEX64 RAW_HEXBASE << std::setw(16)
76 #define RAW_HEX(x) RAW_HEXBASE << std::setw(sizeof(x) * 2) << (x)
78 #define RAWHEX_SIZE(x, sz) RAW_HEXBASE << std::setw((sz)) << (x)
1577 ostrm << RAW_HEXBASE << shlib_info_addr; in HandlePacket_qShlibInfoAddr()
1954 ostrm << RAW_HEXBASE << reg_entry->value_regnums[i]; in HandlePacket_qRegisterInfo()
1964 ostrm << RAW_HEXBASE << reg_entry->invalidate_regnums[i]; in HandlePacket_qRegisterInfo()
2953 exit_packet << RAW_HEXBASE << "description"; in HandlePacket_last_signal()
3358 ostrm << RAW_HEXBASE << addr; in HandlePacket_AllocateMemory()