Searched defs:n1 (Results 1 – 11 of 11) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | lexcmp_test.cpp | 34 char n1[size] = "shoe"; in lexcmp1() local 43 char n1[size] = "shoe"; in lexcmp2() local
|
D | mismatch_test.cpp | 40 int n1[5] = { 1, 2, 3, 4, 5 }; in mismatch0() local 70 char const* n1[size] = { "Brett", "Graham", "Jack", "Mike", "Todd" }; in mismatch2() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | lexcmp_test.cpp | 34 char n1[size] = "shoe"; in lexcmp1() local 43 char n1[size] = "shoe"; in lexcmp2() local
|
D | mismatch_test.cpp | 40 int n1[5] = { 1, 2, 3, 4, 5 }; in mismatch0() local 70 char const* n1[size] = { "Brett", "Graham", "Jack", "Mike", "Todd" }; in mismatch2() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 71 void makefields(int n1, int n2) /* create $n1..$n2 inclusive */ in makefields() 357 void cleanfld(int n1, int n2) /* clean out fields n1 .. n2 inclusive */ in cleanfld()
|
D | run.c | 1147 int n1, n2; in cat() local
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 198 const wchar_t* s1, size_t n1, in _WLocale_strcmp_aux() 214 const wchar_t* s1, size_t n1, in _WLocale_strcmp()
|
D | c_locale_win32.c | 1088 const char* s1, size_t n1, in _Locale_strcmp_auxA() 1104 const char* s1, size_t n1, in _Locale_strcmp()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 363 const char *s1, size_t n1, in _Locale_strcmp() 383 const wchar_t *s1, size_t n1, in _WLocale_strcmp()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | quotearg.c | 686 size_t n1 = n0 + 1; in quotearg_n_options() local
|
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 272 const char* s1, size_t n1, const char* s2, size_t n2) { in _Locale_strcmp() 292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) { in _WLocale_strcmp()
|