FSE_buildCTable

Function FSE_buildCTable 

Source
pub unsafe extern "C" fn FSE_buildCTable(
    ct: *mut FSE_CTable,
    normalizedCounter: *const c_short,
    maxSymbolValue: c_uint,
    tableLog: c_uint,
) -> usize
Expand description

FSE_buildCTable(): Builds ct, which must be already allocated, using FSE_createCTable(). @return : 0, or an errorCode, which can be tested using FSE_isError()