Searched refs:ct (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | zreadline.c | 86 static long ct=0; in readline_internal() local 88 ct+=readline_left; in readline_internal() 89 while (ct>bytes_per_error) { in readline_internal() 90 readline_ptr[ct % bytes_per_error]^=mod; in readline_internal() 91 ct-=bytes_per_error; in readline_internal()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 184 int strcmp(const char * cs,const char * ct) in strcmp() argument 189 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp() 204 int strncmp(const char * cs,const char * ct,size_t count) in strncmp() argument 209 if ((__res = *cs - *ct++) != 0 || !*cs++) in strncmp() 361 char * strpbrk(const char * cs,const char * ct) in strpbrk() argument 366 for( sc2 = ct; *sc2 != '\0'; ++sc2) { in strpbrk() 383 char * strtok(char * s,const char * ct) in strtok() argument 391 sbegin += strspn(sbegin,ct); in strtok() 396 send = strpbrk( sbegin, ct); in strtok() 416 char * strsep(char **s, const char *ct) in strsep() argument [all …]
|
| /rk3399_rockchip-uboot/board/comtrend/ct5361/ |
| H A D | Makefile | 5 obj-y += ct-5361.o
|
| H A D | MAINTAINERS | 4 F: board/comtrend/ct-5361/
|
| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | string.h | 24 extern int strcmp(const char *cs, const char *ct);
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | comtrend,ct-5361.dts | 13 compatible = "comtrend,ct-5361", "brcm,bcm6348";
|
| H A D | Makefile | 12 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
|
| /rk3399_rockchip-uboot/include/ |
| H A D | exports.h | 32 int strcmp(const char *cs, const char *ct);
|
| H A D | _exports.h | 42 EXPORT_FUNC(strcmp, int, strcmp, const char *cs, const char *ct)
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | comtrend_ct5361_ram_defconfig | 8 CONFIG_DEFAULT_DEVICE_TREE="comtrend,ct-5361"
|
| /rk3399_rockchip-uboot/include/power/power_delivery/ |
| H A D | pd_vdo.h | 487 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument 490 | ((gi) & 0x3f) << 1 | (ct))
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs.c | 739 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()
|