| /include/configs/ |
| A D | evb_ast2600.h | 14 #define STR_HELPER(s) #s argument 15 #define STR(s) STR_HELPER(s) argument
|
| A D | sandbox.h | 13 #define SB_TO_UL(s) SB_CONCAT(s, UL) argument
|
| /include/linux/ |
| A D | compiler-gcc.h | 156 #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 D | utf.h | 6 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 D | string.h | 66 const char *strchrnul(const char *s, int c); 96 size_t strcspn(const char *s, const char *reject);
|
| A D | ioport.h | 160 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 D | cli_hush.h | 19 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 D | stdio.h | 14 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 D | memalign.h | 70 #define PAD_COUNT(s, pad) (((s) - 1) / (pad) + 1) argument 71 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) argument
|
| A D | g_dnl.h | 38 int g_dnl_register(const char *s); 41 void g_dnl_set_product(const char *s);
|
| A D | physmem.h | 21 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);
|
| A D | charset.h | 87 #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 D | autoboot.h | 78 static inline void autoboot_command(const char *s) in autoboot_command() argument
|
| A D | semihosting.h | 158 void smh_puts(const char *s);
|
| A D | serial.h | 16 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 D | console.h | 170 void console_puts_select_stderr(bool serial_only, const char *s);
|
| A D | stdio_dev.h | 40 void (*puts)(struct stdio_dev *dev, const char *s);
|
| A D | net-legacy.h | 506 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 D | tee.h | 399 const u8 s[TEE_UUID_LEN]); 410 const struct tee_optee_ta_uuid *s);
|
| A D | env.h | 370 void env_set_default(const char *s, int flags);
|
| A D | imx8image.h | 300 #define append(p, s, l) do { \ argument 301 memcpy((p), (uint8_t *)(s), (l)); (p) += (l); \
|
| A D | ppc_asm.tmpl | 100 /* 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 D | net-common.h | 427 struct in_addr string_to_ip(const char *s); 437 void ip_to_string(struct in_addr x, char *s);
|
| /include/u-boot/ |
| A D | crc.h | 35 uint16_t crc16_ccitt(uint16_t crc_start, const unsigned char *s, int len);
|
| /include/crypto/ |
| A D | public_key.h | 50 u8 *s; /* Signature */ member
|