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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c231 int ttlg; /* 2^lg */ local
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
236 int lim = ttlg;
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c401 unsigned int ttlg; /* 2^lg */ local
406 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) {
408 unsigned int lim = ttlg;

Completed in 47 milliseconds