HomeSort by: relevance | last modified time | path
    Searched refs:opStart2 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 632 BYTE* const opStart2 = ostart + segmentSize;
633 BYTE* const opStart3 = opStart2 + segmentSize;
636 BYTE* op2 = opStart2;
680 if (op1 > opStart2) return ERROR(corruption_detected);
686 HUF_decodeStreamX1(op1, &bitD1, opStart2, dt, dtLog);
1413 BYTE* const opStart2 = ostart + segmentSize;
1414 BYTE* const opStart3 = opStart2 + segmentSize;
1417 BYTE* op2 = opStart2;
1483 if (op1 > opStart2) return ERROR(corruption_detected);
1489 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog)
    [all...]
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 1683 BYTE* const opStart2 = ostart + segmentSize;
1684 BYTE* const opStart3 = opStart2 + segmentSize;
1687 BYTE* op2 = opStart2;
1728 if (op1 > opStart2) return ERROR(corruption_detected);
1734 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog);
2045 BYTE* const opStart2 = ostart + segmentSize;
2046 BYTE* const opStart3 = opStart2 + segmentSize;
2049 BYTE* op2 = opStart2;
2090 if (op1 > opStart2) return ERROR(corruption_detected);
2096 HUF_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog)
    [all...]
zstd_v02.c 1687 BYTE* const opStart2 = ostart + segmentSize;
1688 BYTE* const opStart3 = opStart2 + segmentSize;
1691 BYTE* op2 = opStart2;
1732 if (op1 > opStart2) return ERROR(corruption_detected);
1738 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog);
2049 BYTE* const opStart2 = ostart + segmentSize;
2050 BYTE* const opStart3 = opStart2 + segmentSize;
2053 BYTE* op2 = opStart2;
2094 if (op1 > opStart2) return ERROR(corruption_detected);
2100 HUF_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog)
    [all...]
zstd_v04.c 1840 BYTE* const opStart2 = ostart + segmentSize;
1841 BYTE* const opStart3 = opStart2 + segmentSize;
1844 BYTE* op2 = opStart2;
1885 if (op1 > opStart2) return ERROR(corruption_detected);
1891 HUF_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog);
2198 BYTE* const opStart2 = ostart + segmentSize;
2199 BYTE* const opStart3 = opStart2 + segmentSize;
2202 BYTE* op2 = opStart2;
2243 if (op1 > opStart2) return ERROR(corruption_detected);
2249 HUF_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog)
    [all...]
zstd_v05.c 1974 BYTE* const opStart2 = ostart + segmentSize;
1975 BYTE* const opStart3 = opStart2 + segmentSize;
1978 BYTE* op2 = opStart2;
2017 if (op1 > opStart2) return ERROR(corruption_detected);
2023 HUFv05_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog);
2356 BYTE* const opStart2 = ostart + segmentSize;
2357 BYTE* const opStart3 = opStart2 + segmentSize;
2360 BYTE* op2 = opStart2;
2400 if (op1 > opStart2) return ERROR(corruption_detected);
2406 HUFv05_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog)
    [all...]
zstd_v06.c 2104 BYTE* const opStart2 = ostart + segmentSize;
2105 BYTE* const opStart3 = opStart2 + segmentSize;
2108 BYTE* op2 = opStart2;
2147 if (op1 > opStart2) return ERROR(corruption_detected);
2153 HUFv06_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog);
2479 BYTE* const opStart2 = ostart + segmentSize;
2480 BYTE* const opStart3 = opStart2 + segmentSize;
2483 BYTE* op2 = opStart2;
2523 if (op1 > opStart2) return ERROR(corruption_detected);
2529 HUFv06_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog)
    [all...]
zstd_v07.c 1893 BYTE* const opStart2 = ostart + segmentSize;
1894 BYTE* const opStart3 = opStart2 + segmentSize;
1897 BYTE* op2 = opStart2;
1937 if (op1 > opStart2) return ERROR(corruption_detected);
1943 HUFv07_decodeStreamX2(op1, &bitD1, opStart2, dt, dtLog);
2303 BYTE* const opStart2 = ostart + segmentSize;
2304 BYTE* const opStart3 = opStart2 + segmentSize;
2307 BYTE* op2 = opStart2;
2348 if (op1 > opStart2) return ERROR(corruption_detected);
2354 HUFv07_decodeStreamX4(op1, &bitD1, opStart2, dt, dtLog)
    [all...]

Completed in 41 milliseconds