| /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/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/soc/rockchip/common/sdk_linux/scripts/dtc/ |
| D | checks.c | 10 #define TRACE(c, ...) … argument 17 #define TRACE(c, fmt, ...) … argument 61 …check_msg(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const ch… in check_msg() 118 #define FAIL(c, dti, node, ...) … argument 125 #define FAIL_PROP(c, dti, node, prop, ...) … argument 132 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 144 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 192 static inline void check_always_fail(struct check *c, struct dt_info *dti, struct node *node) in check_always_fail() 198 static void check_is_string(struct check *c, struct dt_info *dti, struct node *node) in check_is_string() 215 static void check_is_string_list(struct check *c, struct dt_info *dti, struct node *node) in check_is_string_list() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/sys-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/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/sysroot/usr/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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/sys-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/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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/sysroot/usr/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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/sysroot/usr/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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/sys-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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/sysroot/usr/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/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/sys-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/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/ |
| D | arch.h | 252 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument 253 #define lwip_isdigit(c) lwip_in_range((c), '0', '9') argument 254 #define lwip_isxdigit(c) (lwip_isdigit(c) || lwip_in_range((c), 'a', 'f') || lwip_in_range… argument 255 #define lwip_islower(c) lwip_in_range((c), 'a', 'z') argument 256 #define lwip_isspace(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || (c) == '\r' || (c) =… argument 257 #define lwip_isupper(c) lwip_in_range((c), 'A', 'Z') argument 258 #define lwip_tolower(c) (lwip_isupper(c) ? (c) - 'A' + 'a' : c) argument 259 #define lwip_toupper(c) (lwip_islower(c) ? (c) - 'a' + 'A' : c) argument 262 #define lwip_isdigit(c) isdigit((unsigned char)(c)) argument 263 #define lwip_isxdigit(c) isxdigit((unsigned char)(c)) argument [all …]
|
| /device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
| D | recovery.c | 105 static int get_master_node(const struct ubifs_info *c, int lnum, void **pbuf, struct ubifs_mst_node… in get_master_node() 206 static int write_rcvrd_mst_node(struct ubifs_info *c, struct ubifs_mst_node *mst) in write_rcvrd_mst_node() 242 int ubifs_recover_master_node(struct ubifs_info *c) in ubifs_recover_master_node() 397 int ubifs_write_rcvrd_mst_node(struct ubifs_info *c) in ubifs_write_rcvrd_mst_node() 426 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) in is_last_write() 453 static void clean_buf(const struct ubifs_info *c, void **buf, int lnum, int *offs, int *len) in clean_buf() 481 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, int lnum, int offs) in no_more_nodes() 515 static int fix_unclean_leb(struct ubifs_info *c, struct ubifs_scan_leb *sleb, int start) in fix_unclean_leb() 641 struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf, int … in ubifs_recover_leb() 851 static int get_cs_sqnum(struct ubifs_info *c, int lnum, int offs, unsigned long long *cs_sqnum) in get_cs_sqnum() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/demos/tlcp/ |
| D | url_parser.c | 73 static int is_alpha(char c) in is_alpha() 82 static int is_digit(char c) in is_digit() 90 static int is_control(char c) in is_control() 102 char c; in lookup_scheme() local 130 static int parse_user_password(const char *s, size_t s_len, URL_COMPONENTS *c) in parse_user_password() 155 static int parse_authority(const char *s, size_t s_len, URL_COMPONENTS *c) in parse_authority() 268 URL_COMPONENTS *c; in parse_url() local 391 void free_url_components(URL_COMPONENTS *c) in free_url_components()
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/rom/open_source/libboundscheck/src/ |
| D | secinput.h | 141 #define isspace(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\r') || ((c) == '\n')) argument 144 #define iswspace(c) (((c) == L' ') || ((c) == L'\t') || ((c) == L'\r') || ((c) == L'\n')) argument 147 #define isascii(c) (((unsigned char)(c)) <= 0x7f) argument 150 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') argument 153 #define islower(c) ((c) >= 'a' && (c) <= 'z') argument 156 #define isalpha(c) (isupper(c) || (islower(c))) argument 159 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument 162 #define isxupper(c) ((c) >= 'A' && (c) <= 'F') argument 165 #define isxlower(c) ((c) >= 'a' && (c) <= 'f') argument 168 #define isxdigit(c) (isdigit(c) || isxupper(c) || isxlower(c)) argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/libboundscheck/src/ |
| D | secinput.h | 130 #define isspace(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\r') || ((c) == '\n')) argument 133 #define iswspace(c) (((c) == L' ') || ((c) == L'\t') || ((c) == L'\r') || ((c) == L'\n')) argument 136 #define isascii(c) (((unsigned char)(c)) <= 0x7f) argument 139 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') argument 142 #define islower(c) ((c) >= 'a' && (c) <= 'z') argument 145 #define isalpha(c) (isupper(c) || (islower(c))) argument 148 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument 151 #define isxupper(c) ((c) >= 'A' && (c) <= 'F') argument 154 #define isxlower(c) ((c) >= 'a' && (c) <= 'f') argument 157 #define isxdigit(c) (isdigit(c) || isxupper(c) || isxlower(c)) argument
|
| D | memset_s.c | 85 #define SECUREC_UNALIGNED_SET(dest, c, count) do { \ argument 194 #define SECUREC_ALIGNED_SET_OPT_ZERO_FF(dest, c, count) do { \ argument 408 #define SECUREC_SMALL_MEM_SET(dest, c, count) do { \ argument 419 #define SECUREC_MEMSET_OPT(dest, c, count) do { \ argument 431 SECUREC_INLINE errno_t SecMemsetError(void *dest, size_t destMax, int c) in SecMemsetError() 469 errno_t memset_s(void *dest, size_t destMax, int c, size_t count) in memset_s() 487 errno_t memset_sOptAsm(void *dest, size_t destMax, int c, size_t count) in memset_sOptAsm() 500 errno_t memset_sOptTc(void *dest, size_t destMax, int c, size_t count) in memset_sOptTc()
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_pke_v5/ |
| D | drv_pke_cal.c | 36 const drv_pke_data *c) in drv_cipher_pke_add_mod() 44 const drv_pke_data *c) in drv_cipher_pke_sub_mod() 52 const drv_pke_data *c) in drv_cipher_pke_mul_mod() 59 td_s32 drv_cipher_pke_inv_mod(const drv_pke_data *a, const drv_pke_data *p, const drv_pke_data *c) in drv_cipher_pke_inv_mod() 66 td_s32 drv_cipher_pke_mod(const drv_pke_data *a, const drv_pke_data *p, const drv_pke_data *c) in drv_cipher_pke_mod() 73 td_s32 drv_cipher_pke_mul(const drv_pke_data *a, const drv_pke_data *b, const drv_pke_data *c) in drv_cipher_pke_mul()
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/security_unified/hal_cipher/include/common_include/ |
| D | crypto_security.h | 47 #define security_inner_sec_count_args(dummy, a, b, c, d, e, f, g, count, ...) count argument 52 #define security_sec_cs_3(a, b, c) ((unsigned long)(a) ^ (unsigned long)(b) ^ (unsigned long)(c) ^ … argument 53 #define security_sec_cs_4(a, b, c, d) \ argument 55 #define security_sec_cs_5(a, b, c, d, e) ((unsigned long)(a) ^ (unsigned long)(b) ^ (unsigned long)… argument 57 #define security_sec_cs_6(a, b, c, d, e, f) \ argument 60 #define security_sec_cs_7(a, b, c, d, e, f, g) \ argument 96 #define memset_enhance_chk_return(ret, dest, destMax, c, count) do { \ argument 100 #define memcpy_enhance_chk_return(ret, dest, destMax, c, count) do { \ argument 108 #define memset_enhance_chk_goto(ret, dest, destMax, c, count, label) do { \ argument 112 #define memcpy_enhance_chk_goto(ret, dest, destMax, c, count, label) do { \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/tls/ |
| D | bignum.c | 141 struct bignum *c) in bignum_add() 159 struct bignum *c) in bignum_sub() 177 struct bignum *c) in bignum_mul() 196 const struct bignum *c, struct bignum *d) in bignum_mulmod() 216 const struct bignum *c, struct bignum *d) in bignum_exptmod()
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/lib/gcc/riscv32-linux-musl/7.3.0/include/ |
| D | stdint-gcc.h | 240 #define INT8_C(c) __INT8_C(c) argument 242 #define INT16_C(c) __INT16_C(c) argument 244 #define INT32_C(c) __INT32_C(c) argument 246 #define INT64_C(c) __INT64_C(c) argument 248 #define UINT8_C(c) __UINT8_C(c) argument 250 #define UINT16_C(c) __UINT16_C(c) argument 252 #define UINT32_C(c) __UINT32_C(c) argument 254 #define UINT64_C(c) __UINT64_C(c) argument 256 #define INTMAX_C(c) __INTMAX_C(c) argument 258 #define UINTMAX_C(c) __UINTMAX_C(c) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/lib/gcc/riscv32-linux-musl/7.3.0/include/ |
| D | stdint-gcc.h | 240 #define INT8_C(c) __INT8_C(c) argument 242 #define INT16_C(c) __INT16_C(c) argument 244 #define INT32_C(c) __INT32_C(c) argument 246 #define INT64_C(c) __INT64_C(c) argument 248 #define UINT8_C(c) __UINT8_C(c) argument 250 #define UINT16_C(c) __UINT16_C(c) argument 252 #define UINT32_C(c) __UINT32_C(c) argument 254 #define UINT64_C(c) __UINT64_C(c) argument 256 #define INTMAX_C(c) __INTMAX_C(c) argument 258 #define UINTMAX_C(c) __UINTMAX_C(c) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/lib/gcc/riscv32-linux-musl/7.3.0/include/ |
| D | stdint-gcc.h | 240 #define INT8_C(c) __INT8_C(c) argument 242 #define INT16_C(c) __INT16_C(c) argument 244 #define INT32_C(c) __INT32_C(c) argument 246 #define INT64_C(c) __INT64_C(c) argument 248 #define UINT8_C(c) __UINT8_C(c) argument 250 #define UINT16_C(c) __UINT16_C(c) argument 252 #define UINT32_C(c) __UINT32_C(c) argument 254 #define UINT64_C(c) __UINT64_C(c) argument 256 #define INTMAX_C(c) __INTMAX_C(c) argument 258 #define UINTMAX_C(c) __UINTMAX_C(c) argument
|