Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 137) sorted by relevance

123456

/Zephyr-Core-3.5.0/doc/build/dts/
Dmacros.bnf26 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/
Dsha256.c68 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 …]
Dcmac_mode.c55 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()
Daes.c91 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/
Dstrspn.c10 size_t strspn(const char *s, in strspn()
22 size_t strcspn(const char *s, in strcspn()
Dstring.c20 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()
Dstrstr.c41 strstr(const char *s, const char *find) in strstr()
/Zephyr-Core-3.5.0/drivers/rtc/
Drtc_shell.c21 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/
Dgen_driver_kconfig_dts.py48 def printfile(s): argument
51 def str2ident(s): argument
Dgen_defines.py994 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/
Dusb_descriptor.h24 #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/
Ddfu_slot.c57 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/
Dperror.c14 void perror(const char *s) in perror()
/Zephyr-Core-3.5.0/samples/posix/eventfd/src/
Dmain.c29 ssize_t s; in writer() local
45 ssize_t s; in reader() local
/Zephyr-Core-3.5.0/samples/subsys/console/getline/src/
Dmain.c19 char *s = console_getline(); in main() local
/Zephyr-Core-3.5.0/doc/_scripts/
Dgen_helpers.py10 def write_if_updated(path, s): argument
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/
Datoi.c31 int atoi(const char *s) in atoi()
/Zephyr-Core-3.5.0/lib/libc/arcmwdt/
Darcmwdt-string.c13 size_t strnlen(const char *s, size_t maxlen) in strnlen()
/Zephyr-Core-3.5.0/lib/libc/common/source/string/
Dstrnlen.c21 size_t strnlen(const char *s, size_t maxlen) in strnlen()
/Zephyr-Core-3.5.0/drivers/xen/
Devents.c174 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/
Dintc_swerv_pic.c24 #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/
Dspi_mchp_mss_qspi.c122 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/
Dspdxids.py20 def convertToSPDXIDSafe(s): argument
/Zephyr-Core-3.5.0/tests/bluetooth/ctrl_isoal/src/
Disoal_test_common.h35 #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/
Dmain.c20 #define GET_STAT(iface, s) (iface ? iface->stats.s : data->s) argument
22 #define GET_STAT(iface, s) data->s argument

123456