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

  /external/chromium_org/third_party/skia/third_party/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;

Completed in 454 milliseconds