Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c441 unsigned int ttlg; /* 2^lg */ in numusearray() local
446 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) { in numusearray()
448 unsigned int lim = ttlg; in numusearray()