Searched refs:HUF_CompressWeightsWksp (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c87 } HUF_CompressWeightsWksp; typedef in typeref:struct:__anon165
97 HUF_CompressWeightsWksp* wksp = (HUF_CompressWeightsWksp*)HUF_alignUpWorkspace(workspace, &workspaceSize, ZSTD_ALIGNOF(U32));
99 if (workspaceSize < sizeof(HUF_CompressWeightsWksp)) return ERROR(GENERIC);
164 HUF_CompressWeightsWksp wksp;

Completed in 91 milliseconds