Searched refs:help_ckd_mul (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/less/ |
| H A D | xbuf.c | 201 public lbool help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned) in help_ckd_mul() function
|
| H A D | less.h | 76 #define ckd_mul(r, a, b) help_ckd_mul(r, (uintmax)(a), (uintmax)(b), sizeof *(r), signed_expr(*(r)))
|
| H A D | funcs.h | 458 public lbool help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned);
|