Home
last modified time | relevance | path

Searched refs:diff (Results 101 - 125 of 2920) sorted by relevance

12345678910>>...117

/kernel/linux/linux-5.10/arch/arm64/lib/
H A Dstrncmp.S44 diff .req x6 label
83 eor diff, data1, data2 /* Non-zero if differences found. */
84 csinv endloop, diff, xzr, pl /* Last Dword or differences.*/
89 /*Not reached the limit, must have found the end or a diff. */
107 orr syndrome, diff, has_nul
191 eor diff, data1, data2 /* Non-zero if differences found. */
192 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
215 eor diff, data1, data2 /* Non-zero if differences found. */
216 csinv endloop, diff, xzr, eq
225 eor diff, data
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java40 int diff = o1[i] - o2[i];
41 if (diff != 0) {
42 return diff;
146 int diff = min - that.min; in compareTo()
147 if (diff != 0) { in compareTo()
148 return diff; in compareTo()
222 int diff = ranges.length - other.ranges.length; in compareTo()
223 if (diff != 0) { in compareTo()
224 return diff; in compareTo()
227 diff in compareTo()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringRange.java47 int diff = o1[i] - o2[i];
48 if (diff != 0) {
49 return diff;
153 int diff = min - that.min; in compareTo()
154 if (diff != 0) { in compareTo()
155 return diff; in compareTo()
229 int diff = ranges.length - other.ranges.length; in compareTo()
230 if (diff != 0) { in compareTo()
231 return diff; in compareTo()
234 diff in compareTo()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c3 * builtin-diff.c
5 * Builtin diff command: Analyze two perf.data input files, look up and read
6 * DSOs and symbol information, sort them and produce a diff.
163 .name = "Weighted diff",
284 pair->diff.period_ratio_delta = new_percent - old_percent; in compute_delta()
285 pair->diff.computed = true; in compute_delta()
286 return pair->diff.period_ratio_delta; in compute_delta()
294 pair->diff.computed = true; in compute_ratio()
295 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
296 return pair->diff in compute_ratio()
1400 double diff; __hpp__color_compare() local
1587 double diff; hpp__entry_pair() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-diff.c3 * builtin-diff.c
5 * Builtin diff command: Analyze two perf.data input files, look up and read
6 * DSOs and symbol information, sort them and produce a diff.
163 .name = "Weighted diff",
284 pair->diff.period_ratio_delta = new_percent - old_percent; in compute_delta()
285 pair->diff.computed = true; in compute_delta()
286 return pair->diff.period_ratio_delta; in compute_delta()
294 pair->diff.computed = true; in compute_ratio()
295 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
296 return pair->diff in compute_ratio()
1403 double diff; __hpp__color_compare() local
1590 double diff; hpp__entry_pair() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c524 u64 delay, diff, mult; in ionic_lif_alloc_phc() local
567 diff = U64_MAX / phc->cc.mult / 2; in ionic_lif_alloc_phc()
570 diff = (u64)IONIC_PHC_UPDATE_NS << (phc->cc.shift + 2); in ionic_lif_alloc_phc()
571 diff = DIV_ROUND_UP(diff, phc->cc.mult); in ionic_lif_alloc_phc()
575 diff |= diff >> 1; in ionic_lif_alloc_phc()
576 diff |= diff >> 2; in ionic_lif_alloc_phc()
577 diff | in ionic_lif_alloc_phc()
[all...]
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm42 diff equ r7 define
252 neg diff
256 add diff, cur
259 movzx t0_x, BYTE PTR [diff + 1 * len]
269 sub diff, cur ; FIX32
277 sub diff, cur ; FIX32
287 add diff_x, pos ; prev_match = pos + diff
345 movzx t0_x, BYTE PTR [diff + 1 * len]
352 ; while (++len != lenLimit) (len[diff] != len[0]) ;
357 movzx t0_x, BYTE PTR [diff
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtruemotion2rt.c133 int diff = 0; in truemotion2rt_decode_frame() local
135 diff += delta_tabs[delta_mode][get_bits(gb, s->delta_size)]; in truemotion2rt_decode_frame()
136 dst[x] = av_clip_uint8((y ? dst[x - p->linesize[0]] : 0) + diff); in truemotion2rt_decode_frame()
159 int diff = 0; in truemotion2rt_decode_frame() local
161 diff += delta_tabs[delta_mode][get_bits(gb, s->delta_size)]; in truemotion2rt_decode_frame()
162 dst[x] = av_clip_uint8((y ? dst[x - p->linesize[1]] : 128) + diff); in truemotion2rt_decode_frame()
185 int diff = 0; in truemotion2rt_decode_frame() local
187 diff += delta_tabs[delta_mode][get_bits(gb, s->delta_size)]; in truemotion2rt_decode_frame()
188 dst[x] = av_clip_uint8((y ? dst[x - p->linesize[2]] : 128) + diff); in truemotion2rt_decode_frame()
H A Dmpeg12dec.h40 int code, diff; in decode_dc() local
48 diff = 0; in decode_dc()
50 diff = get_xbits(gb, code); in decode_dc()
52 return diff; in decode_dc()
/third_party/libabigail/src/
H A Dabg-comparison-priv.h80 /// A hashing functor for using @ref diff_sptr and @ref diff* in a
84 /// The function-call operator to hash a @ref diff node.
86 /// @param d the @ref diff node to hash.
93 /// The function-call operator to hash a @ref diff node.
95 /// @param d the @ref diff node to hash.
99 operator()(const diff *d) const in operator ()()
102 /// The function-call operator to hash a @ref diff node.
104 /// @param d the @ref diff node to hash.
108 operator()(const diff& d) const in operator ()()
110 diff* canonical_dif in operator ()()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java586 int diff; in compare()
593 diff = CollectionUtilities.compare(iterator1.next(), iterator2.next()); in compare()
594 if (diff != 0) { in compare()
595 return diff; in compare()
607 int diff = o1.size() - o2.size(); in compare()
608 if (diff != 0) { in compare()
609 return diff; in compare()
623 int diff = o1.size() - o2.size(); in compare()
624 if (diff != 0) { in compare()
625 return diff; in compare()
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java583 int diff; in compare()
590 diff = CollectionUtilities.compare(iterator1.next(), iterator2.next()); in compare()
591 if (diff != 0) { in compare()
592 return diff; in compare()
604 int diff = o1.size() - o2.size(); in compare()
605 if (diff != 0) { in compare()
606 return diff; in compare()
620 int diff = o1.size() - o2.size(); in compare()
621 if (diff != 0) { in compare()
622 return diff; in compare()
[all...]
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dstrncmp.S35 #define diff x6 define
81 eor diff, data1, data2 /* Non-zero if differences found. */
82 csinv endloop, diff, xzr, hi /* Last Dword or differences. */
90 orr syndrome, diff, has_nul
109 /* Not reached the limit, must have found the end or a diff. */
142 orr syndrome, diff, has_nul
251 eor diff, data1, data2 /* Non-zero if differences found. */
253 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */
273 eor diff, data2, data1 /* Non-zero if differences found. */
279 orr syndrome, diff, has_nu
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c52 u64 diff; in iwl_mvm_ptp_get_adj_time() local
71 diff = base_time_ns - last_gp2_ns; in iwl_mvm_ptp_get_adj_time()
72 IWL_DEBUG_INFO(mvm, "diff ns=%llu\n", (unsigned long long)diff); in iwl_mvm_ptp_get_adj_time()
74 diff = mul_u64_u64_div_u64(diff, data->scaled_freq, in iwl_mvm_ptp_get_adj_time()
76 IWL_DEBUG_INFO(mvm, "scaled diff ns=%llu\n", (unsigned long long)diff); in iwl_mvm_ptp_get_adj_time()
78 res = data->scale_update_adj_time_ns + data->delta + diff; in iwl_mvm_ptp_get_adj_time()
130 u64 diff in iwl_mvm_phc_get_crosstimestamp_loop() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DCsvData.java143 private static <K> Optional<CsvTable<DiffKey<K>>> diff(CsvTable<K> lhs, CsvTable<K> rhs) { in diff() method in CsvData.Diff
144 CsvTable<DiffKey<K>> diff = CsvTable.diff(lhs, rhs, DiffMode.CHANGES); in diff()
145 if (diff.getKeys().stream().anyMatch(k -> k.getStatus() != Status.UNCHANGED)) { in diff()
146 return Optional.of(diff); in diff()
154 /** Returns the contextualized diff of the ranges table. */
156 /** Returns the contextualized diff of the shortcodes table. */
158 /** Returns the contextualized diff of the examples table. */
160 /** Returns the contextualized diff of the formats table. */
162 /** Returns the contextualized diff o in formatsDiff()
167 public static Diff diff(CsvData before, CsvData after) { diff() method in CsvData
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrncmp-mte.S30 #define diff x6 define
79 eor diff, data1, data2 /* Non-zero if differences found. */
80 csinv endloop, diff, xzr, hi /* Last Dword or differences. */
88 orr syndrome, diff, has_nul
107 /* Not reached the limit, must have found the end or a diff. */
140 orr syndrome, diff, has_nul
249 eor diff, data1, data2 /* Non-zero if differences found. */
251 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */
271 eor diff, data2, data1 /* Non-zero if differences found. */
277 orr syndrome, diff, has_nu
[all...]
/third_party/openssl/test/testutil/
H A Dformat_output.c23 /* Output a diff header */
50 unsigned int cnt = 0, diff; in test_fail_string_common() local
83 diff = 0; in test_fail_string_common()
93 diff = 1; in test_fail_string_common()
97 if (n1 == n2 && !diff) { in test_fail_string_common()
108 if (diff && i > 0) in test_fail_string_common()
263 * Common code to display either one or two bignums, including the diff
276 unsigned int cnt, diff, real_diff; in test_fail_bignum_common() local
323 diff = real_diff = 0; in test_fail_bignum_common()
329 diff | in test_fail_bignum_common()
435 unsigned int cnt = 0, diff; test_fail_memory_common() local
[all...]
/third_party/curl/lib/
H A Drename.c52 timediff_t diff; in Curl_rename() local
58 diff = Curl_timediff(Curl_now(), start); in Curl_rename()
59 if(diff < 0 || diff > max_wait_ms) { in Curl_rename()
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H A Dfw_fallback.sh187 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
204 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
213 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
221 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
244 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
255 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
268 if diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c73 long min, diff; in cs5530_set_dclk_frequency() local
80 diff = cs5530_pll_table[i].pixclock - info->var.pixclock; in cs5530_set_dclk_frequency()
81 if (diff < 0L) diff = -diff; in cs5530_set_dclk_frequency()
82 if (diff < min) { in cs5530_set_dclk_frequency()
83 min = diff; in cs5530_set_dclk_frequency()
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c73 long min, diff; in cs5530_set_dclk_frequency() local
80 diff = cs5530_pll_table[i].pixclock - info->var.pixclock; in cs5530_set_dclk_frequency()
81 if (diff < 0L) diff = -diff; in cs5530_set_dclk_frequency()
82 if (diff < min) { in cs5530_set_dclk_frequency()
83 min = diff; in cs5530_set_dclk_frequency()
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/
H A Dfw_fallback.sh187 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
204 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
213 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
221 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
244 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
255 if ! diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
268 if diff -q "$RANDOM_FILE_PATH" /dev/test_firmware >/dev/null ; then
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/
H A Dmain.go34 minDiff = flag.Duration("min-diff", time.Microsecond*10, "Filter away time diffs less than this duration")
35 minRelDiff = flag.Float64("min-rel-diff", 0.01, "Filter away absolute relative diffs between [1, 1+x]")
115 diff := times.b - times.a
116 absDiff := diff
147 sign, diff := "+", delta.times.b-delta.times.a
148 if diff < 0 {
149 sign, diff = "-", -diff
151 fmt.Fprintf(w, "%v%.2fx %v%+v\t | %v\t | %v\t | %v\n", sign, delta.absRelDiff, sign, diff, delta.name, delta.times.a, delta.times.b)
/third_party/python/Tools/scripts/
H A Ddiff.py23 help='Produce a context format diff (default)')
25 help='Produce a unified format diff')
27 help='Produce HTML side by side diff '
30 help='Produce a ndiff format diff')
49 diff = difflib.unified_diff(fromlines, tolines, fromfile, tofile, fromdate, todate, n=n)
51 diff = difflib.ndiff(fromlines, tolines)
53 diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)
55 diff = difflib.context_diff(fromlines, tolines, fromfile, tofile, fromdate, todate, n=n)
57 sys.stdout.writelines(diff)
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Drtcpie.c35 struct timeval start, end, diff; in main() local
111 timersub(&end, &start, &diff); in main()
112 if (diff.tv_sec > 0 || in main()
113 diff.tv_usec > ((1000000L / tmp) * 1.10)) { in main()
115 diff.tv_sec, diff.tv_usec, in main()

Completed in 25 milliseconds

12345678910>>...117