Searched refs:tableSize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c216 UInt32 tableSize; member in struct:__anon1991
801 LenEnc_SetPrices(&p->p, posState, p->tableSize, p->prices[posState], ProbPrices);
802 p->counters[posState] = p->tableSize;
2034 p->lenEnc.tableSize =
2035 p->repLenEnc.tableSize =
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2377 uint32_t tableSize = 0; /* dump table size (word count) */ local
2431 tableSize++;
2439 tableSize++;
2446 tableSize++;
2453 tableSize++;
2459 tableSize += 2;
2466 *pSize = (tableSize * 4); /* return the total Dump Table size */

Completed in 73 milliseconds