Home
last modified time | relevance | path

Searched defs:diff (Results 426 – 450 of 3731) sorted by relevance

1...<<11121314151617181920>>...150

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dfdct_neon.h193 int64x2_t diff[4]; in butterfly_one_coeff_s32_s64_narrow() local
302 int64x2_t diff[4]; in butterfly_two_coeff_s32_s64_narrow() local
382 const int32x4_t diff = vmlsl_n_s16(a2, b, constant1); in butterfly_two_coeff_half() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1760 int diff = target.itemView.getRight() - right; in chooseDropTarget() local
1770 int diff = target.itemView.getLeft() - curX; in chooseDropTarget() local
1780 int diff = target.itemView.getTop() - curY; in chooseDropTarget() local
1791 int diff = target.itemView.getBottom() - bottom; in chooseDropTarget() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c960 int64_t diff = compare_entries(a, b); in may_alias() local
1117 uint64_t diff = high->offset_signed - low->offset_signed; in try_vectorize() local
1191 uint64_t diff = high->offset_signed - low->offset_signed; in try_vectorize_shared2() local
1269 uint64_t diff = high->offset_signed - low->offset_signed; in vectorize_sorted_entries() local
/aosp_15_r20/external/libxaac/common/
H A Dixheaac_basic_ops32.h190 WORD32 diff; in ixheaac_sub32() local
226 WORD64 diff; in ixheaac_sub32_sat() local
/aosp_15_r20/external/clang/lib/Edit/
H A DEditedSource.cpp228 unsigned diff = EndOffs.getOffset() - TopEnd.getOffset(); in commitRemove() local
250 unsigned diff = E.getOffset() - TopEnd.getOffset(); in commitRemove() local
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/
DValidGridMigrationUnitTest.kt101 val diff = resultCountMap.toMutableMap() in validate() constant
/aosp_15_r20/packages/modules/adb/fdevent/
Dfdevent_test.cpp307 auto diff = std::chrono::duration_cast<std::chrono::milliseconds>(after - before); in TEST_F() local
317 std::vector<int> diff; in TEST_F() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
H A DGridDragDropState.kt75 val diff = state.scrollChannel.receive() in <lambda>() constant
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java847 int diff = Math.abs(bucketPeriod - requestedPeriod); in computeExpectedPeriod() local
863 int diff = Math.abs(bucketPeriod - requestedPeriod); in computeExpectedPeriod() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DChartDtdDelta.java231 private void diff(String prefix, DtdData dtdLast, DtdData dtdCurrent) { in diff() method in ChartDtdDelta
538 public static String diff(String pre, String post) { in diff() method in ChartDtdDelta
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dwork_serializer_test.cc297 auto diff = after->Diff(*before); in TEST() local
302 auto diff = stats_diff_from( in TEST() local
/aosp_15_r20/external/zucchini/
H A Dzucchini_gen.cc153 int8_t diff = in GenerateRawDelta() local
162 int8_t diff = new_image[equivalence.dst_offset + i] - in GenerateRawDelta() local
/aosp_15_r20/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh210 real diff=A[i]-B[i]; in norm_diff() local
225 real diff=A[i][j] - B[i][j]; in norm_diff() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dresize.c17 uint32_t sit_segments, nat_segments, diff, total_meta_segments; in get_new_sb() local
79 uint32_t diff = max_sit_bitmap_size + in get_new_sb() local
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dansi-print.hh74 color_diff_t diff (const color_t &o) in diff() function
193 color_diff_t diff = fgc.diff (bgc); in set() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dencodemb.c33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv()
43 void vp8_subtract_mby(short *diff, unsigned char *src, int src_stride, in vp8_subtract_mby()
/aosp_15_r20/external/stg/
H A Dcomparison.cc46 namespace diff { namespace
172 Diff diff; member
834 auto diff = added ? Added(parameter) : Removed(parameter); in operator ()() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A Dtest_std.rs973 let diff = it::diff_with(a.iter(), b_map, |a, b| *a == b); in diff_mismatch() localVariable
987 let diff = it::diff_with(a.iter(), b_map, |a, b| *a == b); in diff_longer() localVariable
1001 let diff = it::diff_with(a.iter(), b_map, |a, b| *a == b); in diff_shorter() localVariable
/aosp_15_r20/external/webrtc/video/
H A Dstats_counter.cc129 int64_t diff = it.second.sum_ - it.second.last_sum_; in Diff() local
451 int64_t diff = samples_->Diff(); in GetMetric() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dmasked_sad_intrin_avx2.c242 const __m256i diff = _mm256_abs_epi16(_mm256_sub_epi16(pred, src)); in highbd_masked_sad8xh_avx2() local
299 const __m256i diff = _mm256_abs_epi16(_mm256_sub_epi16(pred, src)); in highbd_masked_sad16xh_avx2() local
H A Dmasked_sad_intrin_ssse3.c334 const __m128i diff = _mm_abs_epi16(_mm_sub_epi16(pred, src)); in highbd_masked_sad_ssse3() local
395 const __m128i diff = _mm_abs_epi16(_mm_sub_epi16(pred, src)); in aom_highbd_masked_sad4xh_ssse3() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Drdopt_neon.c24 static inline void horver_correlation_4x4(const int16_t *diff, int stride, in horver_correlation_4x4()
68 void av1_get_horver_correlation_full_neon(const int16_t *diff, int stride, in av1_get_horver_correlation_full_neon()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGesturePanel.java553 float diff = touchTranslation - mBaseTranslation; in handleMoveEvent() local
559 float diff = mBaseTranslation - touchTranslation; in handleMoveEvent() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiUtils.kt177 val diff = (now - config.networkSelectionStatus.disableTime) / 1000 in <lambda>() constant
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc637 uint32_t diff = kTrampolineOffset - method1_offset; in TEST_F() local
670 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local
770 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1); in TEST_F() local
800 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F() local
1036 uint32_t diff = thunk_offset - method_offset; in TEST_F() local

1...<<11121314151617181920>>...150