HomeSort by relevance Sort by last modified time
    Searched refs:ttlg (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 231 int ttlg; /* 2^lg */ local
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
236 int lim = ttlg;
  /external/lua/src/
ltable.c 261 unsigned int ttlg; /* 2^lg */ local
265 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) {
267 unsigned int lim = ttlg;

Completed in 189 milliseconds