Searched refs:s1 (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-a/lib/libc/ |
A D | strcmp.c | 46 strcmp(const char *s1, const char *s2) in strcmp() argument 48 while (*s1 == *s2++) in strcmp() 49 if (*s1++ == '\0') in strcmp() 51 return (*(const unsigned char *)s1 - *(const unsigned char *)(s2 - 1)); in strcmp()
|
A D | strncmp.c | 40 strncmp(const char *s1, const char *s2, size_t n) in strncmp() argument 46 if (*s1 != *s2++) in strncmp() 47 return (*(const unsigned char *)s1 - in strncmp() 49 if (*s1++ == '\0') in strncmp()
|
A D | memcmp.c | 10 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() argument 12 const unsigned char *s = s1; in memcmp()
|
/trusted-firmware-a/include/lib/libc/ |
A D | string.h | 18 int memcmp(const void *s1, const void *s2, size_t len); 19 int strcmp(const char *s1, const char *s2); 20 int strncmp(const char *s1, const char *s2, size_t n);
|
/trusted-firmware-a/lib/zlib/ |
A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() argument 161 const Bytef* s1; in zmemcmp() 168 if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
|
A D | zutil.h | 232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
/trusted-firmware-a/plat/qti/qtiseclib/inc/ |
A D | qtiseclib_cb_interface.h | 19 int qtiseclib_cb_strcmp(const char *s1, const char *s2);
|
/trusted-firmware-a/plat/qti/qtiseclib/src/ |
A D | qtiseclib_cb_interface.c | 32 int qtiseclib_cb_strcmp(const char *s1, const char *s2) in qtiseclib_cb_strcmp() argument 34 return strcmp(s1, s2); in qtiseclib_cb_strcmp()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | pygments.css | 66 .highlight .s1 { color: #4070a0 } /* Literal.String.Single */
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxhighlight.sty | 73 \@namedef{PYG@tok@s1}{\def\PYG@tc##1{\textcolor[rgb]{0.25,0.44,0.63}{##1}}}
|
A D | trustedfirmware-a.tex | 3243 bash \PYGZhy{}c \PYG{l+s+s1}{\PYGZsq{}cd /TF \PYGZam{}\PYGZam{} \PYGZbs{}} 3244 \PYG{l+s+s1}{ pip3 install plantuml \PYGZhy{}r ./docs/requirements.txt \PYGZam{}\PYGZam{} mak… 5015 \PYG{n+nv}{CFLAGS}\PYG{o}{=}\PYG{l+s+s1}{\PYGZsq{}\PYGZhy{}O0 \PYGZhy{}gdwarf\PYGZhy{}2\PYGZsq{}} … 24376 \PYGZgt{} Test suite \PYG{l+s+s1}{\PYGZsq{}FF\PYGZhy{}A Interrupt\PYGZsq{}} 24378 \PYGZgt{} Test suite \PYG{l+s+s1}{\PYGZsq{}SMMUv3 tests\PYGZsq{}} 24380 \PYGZgt{} Test suite \PYG{l+s+s1}{\PYGZsq{}PMU Leakage\PYGZsq{}} 24382 \PYGZgt{} Test suite \PYG{l+s+s1}{\PYGZsq{}DebugFS\PYGZsq{}} 24384 \PYGZgt{} Test suite \PYG{l+s+s1}{\PYGZsq{}Realm payload tests\PYGZsq{}} 39802 …s1}{\PYGZsq{}fip\PYGZus{}ddr\PYGZsq{}} should never be combine with other make target \PYG{l+s+s1}… 40456 …\PYGZhy{}append \PYG{l+s+s1}{\PYGZsq{}console=ttyAMA0,38400 keep\PYGZus{}bootcon\PYGZsq{}} \PYG{l… [all …]
|
Completed in 99 milliseconds