Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-a/lib/libc/
A Dstrcmp.c46 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 Dstrncmp.c40 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 Dmemcmp.c10 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 Dstring.h18 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 Dzutil.c160 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 Dzutil.h232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
/trusted-firmware-a/plat/qti/qtiseclib/inc/
A Dqtiseclib_cb_interface.h19 int qtiseclib_cb_strcmp(const char *s1, const char *s2);
/trusted-firmware-a/plat/qti/qtiseclib/src/
A Dqtiseclib_cb_interface.c32 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 Dpygments.css60 .highlight .s2 { color: #4070a0 } /* Literal.String.Double */
/trusted-firmware-a/docs/build/latex/
A Dsphinxhighlight.sty71 \@namedef{PYG@tok@s2}{\def\PYG@tc##1{\textcolor[rgb]{0.25,0.44,0.63}{##1}}}
A Dtrustedfirmware-a.tex3062s2}{\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 99 milliseconds