Searched refs:mismatch (Results 1 – 25 of 50) sorted by relevance
12
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | mismatch_test.cpp | 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2); in mismatch0() 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); in mismatch0() 58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin()); in mismatch1() 63 result = mismatch(v1.begin(), v1.end(), v2.begin()); in mismatch1() 74 …pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (ch… in mismatch2() 79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal); in mismatch2()
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | parse.c | 172 int tmp, rdlen, mismatch; in adns__findrr_anychk() local 183 mismatch= 0; in adns__findrr_anychk() 185 mismatch= 1; in adns__findrr_anychk() 193 if (!mismatch) { in adns__findrr_anychk() 196 if (lablen != eo_lablen) mismatch= 1; in adns__findrr_anychk() 197 while (!mismatch && eo_lablen-- > 0) { in adns__findrr_anychk() 200 if (ch != eo_ch) mismatch= 1; in adns__findrr_anychk() 205 if (eo_matched_r) *eo_matched_r= !mismatch; in adns__findrr_anychk()
|
/reactos/sdk/tools/widl/ |
H A D | CMakeLists.txt | 43 # Disable warning "'>': signed/unsigned mismatch"
|
/reactos/sdk/tools/unicode/ |
H A D | CMakeLists.txt | 91 # Disable warning "'<': signed/unsigned mismatch"
|
/reactos/sdk/include/psdk/ |
H A D | sdkddkver.h | 204 #error NTDDI_VERSION and _WIN32_WINNT mismatch!
|
/reactos/base/applications/cmdutils/fc/lang/ |
H A D | bg-BG.rc | 24 after a mismatch (default: 2).\n\
|
H A D | es-ES.rc | 24 after a mismatch (default: 2).\n\
|
H A D | et-EE.rc | 24 after a mismatch (default: 2).\n\
|
H A D | fr-FR.rc | 24 after a mismatch (default: 2).\n\
|
H A D | he-IL.rc | 24 after a mismatch (default: 2).\n\
|
H A D | hu-HU.rc | 24 after a mismatch (default: 2).\n\
|
H A D | pt-BR.rc | 24 after a mismatch (default: 2).\n\
|
H A D | pt-PT.rc | 24 after a mismatch (default: 2).\n\
|
H A D | sk-SK.rc | 24 after a mismatch (default: 2).\n\
|
H A D | sq-AL.rc | 24 after a mismatch (default: 2).\n\
|
H A D | id-ID.rc | 24 after a mismatch (default: 2).\n\
|
H A D | it-IT.rc | 24 after a mismatch (default: 2).\n\
|
H A D | no-NO.rc | 24 after a mismatch (default: 2).\n\
|
H A D | uk-UA.rc | 24 after a mismatch (default: 2).\n\
|
H A D | cs-CZ.rc | 24 after a mismatch (default: 2).\n\
|
H A D | el-GR.rc | 24 after a mismatch (default: 2).\n\
|
H A D | en-GB.rc | 24 after a mismatch (default: 2).\n\
|
H A D | en-US.rc | 24 after a mismatch (default: 2).\n\
|
H A D | ja-JP.rc | 24 after a mismatch (default: 2).\n\
|
H A D | nl-NL.rc | 24 after a mismatch (default: 2).\n\
|
12