Home
last modified time | relevance | path

Searched refs:uintmax (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dxbuf.c87 static int help_fixup(void *r, uintmax val, int rsize, int rsigned) in help_fixup()
139 uintmax *pr = r; in help_fixup()
151 public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_add()
153 uintmax sum = a + b; in help_ckd_add()
157 public int help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_mul()
159 uintmax product = a * b; in help_ckd_mul()
H A Dos.c400 public uintmax muldiv(uintmax val, uintmax num, uintmax den) in muldiv()
406 uintmax q = val / den; in muldiv()
407 uintmax r = val % den; in muldiv()
408 uintmax qnum = q * num; in muldiv()
409 uintmax rnum = r * num; in muldiv()
410 uintmax quot = qnum + rnum / den; in muldiv()
411 uintmax rem = rnum % den; in muldiv()
H A Dfuncs.h305 public uintmax muldiv(uintmax val, uintmax num, uintmax den);
386 public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);
387 public int help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned);
H A Dless.h99 typedef uintmax_t uintmax; typedef
101 typedef unsigned long long uintmax; typedef
103 typedef unsigned long uintmax; typedef
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dfnchange.lst67 @V@/config/inttypes_h.m4 @V@/config/uintmax-inttypes.m4
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2001142 intmax_t and uintmax-t.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200110224 (handle_mode_attribute): Delete check for wider than uintmax.
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi26619 @c LocalWords: gid ptrdiff uintmax EXEEXT OBJEXT Ae conftest AXP str
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog17680 [tests/tfits.c] For the mpfr_fits_{uintmax,intmax}_p functions, check