| /art/dex2oat/linker/arm64/ |
| relative_patcher_arm64_test.cc | 622 uint32_t diff = kTrampolineOffset - method1_offset; local 623 ASSERT_EQ(diff & 1u, 0u); 624 ASSERT_GE(diff, -1u << 9); // Simple encoding, -256 <= (diff >> 1) < 0 (checked as unsigned). 625 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 2) & 0x03ffffffu)); 655 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); local 656 ASSERT_TRUE(IsAligned<4u>(diff)); 657 ASSERT_LT(diff, 128 * MB); 658 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); 753 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1); local 783 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); local [all...] |
| /bionic/libc/tzcode/ |
| localtime.c | 1973 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; local [all...] |
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| TestUtils.java | 292 int diff = actualCount - ((expectedCount != null) ? expectedCount : 0); local 293 if (diff > 0) { 294 extraneousFreq.put(actualEntry.getKey(), diff); local 302 int diff = expectedCount - ((actualCount != null) ? actualCount : 0); local 303 if (diff > 0) { 304 missingFreq.put(expectedEntry.getKey(), diff); local [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| MediaSyncTest.java | 444 final double diff = state.mMediaDurationUs - state.mClockDurationUs * playbackRate ; local 449 + ", diff " + diff 453 if (Math.abs(diff) <= tolerance) {
|
| /device/google/marlin/camera/QCamera2/HAL/ |
| QCamera2HWICallbacks.cpp | 2924 nsecs_t diff = now - mVLastFpsTime; local 2948 nsecs_t diff = now - mPLastFpsTime; local [all...] |
| /device/google/marlin/camera/QCamera2/HAL3/ |
| QCamera3Channel.cpp | 1661 nsecs_t diff = now - mLastFpsTime; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| bltinmodule.c | 1713 PyObject *diff = NULL; local 1947 unsigned long diff = uhi - ulo - 1; local [all...] |
| dtoa.c | 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
312 involving Bigints: a notable exception is the diff function, which
923 diff(Bigint *a, Bigint *b)
function [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| bltinmodule.c | 1703 PyObject *diff = NULL; local 1937 unsigned long diff = uhi - ulo - 1; local [all...] |
| dtoa.c | 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
295 involving Bigints: a notable exception is the diff function, which
906 diff(Bigint *a, Bigint *b)
function [all...] |
| /external/aac/libAACdec/src/ |
| usacdec_lpd.cpp | 207 int diff; local 235 diff = tmp_result_exp - 0; 237 if (diff >= 0) { 238 diff = fMin(diff, 31); 239 point95 = FL2FXCONST_DBL(0.95f) >> diff; 241 diff = fMax(diff, -31); 242 tmp_result >>= (-diff); 301 diff = result_e - gain_exp 307 gain1 >>= diff; local 324 gain <<= diff; local [all...] |
| /external/aac/libDRCdec/src/ |
| drcDec_reader.cpp | 140 int diff = 0; local 141 if (*dest != src) diff = 1; 143 return diff; 147 int diff = 0; local 148 if (*dest != src) diff = 1; 150 return diff; 191 hUniDrcConfig->diff = 1; 198 hLoudnessInfoSet->diff = 1; 1537 int diff = hUniDrcConfig->diff; local 1672 int i, diff = 0; local 1906 int diff = hLoudnessInfoSet->diff; local 1991 int i, diff = 0; local [all...] |
| drcDec_types.h | 342 UCHAR diff; member in struct:__anon14811 425 UCHAR diff; member in struct:__anon14818
|
| /external/aac/libSBRdec/src/ |
| env_calc.cpp | 625 int diff = fMin(DFRACT_BITS - 1, new_summand_sf - total_power_low_sf); local 626 total_power_low >>= diff; local 1827 int diff; local 1833 diff; \/* Compensate for the scale change by shifting the mantissa. *\/ local 1854 nrgGain[band] >>= diff; local [all...] |
| hbe.cpp | 661 FIXP_DBL diff = invCubeRootTab[index + 1] - invCubeRootTab[index]; local 783 FIXP_DBL diff = invFourthRootTab[index + 1] - invFourthRootTab[index]; local 899 FIXP_DBL diff = inv3EigthRootTab[index + 1] - inv3EigthRootTab[index]; local [all...] |
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
| ZipArchiveInputStream.java | 703 final int diff = (int) (current.bytesReadFromStream - inB); local 706 if (diff > 0) { 707 pushback(buf.array(), buf.limit() - diff, diff); local 708 current.bytesReadFromStream -= diff; [all...] |
| /external/brotli/c/dec/ |
| decode.c | 1942 static const uint32_t diff[BROTLI_MAX_NPOSTFIX + 1] = {73, 126, 228, 424}; local [all...] |
| /external/cldr/tools/java/org/unicode/cldr/json/ |
| Ldml2JsonConverter.java | 1080 int diff = findFirstDiffNodeIndex(nodesForLastItem, nodesInPath); local [all...] |
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| DateTimeFormats.java | 229 String diff = parts.set(path).getAttributeValue(-1, "id"); local 230 int diffNumber = find(CALENDAR_FIELD_TO_PATTERN_LETTER, diff); 415 private class Diff { 439 Diff diff = new Diff(); local 457 showRow(output, RowStyle.normal, name, skeleton, comparison.getExample(skeleton), getExample(skeleton), diff.isPresent(skeleton)); 460 if (!diff.availablePatterns.isEmpty()) { 462 for (String skeleton : diff.availablePatterns) { 681 String diff = skeleton.substring(slashPos + 1) local [all...] |
| /external/cmockery/cmockery_0_1_2/src/ |
| cmockery.c | 1313 const char diff = guard[j] - MALLOC_GUARD_PATTERN; local [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl.h | 233 u64 diff = s1.addr0() - s2.addr0(); local 234 if ((s64)diff < 0) { // s1.addr0 < s2.addr0 // NOLINT 236 if (s1.size() > -diff) 240 if (kS2AccessSize > diff)
|
| /external/crcalc/src/com/hp/creals/ |
| CR.java | 1128 BigInteger diff = op1_appr.subtract(op2_appr).abs(); local [all...] |
| /external/curl/lib/ |
| multi.c | 2496 timediff_t diff; local 2792 timediff_t diff = Curl_timediff(multi->timetree->key, now); local 2915 timediff_t diff = Curl_timediff(check->time, node->time); local 2973 timediff_t diff = Curl_timediff(set, *nowp); local [all...] |
| /external/deqp/external/openglcts/modules/gles31/ |
| es31cArrayOfArraysTests.cpp | 8899 int diff = 0; local [all...] |
| /external/deqp/framework/common/ |
| tcuTexLookupVerifier.cpp | 79 const Vec4 diff = abs(ref - result); local 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); [all...] |