Home
last modified time | relevance | path

Searched defs:tableSize (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dfse_decompress.c95 U32 const tableSize = 1 << tableLog; in FSE_buildDTable_wksp() local
186 const unsigned tableSize = 1 << nbBits; in FSE_buildDTable_raw() local
H A Dfse_compress.c94 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local
210 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
668 const unsigned tableSize = 1 << nbBits; in FSE_buildCTable_raw() local
H A Dfse.h573 #define FSE_TABLESTEP(tableSize) ((tableSize >> 1) + (tableSize >> 3) + 3) argument
/OK3568_Linux_fs/external/recovery/minzip/
H A DHash.h61 int tableSize; /* must be power of 2 */ member
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DHash.h62 int tableSize; /* must be power of 2 */ member
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c127 CARD32 tableSize = hash->hashSet->size; in FindGlyphRef() local
475 CARD32 i, tableSize = glyphSet->hash.hashSet->size; in FreeGlyphSet() local
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dunwind.c261 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
936 unsigned long tableSize; in arc_unwind() local