Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/plat/mediatek/mt8192/include/
H A Dplat_pm.h27 #define IS_CLUSTER_OFF_STATE(s) \ argument
29 #define IS_MCUSYS_OFF_STATE(s) \ argument
31 #define IS_SYSTEM_SUSPEND_STATE(s) \ argument
/rk3399_ARM-atf/plat/mediatek/mt8195/include/
H A Dplat_pm.h27 #define IS_CLUSTER_OFF_STATE(s) \ argument
29 #define IS_MCUSYS_OFF_STATE(s) \ argument
31 #define IS_SYSTEM_SUSPEND_STATE(s) \ argument
/rk3399_ARM-atf/lib/libc/
H A Dsnprintf.c32 static void string_print(char **s, size_t n, size_t *chars_printed, in string_print()
41 static void unsigned_num_print(char **s, size_t n, size_t *chars_printed, in unsigned_num_print()
109 int vsnprintf(char *s, size_t n, const char *fmt, va_list args) in vsnprintf()
265 int snprintf(char *s, size_t n, const char *fmt, ...) in snprintf()
H A Dstrlen.c9 size_t strlen(const char *s) in strlen()
H A Dputs.c9 int puts(const char *s) in puts()
H A Dstrnlen.c37 strnlen(const char *s, size_t maxlen) in strnlen()
H A Dmemchr.c12 const unsigned char *s = src; in memchr() local
H A Dmemrchr.c13 const unsigned char *s = src + (len - 1); in memrchr() local
H A Dmemcpy.c12 const char *s = src; in memcpy() local
H A Dmemcpy_s.c14 unsigned int *s = (unsigned int *)src; in memcpy_s() local
H A Dmemmove.c25 const char *s = (const char *)src + len; in memmove() local
H A Dstrtok.c40 strtok_r(char *s, const char *delim, char **last) in strtok_r()
H A Dmemcmp.c12 const unsigned char *s = s1; in memcmp() local
H A Dstrtol.c50 const char *s; in strtol() local
H A Dstrtoll.c50 const char *s; in strtoll() local
H A Dstrtoull.c51 const char *s; in strtoull() local
[all...]
H A Dstrtoul.c50 const char *s; in strtoul() local
[all...]
/rk3399_ARM-atf/include/common/
H A Dep_info.h23 #define sec_state_is_valid(s) (((s) == SECURE) || \ argument
27 #define sec_state_is_valid(s) (((s) == SECURE) || ((s) == NON_SECURE)) argument
/rk3399_ARM-atf/plat/renesas/rcar_gen4/
H A Dplat_pm.c25 #define SYSTEM_PWR_STATE(s) ((s)->pwr_domain_state[PLAT_MAX_PWR_LVL]) argument
26 #define CLUSTER_PWR_STATE(s) ((s)->pwr_domain_state[MPIDR_AFFLVL1]) argument
27 #define CORE_PWR_STATE(s) ((s)->pwr_domain_state[MPIDR_AFFLVL0]) argument
/rk3399_ARM-atf/plat/renesas/common/
H A Dplat_pm.c38 #define SYSTEM_PWR_STATE(s) ((s)->pwr_domain_state[PLAT_MAX_PWR_LVL]) argument
39 #define CLUSTER_PWR_STATE(s) ((s)->pwr_domain_state[MPIDR_AFFLVL1]) argument
40 #define CORE_PWR_STATE(s) ((s)->pwr_domain_state[MPIDR_AFFLVL0]) argument
/rk3399_ARM-atf/tools/fiptool/
H A Dwin_posix.h131 inline int chdir(const char *s) in chdir()
141 inline char *strdup(const char *s) in strdup()
/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_strerror.c53 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dudivmoddi4.c188 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4() local
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h489 #define __containerof(x, s, m) ({ \ argument
494 #define __containerof(x, s, m) \ argument
584 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) argument
586 #define __FBSDID(s) struct __hack argument
592 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) argument
594 #define __RCSID(s) struct __hack argument
600 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) argument
602 #define __RCSID_SOURCE(s) struct __hack argument
608 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) argument
610 #define __SCCSID(s) struct __hack argument
[all …]
/rk3399_ARM-atf/plat/mediatek/mt8186/include/
H A Dplat_pm.h37 #define IS_CLUSTER_OFF_STATE(s) \ argument
39 #define IS_MCUSYS_OFF_STATE(s) \ argument
41 #define IS_SYSTEM_SUSPEND_STATE(s) \ argument

12