Home
last modified time | relevance | path

Searched refs:maxn (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dltablib.c24 static int maxn (lua_State *L) { in maxn() function
264 {"maxn", maxn},
/freebsd-12-stable/contrib/lua/src/
Dltablib.c62 static int maxn (lua_State *L) { in maxn() function
429 {"maxn", maxn},
Dluaconf.h.dist373 @@ LUA_COMPAT_MAXN defines the function 'maxn' in the table library.
/freebsd-12-stable/sys/dev/cx/
Dcsigma.c117 long i, n, maxn = (bits + 7) / 8; in cx_download() local
121 for (i=n=0; n<maxn; ++n) { in cx_download()
/freebsd-12-stable/sys/dev/ctau/
Dctau.c77 long i, n, maxn = (bits + 7) >> 3; in ct_download() local
81 for (i=n=0; n<maxn; ++n) { in ct_download()