HomeSort by relevance Sort by last modified time
    Searched full:monotonic (Results 26 - 50 of 271) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/skia/src/core/
SkQuadClipper.h 16 which must already be monotonic in Y.
35 will all be monotonic in Y
  /external/skia/src/core/
SkQuadClipper.h 16 which must already be monotonic in Y.
35 will all be monotonic in Y
  /frameworks/base/core/java/android/util/
Spline.java 38 * Moreover, assuming the control points are monotonic (Y is non-decreasing or
39 * non-increasing) then the interpolated values will also be monotonic.
45 * @param y The Y component of the control points, monotonic.
50 * @throws IllegalArgumentException if the control points are not monotonic.
89 + "monotonic Y values.");
  /external/llvm/test/Instrumentation/ThreadSanitizer/
atomic.ll 15 %0 = load atomic i8* %a monotonic, align 1
47 store atomic i8 0, i8* %a monotonic, align 1
71 atomicrmw xchg i8* %a, i8 0 monotonic
79 atomicrmw add i8* %a, i8 0 monotonic
87 atomicrmw sub i8* %a, i8 0 monotonic
95 atomicrmw and i8* %a, i8 0 monotonic
103 atomicrmw or i8* %a, i8 0 monotonic
111 atomicrmw xor i8* %a, i8 0 monotonic
119 atomicrmw nand i8* %a, i8 0 monotonic
351 cmpxchg i8* %a, i8 0, i8 1 monotonic
    [all...]
  /external/llvm/test/Analysis/BasicAA/
2009-10-13-AtomicModRef.ll 9 %Y = atomicrmw add i8* %Q, i8 1 monotonic
  /external/llvm/test/CodeGen/AArch64/
atomic-ops-not-barriers.ll 13 %val = atomicrmw add i32* %var, i32 -1 monotonic
  /external/llvm/test/CodeGen/X86/
2010-10-08-cmpxchg8b.ll 21 %r = cmpxchg i64* %ptr, i64 0, i64 1 monotonic
  /external/chromium/testing/gtest/samples/
sample4.h 37 // A simple monotonic counter.
  /external/chromium_org/testing/gtest/samples/
sample4.h 37 // A simple monotonic counter.
  /external/chromium_org/tools/valgrind/
browser_wrapper_win.py 37 # This number is monotonic and we can't have two simultaneously running wrappers
  /external/gtest/samples/
sample4.h 37 // A simple monotonic counter.
  /external/protobuf/gtest/samples/
sample4.h 37 // A simple monotonic counter.
  /external/qemu/
qemu-timer-common.c 27 /* real time host monotonic timer */
  /external/skia/tools/skpdiff/
skpdiff_util.h 30 * Get a positive monotonic real-time measure of the amount of seconds since some undefined epoch.
  /ndk/sources/third_party/googletest/googletest/samples/
sample4.h 37 // A simple monotonic counter.
  /external/llvm/docs/
Atomics.rst 117 another operation; it is normally used along with Monotonic memory operations.
118 A Monotonic load followed by an Acquire fence is roughly equivalent to an
216 Monotonic
219 Monotonic is the weakest level of atomicity that can be used in synchronization
238 it is legal to reorder non-atomic and Unordered loads around Monotonic
239 loads. CSE/DSE and a few other optimizations are allowed, but Monotonic
275 such a fence after the equivalent Monotonic operation is sufficient to
370 Monotonic.
373 Release, and for the address accessed by any Monotonic operation.
388 monotonic operations like a read+write to a memory location, and anythin
    [all...]
  /external/clang/test/CodeGen/
atomic-ops.c 116 // CHECK: load atomic i32* {{.*}} monotonic
139 // CHECK: atomicrmw add {{.*}} monotonic
146 // CHECK: atomicrmw sub {{.*}} monotonic
  /docs/source.android.com/src/devices/tech/datausage/
iface-overview.jd 25 strictly monotonic while the interface is active. Drivers may reset
  /external/chromium_org/chrome/test/functional/tracing/
tab_tracker.py 50 # We use uuids here rather than a monotonic integer to prevent confusion
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedTimer.h 45 // The fire interval is in seconds relative to the current monotonic clock time.
  /external/chromium_org/third_party/libjingle/source/talk/base/
timing.h 50 // time may be adjusted backwards, hence not monotonic.
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 5 | testing CLOCK MONOTONIC
  /frameworks/base/core/java/android/app/backup/
RestoreObserver.java 60 * restored. This may be non-monotonic; it is intended purely as a rough
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
time.h 47 /* Monotonic system-wide clock. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h 47 /* Monotonic system-wide clock. */

Completed in 1193 milliseconds

12 3 4 5 6 7 8 91011