/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | rdopt_sse4.c | 23 static inline void horver_correlation_4x4(const int16_t *diff, int stride, in horver_correlation_4x4() 84 void av1_get_horver_correlation_full_sse4_1(const int16_t *diff, int stride, in av1_get_horver_correlation_full_sse4_1()
|
/aosp_15_r20/external/iputils/ |
H A D | ping_common.h | 234 __u16 diff = (__u16)ntransmitted - acked; in in_flight() local 240 __u16 diff = (__u16)ntransmitted - seq; in acknowledge() local
|
H A D | clockdiff.c | 133 long min1, min2, diff; in measure() local 310 long min1, min2, diff; in measure_opt() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDeviceInfo.java | 512 public int diff(DisplayDeviceInfo other) { in diff() method in DisplayDeviceInfo 513 int diff = 0; in diff() local
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | help-index.c | 1212 int diff; /* Difference */ in help_sort_by_name() local 1237 int diff; /* Difference */ in help_sort_by_score() local
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | LayerState.cpp | 793 uint64_t layer_state_t::diff(const layer_state_t& other) const { in diff() function in android::layer_state_t 794 uint64_t diff = 0; in diff() local
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/ |
D | Haptics.kt | 111 val diff = abs(currScrollPosition - prevHapticsPosition) in handleScrollHaptic() constant
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
H A D | GlitchAnalyzer.h | 221 double diff = predicted - sample; in processInputFrame() local 266 double diff = predicted - sample; in processInputFrame() local
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/elements/rotaryinput/ |
D | Haptics.kt | 111 val diff = abs(currScrollPosition - prevHapticsPosition) in handleScrollHaptic() constant
|
/aosp_15_r20/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/ |
H A D | Haptics.kt | 123 val diff = abs(currScrollPosition - prevHapticsPosition) in handleScrollHaptic() constant
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMEncoder.java | 411 short diff = (short) (len - msbIndex); in encodeInteger() local 450 short diff = (short) (len - msbIndex); in computeOnesCompliment() local 692 short diff = (short) (len - msbIndex); in getEncodedIntegerLength() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | sad_msa.c | 30 v16u8 diff; in sad_4width_msa() local 172 v16u8 diff; in sad_4width_x4d_msa() local 280 v16u8 src, ref0, ref1, ref2, ref3, diff; in sad_16width_x4d_msa() local 455 v16u8 diff, pred, comp; in avgsad_4width_msa() local
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_link_quality.cpp | 152 int16_t diff; in TestRssAveraging() local 435 double diff; in TestSuccessRateTracker() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodemv.c | 213 const MV diff = { mv->row - ref->row, mv->col - ref->col }; in vp9_encode_mv() local 245 const MV diff = { mvs[i].as_mv.row - ref->row, in inc_mvs() local
|
/aosp_15_r20/external/libxaac/common/ |
H A D | ixheaac_basic_ops40.h | 214 WORD64 diff; in ixheaac_sub64() local 222 WORD64 diff; in ixheaac_sub64_sat() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/semver/src/ |
D | identifier.rs | 287 let diff = modified.wrapping_sub(original as usize); in ptr_to_repr() localVariable 304 let diff = original.wrapping_sub(modified as usize); in repr_to_ptr() localVariable
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
H A D | HumanEyeMatcher.kt | 211 val diff = in <lambda>() constant
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/semver-1.0.22/src/ |
H A D | identifier.rs | 287 let diff = modified.wrapping_sub(original as usize); in ptr_to_repr() localVariable 304 let diff = original.wrapping_sub(modified as usize); in repr_to_ptr() localVariable
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 293 int diff = 0x0; // bitset for output bits with different values in checkNoFunnels() local 342 int[] diff = new int[hashBits]; in checkAvalanche() local 439 int[] diff = new int[hashBits]; in check2BitAvalanche() local
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | hbe.cpp | 661 FIXP_DBL diff = invCubeRootTab[index + 1] - invCubeRootTab[index]; in invCubeRootNorm2() local 783 FIXP_DBL diff = invFourthRootTab[index + 1] - invFourthRootTab[index]; in invFourthRootNorm2() local 899 FIXP_DBL diff = inv3EigthRootTab[index + 1] - inv3EigthRootTab[index]; in inv3EigthRootNorm2() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/ |
D | compress.rs | 124 let diff = input_block ^ match_block; in count_same_bytes() localVariable 169 let diff = read_usize_ptr(unsafe { input.as_ptr().add(*cur) }) ^ read_usize_ptr(source_ptr); in count_same_bytes() localVariable 186 let diff = read_u32_ptr(unsafe { input.as_ptr().add(*cur) }) ^ read_u32_ptr(source_ptr); in count_same_bytes() localVariable
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMEncoder.java | 411 short diff = (short) (len - msbIndex); in encodeInteger() local 450 short diff = (short) (len - msbIndex); in computeOnesCompliment() local 692 short diff = (short) (len - msbIndex); in getEncodedIntegerLength() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 293 int diff = 0x0; // bitset for output bits with different values in checkNoFunnels() local 342 int[] diff = new int[hashBits]; in checkAvalanche() local 439 int[] diff = new int[hashBits]; in check2BitAvalanche() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | DateTimeFormats.java | 267 String diff = parts.getAttributeValue(-1, "id"); in set() local 485 Diff diff = new Diff(); in addTable() local 795 String diff = skeleton.substring(slashPos + 1); in getFix() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | minmax_test.cc | 49 const int diff = abs(a[i * a_stride + j] - b[i * b_stride + j]); in reference_minmax() local 132 const int diff = abs(a_ptr[i * a_stride + j] - b_ptr[i * b_stride + j]); in highbd_reference_minmax() local
|