Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Defidecompress.c183 IN UINT16 TableBits, in MakeTable() argument
239 JuBits = (UINT16) (16 - TableBits); in MakeTable()
241 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
243 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
251 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
254 Index3 = (UINT16) (1U << TableBits); in MakeTable()
261 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
272 if (Len <= TableBits) { in MakeTable()
282 Index = (UINT16) (Len - TableBits); in MakeTable()