| /art/runtime/arch/arm64/ |
| memcmp16_arm64.S | 39 #define diff x6 define 66 eor diff, data1, data2 /* Non-zero if differences found. */ 67 csinv endloop, diff, xzr, ne /* Last Dword or differences. */ 71 /* Not reached the limit, must have found a diff. */ 86 // Swap the byte order of diff. Exact reverse is not important, as we only need to detect 88 rev diff, diff 89 // The most significant bit of DIFF marks the least significant bit of change between DATA1/2 90 clz diff, diff [all...] |
| /art/test/660-checker-sad-char/src/ |
| Main.java | 41 int diff = x - y; local 42 if (diff < 0) diff = -diff; 43 return diff; 54 int diff = x - y; local 55 return diff >= 0 ? diff : -diff; 66 int diff = x - y local 91 long diff = x - y; local 104 long diff = x - y; local 116 long diff = x - y; local [all...] |
| /art/test/660-checker-sad-short/src/ |
| Main.java | 41 int diff = x - y; local 42 if (diff < 0) diff = -diff; 43 return diff; 54 int diff = x - y; local 55 return diff >= 0 ? diff : -diff; 66 int diff = x - y local 91 long diff = x - y; local 104 long diff = x - y; local 116 long diff = x - y; local [all...] |
| /bionic/libc/arch-arm64/generic/bionic/ |
| strcmp.S | 52 #define diff x5 define 78 eor diff, data1, data2 /* Non-zero if differences found. */ 80 orr syndrome, diff, has_nul 120 orr syndrome, diff, has_nul 183 eor diff, data1, data2 /* Non-zero if differences found. */ 185 orr syndrome, diff, has_nul
|
| /cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
| fifo.c | 69 int32_t diff = rear - front; local 75 diff -= fifo->mFudgeFactor; 79 ALOG_ASSERT(0 <= diff && diff <= (int32_t) fifo->mFrameCount); 80 return (size_t) diff;
|
| /cts/common/device-side/util/src/com/android/compatibility/common/util/ |
| ColorUtils.java | 110 float diff = Math.abs(e - o); local 111 if (diff <= tolerance) { 115 + ">, difference: <" + diff + ">";
|
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
| ColorUtils.java | 110 float diff = Math.abs(e - o); local 111 if (diff <= tolerance) { 115 + ">, difference: <" + diff + ">";
|
| /cts/tests/tests/content/src/android/content/res/cts/ |
| FractionTest.java | 80 float diff = Math.abs(expected - res); local 87 + Integer.toHexString(resid) + " " + mValue, diff > prec);
|
| /dalvik/libdex/ |
| DexUtf.cpp | 41 int diff = utf1 - utf2; local 43 if (diff != 0) { 44 return diff;
|
| /development/tools/repo_diff/ |
| repo_diff_android.py | 2 """Diff a repo (downstream) and its upstream. 18 HELP_MSG = "Diff a repo (downstream) and its upstream" 138 def diff(manifest_url, manifest_branch, tag, function 181 repo_diff_trees.diff( 193 diff(args.manifest_url,
|
| repo_diff_trees.py | 76 """Retrieves stats of diff between two git revisions. 79 directory: A path to the git directory to diff. 80 rev_a: A git revision to diff. 81 rev_b: A git revision to diff. 94 ['-C', directory, 'diff', '--shortstat', rev_a, rev_b]) 104 """Retrieves stats of diff between two git projects. 441 'Diff Status', 460 'Diff Status': stat['status'], 470 def diff(upstream_source_tree, downstream_source_tree, project_output_file, function 472 """Diff one repo source tree against another [all...] |
| /development/vndk/tools/header-checker/src/diff/ |
| abi_diff.h | 18 #include "diff/abi_diff_wrappers.h" 26 namespace diff { namespace in namespace:header_checker 163 } // namespace diff
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
| CompareMem.asm | 39 #define diff r6
define 66 eor diff, data1, data2 ; Non-zero if differences found.
67 cbnz diff, L0
71 ; Not reached the limit, must have found a diff.
85 orr diff, diff, mask
88 rev diff, diff
92 ; The MS-non-zero bit of DIFF marks either the first bit
96 clz pos, diff
[all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
| Nat384.java | 16 boolean neg = Nat192.diff(x, 6, x, 0, dx, 0) != Nat192.diff(y, 6, y, 0, dy, 0); 35 Nat192.diff(x, 6, x, 0, dx, 0);
|
| Nat512.java | 16 boolean neg = Nat256.diff(x, 8, x, 0, dx, 0) != Nat256.diff(y, 8, y, 0, dy, 0); 35 Nat256.diff(x, 8, x, 0, dx, 0);
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
| Nat384.java | 20 boolean neg = Nat192.diff(x, 6, x, 0, dx, 0) != Nat192.diff(y, 6, y, 0, dy, 0); 39 Nat192.diff(x, 6, x, 0, dx, 0);
|
| Nat512.java | 20 boolean neg = Nat256.diff(x, 8, x, 0, dx, 0) != Nat256.diff(y, 8, y, 0, dy, 0); 39 Nat256.diff(x, 8, x, 0, dx, 0);
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| CollectExemplars.java | 55 UnicodeSet diff = new UnicodeSet(toRemove).retainAll(target); local 56 System.out.println(title + "\t" + diff.toPattern(false)); 57 target.removeAll(diff); 63 UnicodeSet diff = new UnicodeSet(mainExemplars).removeAll(target); local 64 System.out.println(locale + "\t" + title + "\tadding\t" + diff.toPattern(false)); 65 target.addAll(diff);
|
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| nohugepage_test.cc | 101 long diff = rss[i+1] / rss[i]; local 103 diff < 10 ? "SMALL" : "LARGE", rss[i], rss[i + 1]);
|
| /external/drrickorang/LoopbackApp/app/src/main/cpp/audio_utils/ |
| fifo.c | 71 int32_t diff = rear - front; local 79 diff -= fifo->mFudgeFactor; 84 ALOG_ASSERT(0 <= diff && diff <= (int32_t) fifo->mFrameCount); 85 return (size_t) diff;
|
| /external/grpc-grpc/test/core/util/ |
| reconnect_server.cc | 36 gpr_timespec diff; local 42 diff = gpr_time_sub(head->next->timestamp, head->timestamp); 43 backoff = gpr_time_to_millis(diff);
|
| /external/harfbuzz_ng/util/ |
| ansi-print.cc | 82 color_diff_t diff (const color_t &o) function in struct:color_t 201 color_diff_t diff = fgc.diff (bgc); 202 int dd = diff.dot (diff); 205 int d = diff.dot (image (x, y).diff (bgc));
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| ElapsedTimer.java | 109 long diff = age/1000; // millis per second. Workaround ticket:7936 by using whole number seconds. local 110 return fmt.format(diff);
|
| /external/icu/icu4c/source/tools/toolutil/ |
| filetools.cpp | 114 double diff; local 119 diff = difftime(modtime1, modtime2); 120 if (diff < 0.0) { 122 } else if (diff > 0.0) {
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| ElapsedTimer.java | 106 long diff = age/1000; // millis per second. Workaround ticket:7936 by using whole number seconds. local 107 return fmt.format(diff);
|