Searched refs:maxn (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltablib.c23 static int maxn (lua_State *L) { function
263 {"maxn", maxn},
/freebsd-13-stable/sys/sys/
H A Darb.h61 #define ARB_ALLOCSIZE(head, maxn, x) \
62 (sizeof(*head) + (maxn) * sizeof(*x))
64 #define ARB_INITIALIZER(name, maxn) \
65 ((struct name){ 0, maxn, ARB_NULLIDX, ARB_NULLIDX, \
68 #define ARB_INIT(x, field, head, maxn) \
70 (head)->arb_maxnodes = (maxn); \
778 #define ARB_RESET_TREE(head, name, maxn) \
779 *(head) = ARB_INITIALIZER(name, maxn)

Completed in 54 milliseconds