Home
last modified time | relevance | path

Searched refs:HEXBASE (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
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)
26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
27 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBRemote.cpp66 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
71 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
72 #define HEX16 HEXBASE << std::setw(4)
73 #define HEX32 HEXBASE << std::setw(8)
74 #define HEX64 HEXBASE << std::setw(16)
76 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
78 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
2842 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp66 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
71 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
72 #define HEX16 HEXBASE << std::setw(4)
73 #define HEX32 HEXBASE << std::setw(8)
74 #define HEX64 HEXBASE << std::setw(16)
76 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
78 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
2842 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DRNBRemote.cpp66 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
71 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
72 #define HEX16 HEXBASE << std::setw(4)
73 #define HEX32 HEXBASE << std::setw(8)
74 #define HEX64 HEXBASE << std::setw(16)
76 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
78 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
2842 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBRemote.cpp66 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
71 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
72 #define HEX16 HEXBASE << std::setw(4)
73 #define HEX32 HEXBASE << std::setw(8)
74 #define HEX64 HEXBASE << std::setw(16)
76 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
78 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
2842 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp61 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
66 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
67 #define HEX16 HEXBASE << std::setw(4)
68 #define HEX32 HEXBASE << std::setw(8)
69 #define HEX64 HEXBASE << std::setw(16)
71 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
73 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
3001 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBRemote.cpp66 #define HEXBASE '0' << 'x' << RAW_HEXBASE macro
71 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
72 #define HEX16 HEXBASE << std::setw(4)
73 #define HEX32 HEXBASE << std::setw(8)
74 #define HEX64 HEXBASE << std::setw(16)
76 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x)
78 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x)
2842 ostrm << "memory:" << HEXBASE << stack_memory.first << '='; in SendStopReplyPacketForThread()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dvarlena.c4485 #define HEXBASE 16 macro
4503 *--ptr = digits[value % HEXBASE]; in to_hex32()
4504 value /= HEXBASE; in to_hex32()
4527 *--ptr = digits[value % HEXBASE]; in to_hex64()
4528 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dvarlena.c4485 #define HEXBASE 16 macro
4503 *--ptr = digits[value % HEXBASE]; in to_hex32()
4504 value /= HEXBASE; in to_hex32()
4527 *--ptr = digits[value % HEXBASE]; in to_hex64()
4528 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dvarlena.c4485 #define HEXBASE 16 macro
4503 *--ptr = digits[value % HEXBASE]; in to_hex32()
4504 value /= HEXBASE; in to_hex32()
4527 *--ptr = digits[value % HEXBASE]; in to_hex64()
4528 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dvarlena.c4633 #define HEXBASE 16 macro
4651 *--ptr = digits[value % HEXBASE]; in to_hex32()
4652 value /= HEXBASE; in to_hex32()
4675 *--ptr = digits[value % HEXBASE]; in to_hex64()
4676 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dvarlena.c4677 #define HEXBASE 16 macro
4695 *--ptr = digits[value % HEXBASE]; in to_hex32()
4696 value /= HEXBASE; in to_hex32()
4719 *--ptr = digits[value % HEXBASE]; in to_hex64()
4720 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dvarlena.c4633 #define HEXBASE 16 macro
4651 *--ptr = digits[value % HEXBASE]; in to_hex32()
4652 value /= HEXBASE; in to_hex32()
4675 *--ptr = digits[value % HEXBASE]; in to_hex64()
4676 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dvarlena.c4633 #define HEXBASE 16 macro
4651 *--ptr = digits[value % HEXBASE]; in to_hex32()
4652 value /= HEXBASE; in to_hex32()
4675 *--ptr = digits[value % HEXBASE]; in to_hex64()
4676 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dvarlena.c4633 #define HEXBASE 16 macro
4651 *--ptr = digits[value % HEXBASE]; in to_hex32()
4652 value /= HEXBASE; in to_hex32()
4675 *--ptr = digits[value % HEXBASE]; in to_hex64()
4676 value /= HEXBASE; in to_hex64()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dvarlena.c4633 #define HEXBASE 16 macro
4651 *--ptr = digits[value % HEXBASE]; in to_hex32()
4652 value /= HEXBASE; in to_hex32()
4675 *--ptr = digits[value % HEXBASE]; in to_hex64()
4676 value /= HEXBASE; in to_hex64()

123