Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.c966 assert((rowEntries == 16) || (rowEntries == 32) || rowEntries == 64); in ZSTD_row_matchMaskGroupWidth()
968 (void)rowEntries; in ZSTD_row_matchMaskGroupWidth()
974 if (rowEntries == 16) { in ZSTD_row_matchMaskGroupWidth()
977 if (rowEntries == 32) { in ZSTD_row_matchMaskGroupWidth()
980 if (rowEntries == 64) { in ZSTD_row_matchMaskGroupWidth()
1011 assert((rowEntries == 16) || (rowEntries == 32) || rowEntries == 64); in ZSTD_row_getNEONMask()
1012 if (rowEntries == 16) { in ZSTD_row_getNEONMask()
1023 } else if (rowEntries == 32) { in ZSTD_row_getNEONMask()
1065 assert((rowEntries == 16) || (rowEntries == 32) || rowEntries == 64); in ZSTD_row_getMatchMask()
1067 assert(ZSTD_row_matchMaskGroupWidth(rowEntries) * rowEntries <= sizeof(ZSTD_VecMask) * 8); in ZSTD_row_getMatchMask()
[all …]