Home
last modified time | relevance | path

Searched defs:maxn (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltablib.c23 static int maxn (lua_State *L) { in maxn() function
/freebsd/sys/sys/
H A Darb.h59 #define ARB_ALLOCSIZE(head, maxn, x) \ argument
62 #define ARB_INITIALIZER(name, maxn) \ argument
66 #define ARB_INIT(x, field, head, maxn) \ argument
776 #define ARB_RESET_TREE(head, name, maxn) \ argument
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txp.c2020 uint64_t maxn, size_t *hdr_len, size_t *payload_len) in try_len()