Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/src/
Dsparc_atomic.s20 cmp %o2, %o3 ! Check whether successful
39 cmp %o3, %o2 ! Check whether successful
61 cmp %o3, %o2 ! Check whether successful
Dsparc_atomic64.s17 cmp %o2, %o3 ! Check whether successful
36 cmp %o3, %o2 ! Check whether successful
56 cmp %o3, %o2 ! Check whether successful
/ndk/sources/host-tools/sed-4.2.1/
Dautoboot198 echo "$str" | sort -u - $file | cmp -s - $file \
375 cmp -s "$src" "$dst" || {
410 if cmp -s "$cp_src" "$GNULIB_SRCDIR/$cp_dst"; then
412 elif cmp -s "$cp_src" "$local_gl_dir/$cp_dst"; then
428 cmp -s "$cp_src" "$cp_dst" || {
446 if cmp -s "$cp_dst-t" "$cp_dst"; then
489 sed "$remove_intl" $1/$dir/$file | cmp -s - $dir/$gnulib_mk || {
DMakefile.am26 cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
DMakefile.in1040 cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.am21 if cmp $(srcdir)/sed.texi $(srcdir)/sed-tmp.texi; then \
DMakefile.in668 @cmp -s vti.tmp $(srcdir)/version.texi \
1038 if cmp $(srcdir)/sed.texi $(srcdir)/sed-tmp.texi; then \
/ndk/build/tools/
Ddev-platform-compress.sh96 if cmp --quiet $PFILE $CFILE; then
Dbuild-host-toolbox.sh114 builder_host_executable cmp
/ndk/sources/host-tools/sed-4.2.1/po/
DRules-quot24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
DMakefile.in.in139 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
367 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
Dcs.po4 # Jaroslav Fojtik <fojtik@cmp.felk.cvut.cz>, 1998.
/ndk/sources/host-tools/make-3.81/po/
DRules-quot24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
DMakefile.in.in112 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
337 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
/ndk/sources/android/support/src/stdio/
Dstrtod.c1136 cmp in cmp() function
1195 i = cmp(a,b);
1991 i = cmp(delta, bs);
1999 if (cmp(delta, bs) > 0)
2263 if (cmp(b, S) >= 0) {
2856 if (cmp(b,S) < 0) {
2865 if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) {
2896 j = cmp(b, mlo);
2898 jj1 = delta->sign ? 1 : cmp(b, delta);
2917 jj1 = cmp(b, S);
[all …]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dinstall-sh64 cmpprog=${CMPPROG-cmp}
Dtexi2dvi613 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else
/ndk/build/core/
Dinit.mk352 HOST_CMP := $(strip $(wildcard $(HOST_PREBUILT)/cmp$(HOST_EXEEXT)))
356 HOST_CMP := cmp
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.tests16 CMP=cmp
/ndk/docs/text/
DNDK-BUILD.text128 NDK_HOST_CMP=<path-to-cmp>
/ndk/sources/host-tools/sed-4.2.1/lib/
Dgnulib.mk142 if test -f $@ && cmp $@-t $@ > /dev/null; then \
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string.h1075 const int cmp = _Traits::compare(__f1, __f2, (min) (__n1, __n2)); in _M_compare() local
1076 return cmp != 0 ? cmp : (__n1 < __n2 ? -1 : (__n1 > __n2 ? 1 : 0)); in _M_compare()
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1371 int cmp; in __ConvertName() local
1379 if ((cmp = lstrcmpiA(lname, (*(ConvTable + i)).name)) == 0) in __ConvertName()
1381 else if (cmp < 0) in __ConvertName()
/ndk/sources/host-tools/make-3.81/
Dread.c1705 int cmp = strcmp (dep_name (dx), dep_name (dy)); in dep_hash_cmp() local
1711 if (!cmp && dx->ignore_mtime != dy->ignore_mtime) in dep_hash_cmp()
1714 return cmp; in dep_hash_cmp()
/ndk/sources/host-tools/make-3.81/doc/
DMakefile.in295 @cmp -s vti.tmp $(srcdir)/version.texi \

12