Searched defs:ct (Results 1 – 4 of 4) sorted by relevance
| /u-boot/lib/ |
| A D | string.c | 209 int strcmp(const char *cs, const char *ct) in strcmp() 233 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() 416 char * strpbrk(const char * cs,const char * ct) in strpbrk() 438 char * strtok(char * s,const char * ct) in strtok() 471 char * strsep(char **s, const char *ct) in strsep() 633 __used int memcmp(const void * cs,const void * ct,size_t count) in memcmp()
|
| /u-boot/lib/zstd/common/ |
| A D | fse.h | 511 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState() 526 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | stm32mp15x.c | 275 u32 ct = cpu_type & ~(BIT(7) | BIT(0)); in get_cpu_string_offsets() local
|
| /u-boot/fs/zfs/ |
| A D | zfs.c | 739 uint64_t *ct = NULL; in zap_hash() local
|
Completed in 20 milliseconds