OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__memcmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_algobase.h
93
__memcmp
(const _Tp* __first1, const _Up* __first2, size_t __num)
function
1211
return !std::
__memcmp
(__first1, __first2, __len);
1393
if (int __result = std::
__memcmp
(__first1, __first2, __len))
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algobase.h
90
__memcmp
(const _Tp* __first1, const _Up* __first2, size_t __num)
function
1178
return !std::
__memcmp
(__first1, __first2, __len);
1357
if (int __result = std::
__memcmp
(__first1, __first2, __len))
Completed in 60 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026