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

/freebsd-12-stable/contrib/lua/src/
H A Dltable.c261 unsigned int ttlg; /* 2^lg */ local
265 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) {
267 unsigned int lim = ttlg;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/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;

Completed in 164 milliseconds