Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltable.c198 int twotoi; /* 2^i */ in computesizes() local
202 for (i = 0, twotoi = 1; twotoi/2 < *narray; i++, twotoi *= 2) { in computesizes()
205 if (a > twotoi/2) { /* more than half elements present? */ in computesizes()
206 n = twotoi; /* optimal size (till now) */ in computesizes()