Searched refs:FSE_PUBLIC_API (Results 1 – 1 of 1) sorted by relevance
28 # define FSE_PUBLIC_API __attribute__ ((visibility ("default"))) macro30 # define FSE_PUBLIC_API __declspec(dllexport) macro34 # define FSE_PUBLIC_API macro54 FSE_PUBLIC_API size_t FSE_compressBound(size_t size); /* maximum compressed size */57 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error …88 FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbo…101 FSE_PUBLIC_API size_t FSE_normalizeCount(short* normalizedCounter, unsigned tableLog,107 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog);113 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,184 FSE_PUBLIC_API size_t FSE_readNCount (short* normalizedCounter,[all …]