Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 33) sorted by relevance

12

/include/configs/
A Devb_ast2600.h14 #define STR_HELPER(s) #s argument
15 #define STR(s) STR_HELPER(s) argument
A Dsandbox.h13 #define SB_TO_UL(s) SB_CONCAT(s, UL) argument
/include/linux/
A Dcompiler-gcc.h156 #define __diag_GCC(version, severity, s) \ argument
157 __diag_GCC_ ## version(__diag_GCC_ ## severity s)
164 #define __diag_str1(s) #s argument
165 #define __diag_str(s) __diag_str1(s) argument
166 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s)) argument
169 #define __diag_GCC_8(s) __diag(s) argument
171 #define __diag_GCC_8(s) argument
A Dutf.h6 static inline int utf8_to_utf16le(const char *s, __le16 *cp, unsigned len) in utf8_to_utf16le() argument
17 while (len != 0 && (c = (u8) *s++) != 0) { in utf8_to_utf16le()
26 c = (u8) *s++; in utf8_to_utf16le()
39 c = (u8) *s++; in utf8_to_utf16le()
45 c = (u8) *s++; in utf8_to_utf16le()
A Dstring.h66 const char *strchrnul(const char *s, int c);
96 size_t strcspn(const char *s, const char *reject);
A Dioport.h160 static inline int __deprecated check_region(resource_size_t s, in check_region() argument
163 return __check_region(&ioport_resource, s, n); in check_region()
/include/
A Dcli_hush.h19 int set_local_var(const char *s, int flg_export);
36 static inline int set_local_var(const char *s, int flg_export) in set_local_var() argument
45 int set_local_var_modern(char *s, int flg_export);
61 static inline int set_local_var_modern(char *s, int flg_export) in set_local_var_modern() argument
68 char *get_local_var(const char *s);
A Dstdio.h14 void puts(const char *s);
27 static inline void puts(const char *s) in puts() argument
73 #define eputs(s) fputs(stderr, s) argument
78 void fputs(int file, const char *s);
A Dmemalign.h70 #define PAD_COUNT(s, pad) (((s) - 1) / (pad) + 1) argument
71 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) argument
A Dg_dnl.h38 int g_dnl_register(const char *s);
41 void g_dnl_set_product(const char *s);
A Dphysmem.h21 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);
A Dcharset.h87 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX) argument
158 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX) argument
A Dautoboot.h78 static inline void autoboot_command(const char *s) in autoboot_command() argument
A Dsemihosting.h158 void smh_puts(const char *s);
A Dserial.h16 void (*puts)(const char *s);
23 void default_serial_puts(const char *s);
198 ssize_t (*puts)(struct udevice *dev, const char *s, size_t len);
A Dconsole.h170 void console_puts_select_stderr(bool serial_only, const char *s);
A Dstdio_dev.h40 void (*puts)(struct stdio_dev *dev, const char *s);
A Dnet-legacy.h506 void ip_to_string(struct in_addr x, char *s);
516 struct in_addr string_to_ip(const char *s);
519 void vlan_to_string(ushort x, char *s);
522 ushort string_to_vlan(const char *s);
A Dtee.h399 const u8 s[TEE_UUID_LEN]);
410 const struct tee_optee_ta_uuid *s);
A Denv.h370 void env_set_default(const char *s, int flags);
A Dimx8image.h300 #define append(p, s, l) do { \ argument
301 memcpy((p), (uint8_t *)(s), (l)); (p) += (l); \
A Dppc_asm.tmpl100 /* Registers in the processor's internal memory map that we use.
162 * task's thread_struct.
204 #define COPY_EE(d, s) rlwimi d,s,0,16,16
205 #define NOCOPY(d, s)
A Dnet-common.h427 struct in_addr string_to_ip(const char *s);
437 void ip_to_string(struct in_addr x, char *s);
/include/u-boot/
A Dcrc.h35 uint16_t crc16_ccitt(uint16_t crc_start, const unsigned char *s, int len);
/include/crypto/
A Dpublic_key.h50 u8 *s; /* Signature */ member

Completed in 116 milliseconds

12