Home
last modified time | relevance | path

Searched refs:notoktomul (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dlalloc.c79 if (notoktomul(fac1, fac2)) in aresize2()
Dsh.h1612 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst)) macro
Dexec.c108 if (notoktomul(z, 2) || notoktoadd(z * 2, n)) in execute()