| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/linux/ |
| D | ctype.h | 40 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 41 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 42 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 43 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument 44 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 45 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 46 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 47 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 48 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 49 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument [all …]
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/linux/ |
| D | ctype.h | 40 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 41 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 42 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 43 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument 44 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 45 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 46 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 47 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 48 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 49 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| D | stdint.h | 97 #define INT8_C(c) c argument 98 #define INT16_C(c) c argument 99 #define INT32_C(c) c argument 101 #define UINT8_C(c) c argument 102 #define UINT16_C(c) c argument 103 #define UINT32_C(c) c ## U argument 106 #define INT64_C(c) c ## L argument 107 #define UINT64_C(c) c ## UL argument 108 #define INTMAX_C(c) c ## L argument 109 #define UINTMAX_C(c) c ## UL argument [all …]
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
| D | ddr_training_console.c | 31 #define isprint(c) ((c) >= ' ' && (c) <= '~') argument 32 #define isspace(c) ((c) == ' ' || ((c) >= '\t' && (c) <= '\r')) argument 33 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument 34 #define isxdigit(c) (isdigit(c) \ argument 66 unsigned int c; in ddr_readline() local
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
| D | ddr_training_console.c | 31 #define isprint(c) ((c) >= ' ' && (c) <= '~') argument 32 #define isspace(c) ((c) == ' ' || ((c) >= '\t' && (c) <= '\r')) argument 33 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument 34 #define isxdigit(c) (isdigit(c) \ argument 66 unsigned int c; in ddr_readline() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/ |
| D | syscall_arch.h | 33 static inline long __syscall3(long n, long a, long b, long c) in __syscall3() 42 static inline long __syscall4(long n, long a, long b, long c, long d) in __syscall4() 52 static inline long __syscall5(long n, long a, long b, long c, long d, long e) in __syscall5() 63 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_string.c | 58 char *osal_strchr(const char *s, int c) in osal_strchr() 63 char *osal_strnchr(const char *s, int count, int c) in osal_strnchr() 68 char *osal_strrchr(const char *s, int c) in osal_strrchr() 113 void *osal_memscan(void *addr, int c, int size) in osal_memscan() 123 void *osal_memchr(const void *s, int c, int n) in osal_memchr() 128 void *osal_memchr_inv(const void *start, int c, int bytes) in osal_memchr_inv()
|
| /device/qemu/arm_virt/liteos_a/board/amba_pl011/ |
| D | amba_pl011.c | 50 STATIC VOID UartPutcReg(UINTPTR base, CHAR c) in UartPutcReg() 63 INT32 uart_putc(INT32 port, CHAR c) in uart_putc() 70 CHAR uart_fputc(CHAR c, VOID *f) in uart_fputc() 142 CHAR c; in uart_handler() local
|
| /device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/ |
| D | amba_pl011.c | 50 STATIC VOID UartPutcReg(UINTPTR base, CHAR c) in UartPutcReg() 63 INT32 uart_putc(INT32 port, CHAR c) in uart_putc() 70 CHAR uart_fputc(CHAR c, VOID *f) in uart_fputc() 142 CHAR c; in uart_handler() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| D | hi_math_adapt.h | 143 #define rgb_r(c) (((c) & 0xff0000) >> 16) argument 144 #define rgb_g(c) (((c) & 0xff00) >> 8) argument 145 #define rgb_b(c) ((c) & 0xff) argument 154 #define yuv_y(c) (((c) & 0x3ff00000) >> 20) argument 155 #define yuv_u(c) (((c) & 0x000ffc00) >> 10) argument 156 #define yuv_v(c) ((c) & 0x000003ff) argument 165 #define yuv_8bit_y(c) (((c) & 0xff0000) >> 16) argument 166 #define yuv_8bit_u(c) (((c) & 0xff00) >> 8) argument 167 #define yuv_8bit_v(c) ((c) & 0xff) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| D | hi_math_adapt.h | 146 #define rgb_r(c) (((c) & 0xff0000) >> 16) argument 147 #define rgb_g(c) (((c) & 0xff00) >> 8) argument 148 #define rgb_b(c) ((c) & 0xff) argument 157 #define yuv_y(c) (((c) & 0x3ff00000) >> 20) argument 158 #define yuv_u(c) (((c) & 0x000ffc00) >> 10) argument 159 #define yuv_v(c) ((c) & 0x000003ff) argument 168 #define yuv_8bit_y(c) (((c) & 0xff0000) >> 16) argument 169 #define yuv_8bit_u(c) (((c) & 0xff00) >> 8) argument 170 #define yuv_8bit_v(c) ((c) & 0xff) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | hi_math.h | 149 #define RGB_R(c) (((c) & 0xff0000) >> 16) argument 150 #define RGB_G(c) (((c) & 0xff00) >> 8) argument 151 #define RGB_B(c) ((c) & 0xff) argument 160 #define YUV_Y(c) (((c) & 0x3ff00000) >> 20) argument 161 #define YUV_U(c) (((c) & 0x000ffc00) >> 10) argument 162 #define YUV_V(c) ((c) & 0x000003ff) argument 171 #define YUV_8BIT_Y(c) (((c) & 0xff0000) >> 16) argument 172 #define YUV_8BIT_U(c) (((c) & 0xff00) >> 8) argument 173 #define YUV_8BIT_V(c) ((c) & 0xff) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | hi_math.h | 146 #define RGB_R(c) (((c) & 0xff0000) >> 16) argument 147 #define RGB_G(c) (((c) & 0xff00) >> 8) argument 148 #define RGB_B(c) ((c) & 0xff) argument 157 #define YUV_Y(c) (((c) & 0x3ff00000) >> 20) argument 158 #define YUV_U(c) (((c) & 0x000ffc00) >> 10) argument 159 #define YUV_V(c) ((c) & 0x000003ff) argument 168 #define YUV_8BIT_Y(c) (((c) & 0xff0000) >> 16) argument 169 #define YUV_8BIT_U(c) (((c) & 0xff00) >> 8) argument 170 #define YUV_8BIT_V(c) ((c) & 0xff) argument
|
| /device/qemu/esp32/liteos_m/board/libc/ |
| D | dprintf.c | 38 STATIC VOID UartPutc(CHAR c) in UartPutc() 43 STATIC VOID FuncPuts(const CHAR *s, VOID (*funcPutc)(CHAR c)) in FuncPuts()
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/ |
| D | io.h | 32 #define writel(v,c) ({ u32 __v = v; __iowmb(); __arch_putl(__v,c); __v; }) argument 33 #define readl(c) ({ u32 __v = __arch_getl(c); __iormb(); __v; }) argument
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/ |
| D | io.h | 32 #define writel(v,c) ({ u32 __v = v; __iowmb(); __arch_putl(__v,c); __v; }) argument 33 #define readl(c) ({ u32 __v = __arch_getl(c); __iormb(); __v; }) argument
|
| /device/qemu/arm_mps3_an547/liteos_m/board/driver/ |
| D | uart.c | 36 UINT8 c; in UartGetc() local 44 INT32 UartPutc(INT32 c, VOID *file) in UartPutc()
|
| /device/qemu/arm_mps2_an386/liteos_m/board/driver/ |
| D | uart.c | 36 UINT8 c; in UartGetc() local 44 INT32 UartPutc(INT32 c, VOID *file) in UartPutc()
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| D | uart.c | 28 INT32 UartPutc(INT32 c, VOID *file) in UartPutc() 48 INT32 UartOut(INT32 c, VOID *file) in UartOut()
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | drm_connector.cpp | 35 DrmConnector::DrmConnector(drmModeConnector c, FdPtr &fd) in DrmConnector() 57 void DrmConnector::InitModes(drmModeConnector c) in InitModes() 248 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in UpdateModes() local 258 IdMapPtr<DrmCrtc> &crtcs, bool plugIn, drmModeConnectorPtr c, int *crtc_id) in UpdateCrtcId() 303 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in HandleHotplug() local
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | drm_connector.cpp | 35 DrmConnector::DrmConnector(drmModeConnector c, FdPtr &fd) in DrmConnector() 57 void DrmConnector::InitModes(drmModeConnector c) in InitModes() 244 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in UpdateModes() local 254 IdMapPtr<DrmCrtc> &crtcs, bool plugIn, drmModeConnectorPtr c, int *crtc_id) in UpdateCrtcId() 299 drmModeConnectorPtr c = drmModeGetConnector(drmFd, mId); in HandleHotplug() local
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
| D | ddr_training_uart.c | 28 void uart_early_putc(const char c) in uart_early_putc() 48 char c; in uart_early_put_hex() local
|
| /device/qemu/SmartL_E802/liteos_m/board/libc/ |
| D | dprintf.c | 57 STATIC VOID UartPutc(CHAR c) in UartPutc() 62 STATIC VOID FuncPuts(const CHAR *s, VOID (*funcPutc)(CHAR c)) in FuncPuts()
|
| /device/soc/rockchip/rk2206/hdf_driver/fs/ |
| D | fs_driver.c | 72 static int32_t fs_read(const struct lfs_config *c, in fs_read() 122 static int32_t fs_write(const struct lfs_config *c, in fs_write() 259 static int32_t fs_erase(const struct lfs_config *c, lfs_block_t block) in fs_erase() 288 static int32_t fs_sync(const struct lfs_config *c) in fs_sync()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
| D | packet_create.py | 31 def _initial(self, c): argument 42 def _update_crc(self, crc, c): argument
|