HomeSort by: relevance | last modified time | path
    Searched defs:dPtr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v04.c 1220 void* dPtr = dt + 1;
1221 FSE_decode_t* const cell = (FSE_decode_t*)dPtr;
1238 void* dPtr = dt + 1;
1239 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr;
zstd_v05.c 1332 void* dPtr = dt + 1;
1333 FSEv05_decode_t* const cell = (FSEv05_decode_t*)dPtr;
1350 void* dPtr = dt + 1;
1351 FSEv05_decode_t* const dinfo = (FSEv05_decode_t*)dPtr;
zstd_v06.c 1471 void* dPtr = dt + 1;
1472 FSEv06_decode_t* const cell = (FSEv06_decode_t*)dPtr;
1489 void* dPtr = dt + 1;
1490 FSEv06_decode_t* const dinfo = (FSEv06_decode_t*)dPtr;
zstd_v07.c 1492 void* dPtr = dt + 1;
1493 FSEv07_decode_t* const cell = (FSEv07_decode_t*)dPtr;
1510 void* dPtr = dt + 1;
1511 FSEv07_decode_t* const dinfo = (FSEv07_decode_t*)dPtr;

Completed in 25 milliseconds