| /arm-trusted-firmware/plat/mediatek/mt8192/include/ |
| H A D | plat_pm.h | 27 #define IS_CLUSTER_OFF_STATE(s) \ argument 29 #define IS_MCUSYS_OFF_STATE(s) \ argument 31 #define IS_SYSTEM_SUSPEND_STATE(s) \ argument
|
| /arm-trusted-firmware/plat/mediatek/mt8195/include/ |
| H A D | plat_pm.h | 27 #define IS_CLUSTER_OFF_STATE(s) \ argument 29 #define IS_MCUSYS_OFF_STATE(s) \ argument 31 #define IS_SYSTEM_SUSPEND_STATE(s) \ argument
|
| /arm-trusted-firmware/include/common/ |
| H A D | ep_info.h | 23 #define sec_state_is_valid(s) (((s) == SECURE) || \ argument 27 #define sec_state_is_valid(s) (((s) == SECURE) || ((s) == NON_SECURE)) argument
|
| /arm-trusted-firmware/lib/libc/ |
| H A D | snprintf.c | 32 static void string_print(char **s, size_t n, size_t *chars_printed, in string_print() argument 41 static void unsigned_num_print(char **s, size_t n, size_t *chars_printed, in unsigned_num_print() argument 109 int vsnprintf(char *s, size_t n, const char *fmt, va_list args) in vsnprintf() argument 265 snprintf(char * s,size_t n,const char * fmt,...) snprintf() argument [all...] |
| H A D | puts.c | 9 int puts(const char *s) in puts() argument
|
| H A D | strlen.c | 9 size_t strlen(const char *s) in strlen() argument
|
| H A D | strnlen.c | 37 strnlen(const char *s, size_t maxlen) in strnlen() argument
|
| H A D | memchr.c | 12 const unsigned char *s = src; in memchr() local
|
| H A D | memrchr.c | 13 const unsigned char *s = src + (len - 1); in memrchr() local
|
| H A D | memcpy.c | 12 const char *s = src; in memcpy() local
|
| H A D | memcpy_s.c | 14 unsigned int *s = (unsigned int *)src; in memcpy_s() local
|
| H A D | memmove.c | 25 const char *s = (const char *)src + len; in memmove() local
|
| H A D | strtok.c | 40 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument [all...] |
| H A D | memcmp.c | 12 const unsigned char *s = s1; in memcmp() local
|
| H A D | strtol.c | 50 const char *s; in strtol() local [all...] |
| H A D | strtoul.c | 50 const char *s; in strtoul() local [all...] |
| H A D | strtoll.c | 50 const char *s; in strtoll() local [all...] |
| H A D | strtoull.c | 50 const char *s; in strtoull() local [all...] |
| /arm-trusted-firmware/tools/fiptool/ |
| H A D | win_posix.h | 131 inline int chdir(const char *s) in chdir() argument 141 inline char *strdup(const char *s) in strdup() argument
|
| /arm-trusted-firmware/plat/renesas/common/ |
| H A D | plat_pm.c | 35 #define SYSTEM_PWR_STATE(s) ((s)->pwr_domain_state[PLAT_MAX_PWR_LVL]) argument 36 #define CLUSTER_PWR_STATE(s) ((s)->pwr_domain_state[MPIDR_AFFLVL1]) argument 37 #define CORE_PWR_STATE(s) ((s)->pwr_domain_state[MPIDR_AFFLVL0]) argument
|
| /arm-trusted-firmware/lib/libfdt/ |
| H A D | fdt_strerror.c | 53 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
|
| H A D | fdt_sw.c | 250 static int fdt_add_string_(void *fdt, const char *s) in fdt_add_string_() argument 268 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() argument 276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_() argument
|
| /arm-trusted-firmware/lib/compiler-rt/builtins/ |
| H A D | udivmoddi4.c | 188 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); __udivmoddi4() local [all...] |
| /arm-trusted-firmware/plat/mediatek/mt8186/include/ |
| H A D | plat_pm.h | 37 #define IS_CLUSTER_OFF_STATE(s) \ argument 39 #define IS_MCUSYS_OFF_STATE(s) \ argument 41 #define IS_SYSTEM_SUSPEND_STATE(s) \ argument
|
| /arm-trusted-firmware/include/lib/libc/sys/ |
| H A D | cdefs.h | 489 #define __containerof(x, s, m) ({ \ argument 494 #define __containerof(x, s, m) \ argument 584 __FBSDID(s) global() argument 586 __FBSDID(s) global() argument 592 __RCSID(s) global() argument 594 __RCSID(s) global() argument 600 __RCSID_SOURCE(s) global() argument 602 __RCSID_SOURCE(s) global() argument 608 __SCCSID(s) global() argument 610 __SCCSID(s) global() argument 616 __COPYRIGHT(s) global() argument 618 __COPYRIGHT(s) global() argument [all...] |