Home
last modified time | relevance | path

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

/lib/zstd/compress/
Dfse_compress.c67 size_t FSE_buildCTable_wksp(FSE_CTable* ct, in FSE_buildCTable_wksp()
310 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } in FSE_freeCTable()
494 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) in FSE_buildCTable_raw()
527 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle()
552 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic()
611 const FSE_CTable* ct) in FSE_compress_usingCTable()
/lib/
Dstring.c349 int strcmp(const char *cs, const char *ct) in strcmp()
373 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
563 char *strpbrk(const char *cs, const char *ct) in strpbrk()
590 char *strsep(char **s, const char *ct) in strsep()
755 __visible int memcmp(const void *cs, const void *ct, size_t count) in memcmp()
Ddynamic_debug.c607 int bi, ct; in ddebug_apply_class_bitmap() local
1201 int i, j, ct = 0; in ddebug_attach_module_classes() local
/lib/zstd/common/
Dfse.h510 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState()
525 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()