Searched refs:RAWHEX8 (Results 1 – 2 of 2) sorted by relevance
17 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)(x)) macro
70 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)((uint8_t)x)) macro631 packet_sstrm << RAWHEX8(ubuf8[i]); in SendHexEncodedBytePacket()2671 ostrm << RAWHEX8(p[i]); in append_hex_value()2674 ostrm << RAWHEX8(p[i]); in append_hex_value()2694 ostrm << RAWHEX8(*(string_buf + i)); in append_hexified_string()2732 ostrm << RAWHEX8(reg->debugserver_regnum) << ':'; in debugserver_regnum_with_fixed_width_hex_register_value()2877 ostrm << RAWHEX8(signum & 0xff); in SendStopReplyPacketForThread()2892 ostrm << RAWHEX8(u_thread_name[i]); in SendStopReplyPacketForThread()3089 exit_packet << RAWHEX8(exit_info[i]); in HandlePacket_last_signal()3219 ostrm << RAWHEX8(buf[i]); in HandlePacket_m()[all …]