MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / append_uint

Method append_uint

lib/asmjit/asmjit/core/string.h:329–331  ·  view source on GitHub ↗

Appends a formatted integer `i` (unsigned).

Source from the content-addressed store, hash-verified

327
328 //! Appends a formatted integer `i` (unsigned).
329 ASMJIT_INLINE_NODEBUG Error append_uint(uint64_t i, uint32_t base = 0, size_t width = 0, StringFormatFlags flags = StringFormatFlags::kNone) noexcept {
330 return _op_number(ModifyOp::kAppend, i, base, width, flags);
331 }
332
333 //! Appends the given `data` converted to a HEX string.
334 ASMJIT_INLINE_NODEBUG Error append_hex(const void* data, size_t size, char separator = '\0') noexcept {

Callers 6

UNITFunction · 0.80
format_data_helperFunction · 0.80
format_registerMethod · 0.80
format_operandMethod · 0.80
format_operandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected