HomeSort by: relevance | last modified time | path
    Searched defs:printHex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h 236 template <typename T> void printHex(StringRef Label, T Value) {
240 template <typename T> void printHex(StringRef Label, StringRef Str, T Value) {
346 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
  /src/sys/arch/sun68k/include/
mon.h 181 int (*printHex)(int, int); /* Format N digits in hex */
331 * printhex -- prints rightmost <digs> hex digits of <val>
333 * printhex(val, digs)
  /src/sys/arch/sun3/include/
mon.h 177 int (*printHex)(int, int); /* Format N digits in hex */
327 * printhex -- prints rightmost <digs> hex digits of <val>
329 * printhex(val, digs)
  /src/sys/arch/sparc/include/
oldmon.h 212 int (*printHex)(void); /* Format N digits in hex */

Completed in 63 milliseconds