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

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 634 BYTE* const opStart4 = opStart3 + segmentSize;
638 BYTE* op4 = opStart4;
644 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
682 if (op3 > opStart4) return ERROR(corruption_detected);
688 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog);
1415 BYTE* const opStart4 = opStart3 + segmentSize;
1419 BYTE* op4 = opStart4;
1425 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
1485 if (op3 > opStart4) return ERROR(corruption_detected);
1491 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog)
    [all...]
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v02.c 1689 BYTE* const opStart4 = opStart3 + segmentSize;
1693 BYTE* op4 = opStart4;
1734 if (op3 > opStart4) return ERROR(corruption_detected);
1740 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2051 BYTE* const opStart4 = opStart3 + segmentSize;
2055 BYTE* op4 = opStart4;
2096 if (op3 > opStart4) return ERROR(corruption_detected);
2102 HUF_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog);
2408 BYTE* const opStart4 = opStart3 + segmentSize;
2412 BYTE* op4 = opStart4;
    [all...]
zstd_v03.c 1685 BYTE* const opStart4 = opStart3 + segmentSize;
1689 BYTE* op4 = opStart4;
1730 if (op3 > opStart4) return ERROR(corruption_detected);
1736 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2047 BYTE* const opStart4 = opStart3 + segmentSize;
2051 BYTE* op4 = opStart4;
2092 if (op3 > opStart4) return ERROR(corruption_detected);
2098 HUF_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog);
zstd_v04.c 1842 BYTE* const opStart4 = opStart3 + segmentSize;
1846 BYTE* op4 = opStart4;
1887 if (op3 > opStart4) return ERROR(corruption_detected);
1893 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2200 BYTE* const opStart4 = opStart3 + segmentSize;
2204 BYTE* op4 = opStart4;
2245 if (op3 > opStart4) return ERROR(corruption_detected);
2251 HUF_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog);
zstd_v05.c 1976 BYTE* const opStart4 = opStart3 + segmentSize;
1980 BYTE* op4 = opStart4;
2019 if (op3 > opStart4) return ERROR(corruption_detected);
2025 HUFv05_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2358 BYTE* const opStart4 = opStart3 + segmentSize;
2362 BYTE* op4 = opStart4;
2402 if (op3 > opStart4) return ERROR(corruption_detected);
2408 HUFv05_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog);
zstd_v06.c 2106 BYTE* const opStart4 = opStart3 + segmentSize;
2110 BYTE* op4 = opStart4;
2149 if (op3 > opStart4) return ERROR(corruption_detected);
2155 HUFv06_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2481 BYTE* const opStart4 = opStart3 + segmentSize;
2485 BYTE* op4 = opStart4;
2525 if (op3 > opStart4) return ERROR(corruption_detected);
2531 HUFv06_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog);
zstd_v07.c 1895 BYTE* const opStart4 = opStart3 + segmentSize;
1899 BYTE* op4 = opStart4;
1939 if (op3 > opStart4) return ERROR(corruption_detected);
1945 HUFv07_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);
2305 BYTE* const opStart4 = opStart3 + segmentSize;
2309 BYTE* op4 = opStart4;
2350 if (op3 > opStart4) return ERROR(corruption_detected);
2356 HUFv07_decodeStreamX4(op3, &bitD3, opStart4, dt, dtLog);

Completed in 79 milliseconds