Searched refs:_cleanup (Results 1 – 6 of 6) sorted by relevance
14 _cleanup() function23 _cleanup35 _cleanup
20 ${current_test}_cleanup72 ${current_test}_cleanup $target
17 ${current_test}_cleanup77 ${current_test}_cleanup $target
257 goto _cleanup; in ZSTD_compressBlock_fast_noDict_generic()349 _cleanup: in ZSTD_compressBlock_fast_noDict_generic()626 if (ip1 > ilimit) goto _cleanup; in ZSTD_compressBlock_fast_dictMatchState_generic()670 _cleanup: in ZSTD_compressBlock_fast_dictMatchState_generic()781 goto _cleanup; in ZSTD_compressBlock_fast_extDict_generic()883 _cleanup: in ZSTD_compressBlock_fast_extDict_generic()
174 goto _cleanup; in ZSTD_compressBlock_doubleFast_noDict_generic()242 _cleanup: in ZSTD_compressBlock_doubleFast_noDict_generic()
1025 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument1026 .stage[_stage] = {.init = _init, .cleanup = _cleanup}