Lines Matching defs:source
7 * - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
10 * This source code is licensed under both the BSD-style license (found in the
11 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
12 * in the COPYING file in the root directory of this source tree).
68 const void* source, size_t sourceSize,
72 const BYTE* ip = (const BYTE*)source;
141 const void* source, size_t sourceSize,
145 return HIST_count_simple(count, maxSymbolValuePtr, source, sourceSize);
148 return HIST_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, trustInput, (U32*)workSpace);
155 const void* source, size_t sourceSize,
161 return HIST_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, checkMaxSymbolValue, (U32*)workSpace);
163 return HIST_countFast_wksp(count, maxSymbolValuePtr, source, sourceSize, workSpace, workSpaceSize);