Searched refs:uppercase (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c35 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
42 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
221 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) argument
236 const char *digits = (uppercase)
247 const char *digits = (uppercase)
302 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) argument
304 s = u2s(x, 16, uppercase, s, slen_p);
308 memcpy(s, uppercase ? "0X" : "0x", 2);
/fuchsia/zircon/system/host/fidl/lib/
H A Dc_generator.cpp760 << std::uppercase << std::hex << method_info.ordinal << std::dec << ")\n";

Completed in 82 milliseconds