Searched refs:cmp (Results 1 - 25 of 923) sorted by path

1234567891011>>

/external/bison/build-aux/
H A Dinstall-sh64 cmpprog=${CMPPROG-cmp}
H A Dylwrap187 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
/external/bison/
H A Dconfigure18559 && cmp conftest.out conftest.ok > /dev/null; then
26218 && cmp conftest.txt1 conftest.txt2 >/dev/null; then
/external/bison/doc/
H A DMakefile.am90 $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \
/external/bison/src/
H A DAnnotationList.c104 int cmp = 0; local
107 cmp = 1;
109 cmp = -1;
112 cmp == 0 && ci < self->inadequacyNode->contributionCount;
118 cmp = -1;
121 cmp = 1;
125 for (item = 0; cmp == 0 && item < nitems; ++item)
130 cmp = -1;
133 cmp = 1;
137 if (cmp <
[all...]
/external/blktrace/btt/
H A Dproc.c85 int cmp; local
91 cmp = strcmp(name, this->u.name);
92 if (cmp < 0)
94 else if (cmp > 0)
131 int cmp; local
139 cmp = strcmp(that->name, this->u.name);
141 if (cmp < 0)
143 else if (cmp > 0)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DBigIntegers.java77 int cmp = min.compareTo(max);
78 if (cmp >= 0)
80 if (cmp > 0)
/external/bzip2/
H A DMakefile64 cmp sample1.bz2 sample1.rb2
65 cmp sample2.bz2 sample2.rb2
66 cmp sample3.bz2 sample3.rb2
67 cmp sample1.tst sample1.ref
68 cmp sample2.tst sample2.ref
69 cmp sample3.tst sample3.ref
H A Dbzdiff7 # Bzcmp and bzdiff are used to invoke the cmp or the diff pro-
9 # directly to cmp or diff. If only 1 file is specified, then
12 # necessary) and fed to cmp or diff. The exit status from cmp
18 *cmp) comp=${CMP-cmp} ;;
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py368 module.dependent_modules.sort(lambda x, y: cmp(x.name, y.name))
387 if cmp(iX, iY) != 0:
388 return cmp(iX, iY)
389 return cmp(x.name, y.name)
/external/chromium-trace/trace-viewer/src/base/
H A Diteration_helpers.js35 function comparePossiblyUndefinedValues(x, y, cmp) {
37 return cmp(x, y);
H A Diteration_helpers_test.js14 function cmp(x, y) {
20 assertTrue(comparePossiblyUndefinedValues(0, 1, cmp) < 0);
21 assertTrue(comparePossiblyUndefinedValues(1, 0, cmp) > 0);
22 assertTrue(comparePossiblyUndefinedValues(1, 1, cmp) == 0);
24 assertTrue(comparePossiblyUndefinedValues(0, undefined, cmp) < 0);
25 assertTrue(comparePossiblyUndefinedValues(undefined, 0, cmp) > 0);
26 assertTrue(comparePossiblyUndefinedValues(undefined, undefined, cmp) == 0);
30 function cmp(x, y) {
36 assertTrue(compareArrays([1], [2], cmp) < 0);
37 assertTrue(compareArrays([2], [1], cmp) >
[all...]
/external/chromium_org/base/
H A Datomicops_internals_tsan.h19 Atomic32 cmp = old_value; local
20 __tsan_atomic32_compare_exchange_strong(ptr, &cmp, new_value,
22 return cmp;
58 Atomic32 cmp = old_value; local
59 __tsan_atomic32_compare_exchange_strong(ptr, &cmp, new_value,
61 return cmp;
67 Atomic32 cmp = old_value; local
68 __tsan_atomic32_compare_exchange_strong(ptr, &cmp, new_value,
70 return cmp;
102 Atomic64 cmp local
164 Atomic64 cmp = old_value; local
173 Atomic64 cmp = old_value; local
[all...]
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1034 cmp
1048 Bug("cmp called with a->x[a->wds-1] == 0");
1050 Bug("cmp called with b->x[b->wds-1] == 0");
1087 i = cmp(a,b);
2193 if (cmp(b, S) >= 0) {
2996 i = cmp(delta, bs);
3043 if (cmp(delta, bs) <= 0)
3135 if (cmp(delta, bs) > 0)
4046 if (cmp(b,S) < 0) {
4055 if (ilim < 0 || cmp(
[all...]
/external/chromium_org/base/win/
H A Dpe_image.cc205 int cmp = -1; local
214 cmp = StrCmpByByte(function_name, name);
216 if (cmp == 0) {
221 if (cmp > 0)
227 if (cmp != 0)
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py48 return cmp(self._name, other._name)
/external/chromium_org/build/android/
H A Dtombstones.py168 all_tombstones.sort(cmp=lambda a, b: cmp(b[1], a[1]))
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis.cc32 Compare cmp) {
47 while (!slider.empty() && !cmp(slider.back().first, *first))
28 SlidingWindowMinMax(InputIterator first, InputIterator last, OutputIterator output, int window_size, Compare cmp) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js133 function binarySearch(array, target, cmp) {
137 comparison = cmp(target, array[i]);
/external/chromium_org/chrome/installer/util/prebuild/
H A Dcreate_string_rc.py254 id_result = cmp(self.resource_id_str, other.resource_id_str)
255 return cmp(self.language, other.language) if id_result == 0 else id_result
/external/chromium_org/chrome/test/ispy/server/
H A Dmain_view_handler.py82 return cmp(b['percent_different'],
/external/chromium_org/courgette/
H A Drun_stress_test84 cmp -s "${file1}" "${asm}"
98 cmp -s "${file2}" "${apply}"
111 cmp -s "${file2}" "${bsdiff_apply}"
/external/chromium_org/media/base/simd/
H A Dlinear_scale_yuv_to_rgb_mmx.inc63 cmp SOURCE_DX_ARG_REGq, 0x20000
109 cmp Xq, SOURCE_WIDTH ; Compare source_width from stack
124 cmp Xq, SOURCE_WIDTH ; Compare source_width from stack
H A Dlinear_scale_yuv_to_rgb_mmx_x64.asm67 cmp SOURCE_DXq, 0x20000
115 cmp INDEXq, WIDTHq
141 cmp Xq, WIDTHq
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_index.py10 return cmp(x['NAME'], y['NAME'])
24 items = sorted(items, cmp=CmpByName)

Completed in 4729 milliseconds

1234567891011>>