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

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 633 BYTE* const opStart3 = opStart2 + segmentSize;
634 BYTE* const opStart4 = opStart3 + segmentSize;
637 BYTE* op3 = opStart3;
681 if (op2 > opStart3) return ERROR(corruption_detected);
687 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog);
1414 BYTE* const opStart3 = opStart2 + segmentSize;
1415 BYTE* const opStart4 = opStart3 + segmentSize;
1418 BYTE* op3 = opStart3;
1484 if (op2 > opStart3) return ERROR(corruption_detected);
1490 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog)
    [all...]
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 1684 BYTE* const opStart3 = opStart2 + segmentSize;
1685 BYTE* const opStart4 = opStart3 + segmentSize;
1688 BYTE* op3 = opStart3;
1729 if (op2 > opStart3) return ERROR(corruption_detected);
1735 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2046 BYTE* const opStart3 = opStart2 + segmentSize;
2047 BYTE* const opStart4 = opStart3 + segmentSize;
2050 BYTE* op3 = opStart3;
2091 if (op2 > opStart3) return ERROR(corruption_detected);
2097 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog)
    [all...]
zstd_v02.c 1688 BYTE* const opStart3 = opStart2 + segmentSize;
1689 BYTE* const opStart4 = opStart3 + segmentSize;
1692 BYTE* op3 = opStart3;
1733 if (op2 > opStart3) return ERROR(corruption_detected);
1739 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2050 BYTE* const opStart3 = opStart2 + segmentSize;
2051 BYTE* const opStart4 = opStart3 + segmentSize;
2054 BYTE* op3 = opStart3;
2095 if (op2 > opStart3) return ERROR(corruption_detected);
2101 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog)
    [all...]
zstd_v04.c 1841 BYTE* const opStart3 = opStart2 + segmentSize;
1842 BYTE* const opStart4 = opStart3 + segmentSize;
1845 BYTE* op3 = opStart3;
1886 if (op2 > opStart3) return ERROR(corruption_detected);
1892 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2199 BYTE* const opStart3 = opStart2 + segmentSize;
2200 BYTE* const opStart4 = opStart3 + segmentSize;
2203 BYTE* op3 = opStart3;
2244 if (op2 > opStart3) return ERROR(corruption_detected);
2250 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog)
    [all...]
zstd_v05.c 1975 BYTE* const opStart3 = opStart2 + segmentSize;
1976 BYTE* const opStart4 = opStart3 + segmentSize;
1979 BYTE* op3 = opStart3;
2018 if (op2 > opStart3) return ERROR(corruption_detected);
2024 HUFv05_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2357 BYTE* const opStart3 = opStart2 + segmentSize;
2358 BYTE* const opStart4 = opStart3 + segmentSize;
2361 BYTE* op3 = opStart3;
2401 if (op2 > opStart3) return ERROR(corruption_detected);
2407 HUFv05_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog)
    [all...]
zstd_v06.c 2105 BYTE* const opStart3 = opStart2 + segmentSize;
2106 BYTE* const opStart4 = opStart3 + segmentSize;
2109 BYTE* op3 = opStart3;
2148 if (op2 > opStart3) return ERROR(corruption_detected);
2154 HUFv06_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2480 BYTE* const opStart3 = opStart2 + segmentSize;
2481 BYTE* const opStart4 = opStart3 + segmentSize;
2484 BYTE* op3 = opStart3;
2524 if (op2 > opStart3) return ERROR(corruption_detected);
2530 HUFv06_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog)
    [all...]
zstd_v07.c 1894 BYTE* const opStart3 = opStart2 + segmentSize;
1895 BYTE* const opStart4 = opStart3 + segmentSize;
1898 BYTE* op3 = opStart3;
1938 if (op2 > opStart3) return ERROR(corruption_detected);
1944 HUFv07_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2304 BYTE* const opStart3 = opStart2 + segmentSize;
2305 BYTE* const opStart4 = opStart3 + segmentSize;
2308 BYTE* op3 = opStart3;
2349 if (op2 > opStart3) return ERROR(corruption_detected);
2355 HUFv07_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog)
    [all...]

Completed in 64 milliseconds