Home
last modified time | relevance | path

Searched defs:format_hex (Results 1 – 25 of 83) sorted by relevance

1234

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dcdv_bin_cb.erl75 format_hex(<<>>,_) -> function
77 format_hex(<<B1:4,B2:4>>,_) -> function
79 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
82 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_bin_cb.erl75 format_hex(<<>>,_) -> function
77 format_hex(<<B1:4,B2:4>>,_) -> function
79 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
82 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/
H A Dcdv_bin_cb.erl75 format_hex(<<>>,_) -> function
77 format_hex(<<B1:4,B2:4>>,_) -> function
79 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
82 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_bin_cb.erl75 format_hex(<<>>,_) -> function
77 format_hex(<<B1:4,B2:4>>,_) -> function
79 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
82 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_bin_cb.erl75 format_hex(<<>>,_) -> function
77 format_hex(<<B1:4,B2:4>>,_) -> function
79 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
82 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_bin_cb.erl75 format_hex(<<>>,_) -> function
77 format_hex(<<B1:4,B2:4>>,_) -> function
79 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
82 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/
H A Dcdv_bin_cb.erl74 format_hex(<<>>,_) -> function
76 format_hex(<<B1:4,B2:4>>,_) -> function
78 format_hex(<<B1:4,B2:4,Bin/binary>>,0) -> function
81 format_hex(<<B1:4,B2:4,Bin/binary>>,N) -> function
/dports/devel/py-black/black-21.7b0/src/black/
H A Dnumerics.py7 def format_hex(text: str) -> str: function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DThreadWidget.cpp265 const auto format_hex = [](u32 value) { in Update() local
340 const auto format_hex = [](const std::optional<u32>& value) { in UpdateThreadContext() local
436 const auto format_hex = [](u32 value) { in UpdateThreadCallstack() local
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dutil.cc58 std::string format_hex(uint8_t c) { in format_hex() function
68 std::string format_hex(const uint8_t *s, size_t len) { in format_hex() function
81 std::string format_hex(const std::string &s) { in format_hex() function
H A Dutil.h74 template <size_t N> std::string format_hex(const uint8_t (&s)[N]) { in format_hex() function
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dutil.h145 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
149 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
158 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dutil.h145 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
149 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
158 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dutil.h145 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
149 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
158 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
/dports/net/astron/Astron-c8ba982/src/dclass/value/
H A Dformat.cpp517 void format_hex(const string &str, ostream &out) in format_hex() function
527 string format_hex(const string &str) in format_hex() function
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/enumflags2-0.7.3/src/
H A Dformatting.rs110 let format_hex = fmt.flags() >> 4; in fmt() localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/enumflags2-0.6.4/src/
H A Dformatting.rs110 let format_hex = fmt.flags() >> 4; in fmt() localVariable
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dutil.h189 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
193 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
202 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dutil.h189 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
193 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
202 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dutil.h197 template <size_t N> std::string format_hex(const unsigned char (&s)[N]) { in format_hex() function
201 template <size_t N> std::string format_hex(const std::array<uint8_t, N> &s) { in format_hex() function
210 OutputIt format_hex(OutputIt it, const StringRef &s) { in format_hex() function
/dports/editors/ghex/ghex-3.41.1/src/
H A Dprint.c145 static void format_hex(HexDocument *doc, guint gt, gchar *out, in format_hex() function
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/core/
H A Dvsprintf.c79 static char * format_hex ( char *end, unsigned long long num, int width, in format_hex() function
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_write_set_format_cpio_newc.c396 format_hex(int64_t v, void *p, int digits) in format_hex() function
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c396 format_hex(int64_t v, void *p, int digits) in format_hex() function
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dvsprintf.c93 static char * format_hex ( char *end, unsigned long long num, int width, in format_hex() function

1234