Searched refs:uintmax (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/less/dist/ |
| H A D | xbuf.c | 87 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 D | os.c | 400 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 D | funcs.h | 305 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 D | less.h | 99 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 D | fnchange.lst | 67 @V@/config/inttypes_h.m4 @V@/config/uintmax-inttypes.m4
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2001 | 142 intmax_t and uintmax-t.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 10224 (handle_mode_attribute): Delete check for wider than uintmax.
|
| /netbsd-src/external/gpl3/autoconf/dist/doc/ |
| H A D | autoconf.texi | 26619 @c LocalWords: gid ptrdiff uintmax EXEEXT OBJEXT Ae conftest AXP str
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 17680 [tests/tfits.c] For the mpfr_fits_{uintmax,intmax}_p functions, check
|