Home
last modified time | relevance | path

Searched refs:fmtuint32 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dprintf.c100 static void fmtuint32(struct fmtbuf *out, unsigned int a, int s, int z, int w, int base) in fmtuint32() function
167 fmtuint32(out, a, s, z, w, base); in fmtint32()
465 fmtuint32(&out, i32, 0, z, w, 16); in fz_format_string()
490 fmtuint32(&out, i32, 0, z, w, 10); in fz_format_string()
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp_dump.c206 fmtuint32(VOIDP x, in fmtuint32() function
282 return( fmtuint32 ); in select_func()
H A Dshow.c161 vfmtfn[i] = fmtuint32; in dumpvd()
618 vfmtfn = fmtuint32; in dumpattr()
H A Dhdp.h543 extern intn fmtuint32(VOIDP x, file_format_t ft, FILE * ofp);