Home
last modified time | relevance | path

Searched refs:setw (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DIOStreamMacros.h17 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)(x))
18 #define RAWHEX16 RAW_HEXBASE << std::setw(4)
19 #define RAWHEX32 RAW_HEXBASE << std::setw(8)
20 #define RAWHEX64 RAW_HEXBASE << std::setw(16)
21 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
22 #define HEX16 HEXBASE << std::setw(4)
23 #define HEX32 HEXBASE << std::setw(8)
24 #define HEX64 HEXBASE << std::setw(16)
25 #define RAW_HEX(x) RAW_HEXBASE << std::setw(sizeof(x) * 2) << (x)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
[all …]
/freebsd-12-stable/contrib/opencsd/decoder/source/pkt_printers/
Draw_frame_printer.cpp56 oss << "Frame Data; Index" << std::setw(7) << index << "; "; in TraceRawFrameIn()
60 case OCSD_FRM_PACKED: oss << std::setw(15) << "RAW_PACKED; "; break; in TraceRawFrameIn()
61 case OCSD_FRM_HSYNC: oss << std::setw(15) << "HSYNC; "; break; in TraceRawFrameIn()
62 case OCSD_FRM_FSYNC: oss << std::setw(15) << "FSYNC; "; break; in TraceRawFrameIn()
64 oss << std::setw(10) << "ID_DATA["; in TraceRawFrameIn()
68 oss << "0x" << std::hex << std::setw(2) << std::setfill('0') << (uint16_t)traceID; in TraceRawFrameIn()
71 default: oss << std::setw(15) << "UNKNOWN; "; break; in TraceRawFrameIn()
97 oss << std::hex << std::setw(2) << std::setfill('0') << (uint32_t)pData[i] << " "; in createDataString()
/freebsd-12-stable/contrib/opencsd/decoder/source/
Dtrc_gen_elem.cpp125 …oss << "excep num (0x" << std::setfill('0') << std::setw(2) << std::hex << exception_number << ") … in toString()
146 … oss << " [ TS=0x" << std::setfill('0') << std::setw(12) << std::hex << timestamp << "]; "; in toString()
179 …oss << " (Ma:0x" << std::setfill('0') << std::setw(2) << std::hex << sw_trace_info.swt_master_id <… in printSWInfoPkt()
180 …oss << "Ch:0x" << std::setfill('0') << std::setw(2) << std::hex << sw_trace_info.swt_channel_id <<… in printSWInfoPkt()
190 oss << std::setw(1); in printSWInfoPkt()
199 oss << std::setw(2) << (uint16_t)((uint8_t *)ptr_extended_data)[0]; in printSWInfoPkt()
202 oss << std::setw(4) << ((uint16_t *)ptr_extended_data)[0]; in printSWInfoPkt()
205 oss << std::setw(8) << ((uint32_t *)ptr_extended_data)[0]; in printSWInfoPkt()
208 oss << std::setw(16) << ((uint64_t *)ptr_extended_data)[0]; in printSWInfoPkt()
222 … oss << " [ TS=0x" << std::setfill('0') << std::setw(12) << std::hex << timestamp << "]; "; in printSWInfoPkt()
Docsd_error.cpp214 oss << "0x" << std::hex << std::setfill('0') << std::setw(4) << code; in appendErrorDetails()
224 … oss << "CS ID=" << std::hex << std::setfill('0') << std::setw(2) << (uint16_t)chan_ID << "; "; in appendErrorDetails()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_stats_timing.cpp104 os << std::setw(width - 3) << std::right << "0.00" << std::setw(3) in formatSI()
118 os << std::fixed << std::setprecision(2) << std::setw(width - 3) in formatSI()
119 << std::right << (negative ? -interval : interval) << std::setw(2) in formatSI()
120 << ranges[i].prefix << std::setw(1) << unit; in formatSI()
126 os << std::setprecision(2) << std::fixed << std::right << std::setw(width - 3) in formatSI()
127 << interval << std::setw(3) << unit; in formatSI()
/freebsd-12-stable/contrib/opencsd/decoder/source/stm/
Dtrc_pkt_elem_stm.cpp113 … oss << "; TrigData=0x" << std::hex << std::setw(2) << std::setfill('0') << (uint16_t)payload.D8; in toString()
118 oss << "; Master=0x" << std::hex << std::setw(2) << std::setfill('0') << (uint16_t)master; in toString()
124 oss << "; Chan=0x" << std::hex << std::setw(4) << std::setfill('0') << channel; in toString()
129 oss << "; Data=0x" << std::hex << std::setw(1) << (uint16_t)(payload.D8 & 0xF); in toString()
134 oss << "; Data=0x" << std::hex << std::setw(2) << std::setfill('0') << (uint16_t)payload.D8; in toString()
139 oss << "; Data=0x" << std::hex << std::setw(4) << std::setfill('0') << payload.D16; in toString()
144 oss << "; Data=0x" << std::hex << std::setw(8) << std::setfill('0') << payload.D32; in toString()
149 oss << "; Data=0x" << std::hex << std::setw(16) << std::setfill('0') << payload.D64; in toString()
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
Dtrc_pkt_elem_ptm.cpp175 … oss << "CtxtID=0x" << std::hex << std::setw(8) << std::setfill('0') << context.ctxtID << "; "; in toString()
179 oss << "VMID=0x" << std::hex << std::setw(2) << std::setfill('0') << context.VMID << "; "; in toString()
320 oss << " [" << std::hex << std::setw(2) << std::setfill('0') << exception.number << "]; "; in getExcepStr()
334 oss << "Addr=0x" << std::hex << std::setfill('0') << std::setw(8) << (uint32_t)addr.val << "; "; in getISyncStr()
341 … oss << "CtxtID=" << std::hex << std::setw(8) << std::setfill('0') << context.ctxtID << "; "; in getISyncStr()
/freebsd-12-stable/contrib/libstdc++/include/backward/
Diomanip.h64 using std::setw;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp509 dbgstr << "SU(" << std::setw(3) << (*I)->NodeNum << ")"; in readyQueueVerboseDump()
605 dbgstr << "h" << std::setw(3) << SU->getHeight() << "|"; in SchedulingCost()
625 dbgstr << "d" << std::setw(3) << SU->getDepth() << "|"; in SchedulingCost()
660 dbgstr << "blk " << std::setw(2) << NumNodesBlocking << ")|"; in SchedulingCost()
752 dbgstr << "Total " << std::setw(4) << ResCount << ")"; in SchedulingCost()
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
Dtrc_pkt_elem_etmv4i.cpp470 … oss << "CID=0x" << std::hex << std::setfill('0') << std::setw(8) << context.ctxtID << "; "; in contextStr()
474 … oss << "VMID=0x" << std::hex << std::setfill('0') << std::setw(4) << context.VMID << "; "; in contextStr()
/freebsd-12-stable/contrib/opencsd/decoder/source/mem_acc/
Dtrc_mem_acc_base.cpp119 oss << std::hex << std::setw(2) << std::setfill('0') << m_startAddress << ":" << m_endAddress; in getMemAccString()
/freebsd-12-stable/contrib/opencsd/decoder/include/pkt_printers/
Dpkt_printer_t.h166 m_oss << "0x" << std::hex << std::setw(2) << std::setfill('0') << data << " "; in RawPacketDataMon()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/
DInterfaceFile.cpp92 Stream << std::setfill('0') << std::setw(2) << std::uppercase << std::hex in addUUID()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerSHA1.cpp214 SS << std::hex << std::setfill('0') << std::setw(2) << (unsigned)Sha1[i]; in Sha1ToString()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Diomanip24 T6 setw(int n);
239 // setw
271 setw(int __n)
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_iomanip.h242 setw(int __n) in setw() function
/freebsd-12-stable/tests/sys/fs/fusefs/
Dio.cc70 << std::setw(2) in compare()
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv3/
Dtrc_pkt_elem_etmv3.cpp576 oss << std::hex << std::setfill('0') << std::setw(8) << m_pkt_data.addr.val << "; "; in getISyncStr()
/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dcase_file.cc83 using std::setw;
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc2011 ss << std::setfill('0') << std::setw(2) << value; in FormatIntWidth2()
2025 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase in FormatByte()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2951 Name << std::setw(2) << std::setfill('0') << std::hex << Val; in initializeCallbacks()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20005504 * bits/std_iomanip.h (setw): Fix typo.