Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 3 of 3) sorted by relevance

/lib/
Dstring.c380 int strcmp(const char *cs, const char *ct) in strcmp()
404 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
647 char *strpbrk(const char *cs, const char *ct) in strpbrk()
674 char *strsep(char **s, const char *ct) in strsep()
934 __visible int memcmp(const void *cs, const void *ct, size_t count) in memcmp()
/lib/zstd/
Dfse_compress.c92 size_t FSE_buildCTable_wksp(FSE_CTable *ct, const short *normalizedCounter, unsigned maxSymbolValue… in FSE_buildCTable_wksp()
666 size_t FSE_buildCTable_raw(FSE_CTable *ct, unsigned nbBits) in FSE_buildCTable_raw()
702 size_t FSE_buildCTable_rle(FSE_CTable *ct, BYTE symbolValue) in FSE_buildCTable_rle()
724 …neric(void *dst, size_t dstSize, const void *src, size_t srcSize, const FSE_CTable *ct, const unsi… in FSE_compress_usingCTable_generic()
785 …press_usingCTable(void *dst, size_t dstSize, const void *src, size_t srcSize, const FSE_CTable *ct) in FSE_compress_usingCTable()
Dfse.h427 ZSTD_STATIC void FSE_initCState(FSE_CState_t *statePtr, const FSE_CTable *ct) in FSE_initCState()
441 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2()