Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 10 of 10) sorted by relevance

/u-boot/lib/
A Dstring.c185 int strcmp(const char * cs,const char * ct) in strcmp() argument
190 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp()
205 int strncmp(const char * cs,const char * ct,size_t count) in strncmp() argument
210 if ((__res = *cs - *ct++) != 0 || !*cs++) in strncmp()
385 char * strpbrk(const char * cs,const char * ct) in strpbrk() argument
390 for( sc2 = ct; *sc2 != '\0'; ++sc2) { in strpbrk()
407 char * strtok(char * s,const char * ct) in strtok() argument
415 sbegin += strspn(sbegin,ct); in strtok()
420 send = strpbrk( sbegin, ct); in strtok()
440 char * strsep(char **s, const char *ct) in strsep() argument
[all …]
/u-boot/lib/zstd/
A Dfse.h99 …_usingCTable(void *dst, size_t dstCapacity, const void *src, size_t srcSize, const FSE_CTable *ct);
236 size_t FSE_buildCTable_raw(FSE_CTable *ct, unsigned nbBits);
239 size_t FSE_buildCTable_rle(FSE_CTable *ct, unsigned char symbolValue);
246 size_t FSE_buildCTable_wksp(FSE_CTable *ct, const short *normalizedCounter, unsigned maxSymbolValue…
271 static void FSE_initCState(FSE_CState_t *CStatePtr, const FSE_CTable *ct);
397 ZSTD_STATIC void FSE_initCState(FSE_CState_t *statePtr, const FSE_CTable *ct) in FSE_initCState() argument
399 const void *ptr = ct; in FSE_initCState()
404 statePtr->symbolTT = ((const U32 *)ct + 1 + (tableLog ? (1 << (tableLog - 1)) : 1)); in FSE_initCState()
411 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2() argument
413 FSE_initCState(statePtr, ct); in FSE_initCState2()
/u-boot/board/comtrend/ct5361/
A DMakefile3 obj-y += ct-5361.o
A DMAINTAINERS4 F: board/comtrend/ct-5361/
/u-boot/arch/mips/dts/
A Dcomtrend,ct-5361.dts12 compatible = "comtrend,ct-5361", "brcm,bcm6348";
A DMakefile13 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
/u-boot/include/
A Dexports.h49 int strcmp(const char *cs, const char *ct);
A D_exports.h42 EXPORT_FUNC(strcmp, int, strcmp, const char *cs, const char *ct)
/u-boot/configs/
A Dcomtrend_ct5361_ram_defconfig8 CONFIG_DEFAULT_DEVICE_TREE="comtrend,ct-5361"
/u-boot/fs/zfs/
A Dzfs.c739 uint64_t *ct = NULL; in zap_hash() local
742 for (ct = table + i, *ct = i, j = 8; j > 0; j--) in zap_hash()
743 *ct = (*ct >> 1) ^ (-(*ct & 1) & ZFS_CRC64_POLY); in zap_hash()

Completed in 16 milliseconds