Home
last modified time | relevance | path

Searched refs:MAXASIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c48 #define MAXASIZE (1 << MAXBITS) macro
220 if (0 < k && k <= MAXASIZE) { /* is `key' an appropriate array index? */ in countint()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c47 #define MAXASIZE (1 << MAXBITS) macro
213 if (0 < k && k <= MAXASIZE) { /* is `key' an appropriate array index? */ in countint()