Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-Core-3.5.0/lib/libc/minimal/source/string/
Dstring.c126 int strcmp(const char *s1, const char *s2) in strcmp() argument
128 while ((*s1 == *s2) && (*s1 != '\0')) { in strcmp()
130 s2++; in strcmp()
133 return *s1 - *s2; in strcmp()
143 int strncmp(const char *s1, const char *s2, size_t n) in strncmp() argument
145 while ((n > 0) && (*s1 == *s2) && (*s1 != '\0')) { in strncmp()
147 s2++; in strncmp()
151 return (n == 0) ? 0 : (*s1 - *s2); in strncmp()
Dstrncasecmp.c11 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() argument
20 lower2 = tolower((unsigned char)*s2++); in strncasecmp()
/Zephyr-Core-3.5.0/scripts/build/
Dcheck_init_priorities_test.py76 s2 = mock.Mock()
77 s2.name = "b"
78 s2.entry.st_info.type = "STT_FUNC"
79 s2.entry.st_size = 8
80 s2.entry.st_value = 0xbb
81 s2.entry.st_shndx = 2
83 sts.iter_symbols.return_value = [s0, s1, s2]
107 s2 = mock.Mock()
108 s2.name = "__init_PRE_KERNEL_2_start"
109 s2.entry.st_value = 0x22
[all …]
/Zephyr-Core-3.5.0/samples/subsys/zbus/benchmark/src/
Dbenchmark.c39 s2
63 ZBUS_SUBSCRIBER_DEFINE(s2, 4);
107 S_TASK(s2) in S_TASK() argument
137 ZBUS_LISTENER_DEFINE(s2, s_cb);
/Zephyr-Core-3.5.0/lib/libc/minimal/include/
Dstring.h28 extern int strcmp(const char *s1, const char *s2);
29 extern int strncmp(const char *s1, const char *s2, size_t n);
Dstrings.h18 extern int strncasecmp(const char *s1, const char *s2, size_t n);
/Zephyr-Core-3.5.0/arch/x86/zefi/
Dzefi.c68 static inline bool efi_guid_compare(efi_guid_t *s1, efi_guid_t *s2) in efi_guid_compare() argument
70 return ((s1->Part1 == s2->Part1) && (s1->Part2 == s2->Part2)); in efi_guid_compare()
/Zephyr-Core-3.5.0/include/zephyr/arch/mips/
Dthread.h36 unsigned long s2; /* saved register */ member
/Zephyr-Core-3.5.0/arch/mips/include/mips/
Dregdef.h44 #define s2 $18 macro
/Zephyr-Core-3.5.0/include/zephyr/arch/riscv/
Dthread.h36 unsigned long s2; /* saved register */ member
/Zephyr-Core-3.5.0/arch/mips/core/offsets/
Doffsets.c18 GEN_OFFSET_SYM(_callee_saved_t, s2);
/Zephyr-Core-3.5.0/arch/riscv/core/
Dswitch.S21 RV_I( op s2, _thread_offset_to_s2(reg) );\
/Zephyr-Core-3.5.0/arch/mips/core/
Disr.S25 op s2, THREAD_O(s2)(reg) ;\
/Zephyr-Core-3.5.0/samples/sensor/lsm6dsl/
DREADME.rst69 accel (-3.184000 -0.697000 9.207000) m/s2
/Zephyr-Core-3.5.0/arch/riscv/core/offsets/
Doffsets.c34 GEN_OFFSET_SYM(_callee_saved_t, s2);
/Zephyr-Core-3.5.0/subsys/mgmt/osdp/src/
Dosdp_sc.c98 static int osdp_ct_compare(const void *s1, const void *s2, size_t len) in osdp_ct_compare() argument
102 const uint8_t *_s2 = s2; in osdp_ct_compare()
Dosdp_cp.c100 char *tok, *s1, *s2, addr_buf[32 * CONFIG_OSDP_NUM_CONNECTED_PD]; in osdp_extract_address() local
106 addr = strtoul(tok, &s2, 10); in osdp_extract_address()
107 if (*s2 != '\0') { /* tok must be number-ish */ in osdp_extract_address()
/Zephyr-Core-3.5.0/samples/boards/96b_argonkey/sensors/
DREADME.rst68 accel (0.004000 -0.540000 9.757000) m/s2
/Zephyr-Core-3.5.0/drivers/modem/
Dwncm14a2a.c989 static int net_buf_ncmp(struct net_buf *buf, const uint8_t *s2, size_t n) in net_buf_ncmp() argument
994 while ((n > 0) && (*(frag->data + offset) == *s2) && (*s2 != '\0')) { in net_buf_ncmp()
1005 s2++; in net_buf_ncmp()
1009 return (n == 0) ? 0 : (*(frag->data + offset) - *s2); in net_buf_ncmp()
/Zephyr-Core-3.5.0/boards/xtensa/esp32s2_franzininho/doc/
Dindex.rst172 .. [1] https://www.espressif.com/en/products/socs/esp32-s2
/Zephyr-Core-3.5.0/soc/riscv/openisa_rv32m1/
Dlinker.ld174 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
/Zephyr-Core-3.5.0/subsys/shell/
Dshell.c409 static size_t str_common(const char *s1, const char *s2, size_t n) in str_common() argument
413 while ((n > 0) && (*s1 == *s2) && (*s1 != '\0')) { in str_common()
415 s2++; in str_common()
/Zephyr-Core-3.5.0/include/zephyr/arch/nios2/
Dlinker.ld219 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
/Zephyr-Core-3.5.0/boards/xtensa/esp32s2_saola/doc/
Dindex.rst246 .. [1] https://www.espressif.com/en/products/socs/esp32-s2
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/
Dmcuboot.ld136 *(.gnu.linkonce.s2.*)

12