Searched refs:RAW_HEXBASE (Results 1 – 3 of 3) sorted by relevance
16 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right macro17 #define HEXBASE '0' << 'x' << RAW_HEXBASE18 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)(x))19 #define RAWHEX16 RAW_HEXBASE << std::setw(4)20 #define RAWHEX32 RAW_HEXBASE << std::setw(8)21 #define RAWHEX64 RAW_HEXBASE << std::setw(16)26 #define RAW_HEX(x) RAW_HEXBASE << std::setw(sizeof(x)*2) << (x)
38 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right macro39 #define HEXBASE '0' << 'x' << RAW_HEXBASE40 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)((uint8_t)x))41 #define RAWHEX16 RAW_HEXBASE << std::setw(4)42 #define RAWHEX32 RAW_HEXBASE << std::setw(8)43 #define RAWHEX64 RAW_HEXBASE << std::setw(16)48 #define RAW_HEX(x) RAW_HEXBASE << std::setw(sizeof(x)*2) << (x)50 #define RAWHEX_SIZE(x, sz) RAW_HEXBASE << std::setw((sz)) << (x)1380 ostrm << RAW_HEXBASE << shlib_info_addr; in HandlePacket_qShlibInfoAddr()1748 ostrm << RAW_HEXBASE << reg_entry->nub_info.pseudo_regs[i]; in HandlePacket_qRegisterInfo()[all …]
294 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right macro403 profile_data_stream << RAW_HEXBASE << std::setw(2); in GetProfileData()