Searched refs:s2 (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() 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() 48 *(const unsigned char *)(s2 - 1)); in strncmp()
|
A D | memcmp.c | 10 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() argument 13 const unsigned char *d = s2; 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 162 const Bytef* s2; 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 | 60 .highlight .s2 { color: #4070a0 } /* Literal.String.Double */
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxhighlight.sty | 71 \@namedef{PYG@tok@s2}{\def\PYG@tc##1{\textcolor[rgb]{0.25,0.44,0.63}{##1}}}
|
A D | trustedfirmware-a.tex | 3062 …s2}{\PYGZdq{}}\PYG{n+nv}{\PYGZdl{}SHELL}\PYG{l+s+s2}{\PYGZdq{}} \PYGZhy{}ic \PYG{l+s+s2}{\PYGZdq{}… 5396 …}{\PYGZus{}\PYGZus{}section}\PYG{p}{(}\PYG{l+s+s2}{\PYGZdq{}}\PYG{l+s+s2}{bakery\PYGZus{}lock}\PYG… 19168 \PYG{l+s+s2}{\PYGZdq{}image\PYGZdq{}}: \PYG{l+s+s2}{\PYGZdq{}tee1.bin\PYGZdq{}}, 19169 \PYG{l+s+s2}{\PYGZdq{}pm\PYGZdq{}}: \PYG{l+s+s2}{\PYGZdq{}tee1.dts\PYGZdq{}}, 19170 \PYG{l+s+s2}{\PYGZdq{}owner\PYGZdq{}}: \PYG{l+s+s2}{\PYGZdq{}SiP\PYGZdq{}} 19175 \PYG{l+s+s2}{\PYGZdq{}pm\PYGZdq{}}: \PYG{l+s+s2}{\PYGZdq{}tee2.dts\PYGZdq{}}, 19176 \PYG{l+s+s2}{\PYGZdq{}owner\PYGZdq{}}: \PYG{l+s+s2}{\PYGZdq{}Plat\PYGZdq{}} 24367 \PYG{l+s+s2}{\PYGZdq{}}\PYG{n+nv}{\PYGZdl{}@}\PYG{l+s+s2}{\PYGZdq{}} 27629 \PYG{l+s+s2}{\PYGZdq{}}\PYG{l+s+s2}{Booting Trusted Firmware}\PYG{l+s+s2}{\PYGZdq{}} 27642 \PYG{l+s+s2}{\PYGZdq{}}\PYG{l+s+s2}{Failed to load BL2 firmware.}\PYG{l+s+s2}{\PYGZdq{}} [all …]
|
Completed in 118 milliseconds