Searched refs:setw (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOStreamMacros.h18 #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)
22 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
23 #define HEX16 HEXBASE << std::setw(4)
24 #define HEX32 HEXBASE << std::setw(8)
25 #define HEX64 HEXBASE << std::setw(16)
26 #define RAW_HEX(x) RAW_HEXBASE << std::setw(sizeof(x)*2) << (x)
27 #define HEX(x) HEXBASE << std::setw(sizeo
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DDisassembler.cpp64 << std::setw(bits/4);
/freebsd-10.2-release/contrib/libstdc++/include/backward/
H A Diomanip.h64 using std::setw;
/freebsd-10.2-release/contrib/libstdc++/include/std/
H A Dstd_iomanip.h242 setw(int __n) function

Completed in 64 milliseconds