MCPcopy Create free account
hub / github.com/NSIS-Dev/nsis / BZ2_blockSort

Function BZ2_blockSort

Source/bzip2/blocksort.c:1058–1106  ·  view source on GitHub ↗

---------------------------------------------*/ Pre: nblock > 0 arr2 exists for [0 .. nblock-1 +N_OVERSHOOT] ((UChar*)arr2) [0 .. nblock-1] holds block arr1 exists for [0 .. nblock-1] Post: ((UChar*)arr2) [0 .. nblock-1] holds block All other areas of block destroyed ftab [ 0 .. 65536 ] destroyed arr1 [0 .. nblock-1] holds sorted order */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

BZ2_compressBlockFunction · 0.85

Calls 2

fallbackSortFunction · 0.85
mainSortFunction · 0.85

Tested by

no test coverage detected