Home | History | Annotate | Download | only in chromium

Lines Matching refs:narenas_2pow

1157 static unsigned		narenas_2pow;
1160 static unsigned narenas_2pow;
2984 ind = PRN(balance, narenas_2pow);
3985 ind = PRN(balance, narenas_2pow);
5989 for (narenas_2pow = 0;
5990 (narenas >> (narenas_2pow + 1)) != 0;
5991 narenas_2pow++);