/Zephyr-Core-3.5.0/doc/build/dts/ |
D | macros.bnf | 26 node-macro =/ %s"DT_N" path-id %s"_EXISTS" macro 30 node-macro =/ %s"DT_N" path-id %s"_BUS" ["_" dt-name] macro 32 node-macro =/ %s"DT_N" path-id %s"_REG_NUM" macro 33 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT "_EXISTS" macro 34 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT macro 35 %s"_VAL_" ( %s"ADDRESS" / %s"SIZE") macro 36 node-macro =/ %s"DT_N" path-id %s"_REG_NAME_" dt-name macro 37 %s"_VAL_" ( %s"ADDRESS" / %s"SIZE") macro 39 node-macro =/ %s"DT_N" path-id %s"_IRQ_NUM" macro 40 node-macro =/ %s"DT_N" path-id %s"_IRQ_IDX_" DIGIT "_EXISTS" macro [all …]
|
/Zephyr-Core-3.5.0/tests/crypto/tinycrypt/src/ |
D | sha256.c | 68 struct tc_sha256_state_struct s; in ZTEST() local 98 struct tc_sha256_state_struct s; in ZTEST() local 125 struct tc_sha256_state_struct s; in ZTEST() local 153 struct tc_sha256_state_struct s; in ZTEST() local 181 struct tc_sha256_state_struct s; in ZTEST() local 211 struct tc_sha256_state_struct s; in ZTEST() local 241 struct tc_sha256_state_struct s; in ZTEST() local 271 struct tc_sha256_state_struct s; in ZTEST() local 301 struct tc_sha256_state_struct s; in ZTEST() local 331 struct tc_sha256_state_struct s; in ZTEST() local [all …]
|
D | cmac_mode.c | 55 static void show(const char *label, const uint8_t *s, size_t slen) in show() 68 static uint32_t verify_gf_2_128_double(uint8_t *K1, uint8_t *K2, struct tc_cmac_struct s) in verify_gf_2_128_double() 118 static uint32_t verify_cmac_null_msg(TCCmacState_t s) in verify_cmac_null_msg() 145 static uint32_t verify_cmac_1_block_msg(TCCmacState_t s) in verify_cmac_1_block_msg() 177 static uint32_t verify_cmac_320_bit_msg(TCCmacState_t s) in verify_cmac_320_bit_msg() 212 static uint32_t verify_cmac_512_bit_msg(TCCmacState_t s) in verify_cmac_512_bit_msg()
|
D | aes.c | 91 struct tc_aes_key_sched_struct s; in test_aes_key_chain() local 126 struct tc_aes_key_sched_struct s; in test_aes_vectors() local 146 TCAesKeySched_t s) in var_text_test() 1075 struct tc_aes_key_sched_struct s; in ZTEST() local 1103 struct tc_aes_key_sched_struct s; in var_key_test() local
|
/Zephyr-Core-3.5.0/lib/libc/minimal/source/string/ |
D | strspn.c | 10 size_t strspn(const char *s, in strspn() 22 size_t strcspn(const char *s, in strcspn()
|
D | string.c | 20 char *strcpy(char *ZRESTRICT d, const char *ZRESTRICT s) in strcpy() 42 char *strncpy(char *ZRESTRICT d, const char *ZRESTRICT s, size_t n) in strncpy() 69 char *strchr(const char *s, int c) in strchr() 87 char *strrchr(const char *s, int c) in strrchr() 107 size_t strlen(const char *s) in strlen() 244 void *memmove(void *d, const void *s, size_t n) in memmove() 279 void *memcpy(void *ZRESTRICT d, const void *ZRESTRICT s, size_t n) in memcpy() 385 void *memchr(const void *s, int c, size_t n) in memchr()
|
D | strstr.c | 41 strstr(const char *s, const char *find) in strstr()
|
/Zephyr-Core-3.5.0/drivers/rtc/ |
D | rtc_shell.c | 21 static const char *consume_chars(const char *s, char *dest, unsigned int cnt) in consume_chars() 33 static const char *consume_char(const char *s, char ch) in consume_char() 41 static const char *consume_date(const char *s, struct tm *tm_time) in consume_date() 79 static const char *consume_time(const char *s, struct tm *tm_time) in consume_time() 117 static char *strptime(const char *s, const char *format, struct tm *tm_time) in strptime()
|
/Zephyr-Core-3.5.0/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 48 def printfile(s): argument 51 def str2ident(s): argument
|
D | gen_defines.py | 994 def str2ident(s): argument 1038 def out_comment(s, blank_before=True): argument 1069 def escape(s): argument 1076 def quote_str(s): argument 1098 def err(s): argument
|
/Zephyr-Core-3.5.0/subsys/usb/device/ |
D | usb_descriptor.h | 24 #define USB_BSTRING_LENGTH(s) (sizeof(s) * 2 - 2) argument 36 #define USB_STRING_DESCRIPTOR_LENGTH(s) (sizeof(s) * 2) argument
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | dfu_slot.c | 57 struct slot *s; in is_slot_committed() local 106 struct slot *s; in slot_index_defrag() local 257 struct slot *s; in bt_mesh_dfu_slot_del_all() local 268 struct slot *s; in bt_mesh_dfu_slot_at() local 281 struct slot *s; in bt_mesh_dfu_slot_get() local 299 struct slot *s; in bt_mesh_dfu_slot_img_idx_get() local 316 struct slot *s; in bt_mesh_dfu_slot_foreach() local 351 struct slot *s, *prev = NULL; in slot_data_load() local
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | perror.c | 14 void perror(const char *s) in perror()
|
/Zephyr-Core-3.5.0/samples/posix/eventfd/src/ |
D | main.c | 29 ssize_t s; in writer() local 45 ssize_t s; in reader() local
|
/Zephyr-Core-3.5.0/samples/subsys/console/getline/src/ |
D | main.c | 19 char *s = console_getline(); in main() local
|
/Zephyr-Core-3.5.0/doc/_scripts/ |
D | gen_helpers.py | 10 def write_if_updated(path, s): argument
|
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/ |
D | atoi.c | 31 int atoi(const char *s) in atoi()
|
/Zephyr-Core-3.5.0/lib/libc/arcmwdt/ |
D | arcmwdt-string.c | 13 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
/Zephyr-Core-3.5.0/lib/libc/common/source/string/ |
D | strnlen.c | 21 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
/Zephyr-Core-3.5.0/drivers/xen/ |
D | events.c | 174 shared_info_t *s = HYPERVISOR_shared_info; in mask_event_channel() local 188 shared_info_t *s = HYPERVISOR_shared_info; in unmask_event_channel() local 201 shared_info_t *s = HYPERVISOR_shared_info; in clear_event_channel() local 208 shared_info_t *s = HYPERVISOR_shared_info; in get_pending_events() local
|
/Zephyr-Core-3.5.0/drivers/interrupt_controller/ |
D | intc_swerv_pic.c | 24 #define SWERV_PIC_meipl(s) (0x0 + (s)*4) argument 26 #define SWERV_PIC_meie(s) (0x2000 + (s)*4) argument 27 #define SWERV_PIC_meigwctrl(s) (0x4000 + (s)*4) argument 28 #define SWERV_PIC_meigwclr(s) (0x5000 + (s)*4) argument
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_mchp_mss_qspi.c | 122 static void mss_qspi_enable_ints(const struct mss_qspi_config *s) in mss_qspi_enable_ints() 131 static void mss_qspi_disable_ints(const struct mss_qspi_config *s) in mss_qspi_disable_ints() 140 const struct mss_qspi_config *s = dev->config; in mss_qspi_transmit_x8() local 161 const struct mss_qspi_config *s = dev->config; in mss_qspi_transmit_x32() local 183 const struct mss_qspi_config *s = dev->config; in mss_qspi_receive_x32() local 205 const struct mss_qspi_config *s = dev->config; in mss_qspi_receive_x8() local 229 const struct mss_qspi_config *s = dev->config; in mss_qspi_config_frames() local 256 const struct mss_qspi_config *s = dev->config; in mss_qspi_transmit() local 310 const struct mss_qspi_config *s = dev->config; in mss_qspi_receive() local 345 static inline int mss_qspi_clk_gen_set(const struct mss_qspi_config *s, in mss_qspi_clk_gen_set() [all …]
|
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/ |
D | spdxids.py | 20 def convertToSPDXIDSafe(s): argument
|
/Zephyr-Core-3.5.0/tests/bluetooth/ctrl_isoal/src/ |
D | isoal_test_common.h | 35 #define STATE_TO_STR(s) (s == BT_ISO_SINGLE ? "SINGLE" : \ argument 40 #define ROLE_TO_STR(s) \ argument 46 #define FSM_TO_STR(s) (s == ISOAL_START ? "START" : \ argument
|
/Zephyr-Core-3.5.0/samples/net/stats/src/ |
D | main.c | 20 #define GET_STAT(iface, s) (iface ? iface->stats.s : data->s) argument 22 #define GET_STAT(iface, s) data->s argument
|