HomeSort by relevance Sort by last modified time
    Searched full:monotonic (Results 126 - 150 of 458) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/update_engine/update_manager/
evaluation_context.cc 176 // Handle reevaluation due to a Is{Wallclock,Monotonic}TimeGreaterThan(). We
178 // reevaluation time among the wallclock and monotonic scales.
  /external/deqp/framework/delibs/deutil/
deClock.c 66 /* \todo [2011-08-22 kalle] Proper Symbian-based implementation that is guaranteed to be monotonic. */
deClock.h 36 * Monotonic clock is used if platform supports it.
  /external/drm_hwcomposer/
drmeventlistener.cpp 88 ALOGE("Failed to get monotonic clock on hotplug %d", ret);
  /external/fdlibm/
e_log10.c 32 * log10 is monotonic at all binary break points.
  /external/kernel-headers/original/uapi/linux/hsi/
cs-protocol.h 79 * struct for monotonic timestamp taken when the
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 26 // NaCl doesn't support monotonic clock based absolute deadlines.
  /external/libmicrohttpd/src/microhttpd/
internal.c 175 * Equivalent to time(NULL) but tries to use some sort of monotonic
  /external/libvorbis/lib/
codebook.h 46 /* The below does a linear, single monotonic sequence mapping. */
  /external/libvorbis/vq/
localcodebook.h 46 /* The below does a linear, single monotonic sequence mapping. */
  /external/llvm/test/CodeGen/AArch64/
cmpxchg-idioms.ll 52 %pair = cmpxchg i8* %value, i8 %oldValue, i8 %newValue acq_rel monotonic
  /external/llvm/test/CodeGen/ARM/
cmpxchg-idioms.ll 61 %pair = cmpxchg i8* %value, i8 %oldValue, i8 %newValue acq_rel monotonic
atomic-cmpxchg.ll 12 %0 = cmpxchg i8* %addr, i8 %desired, i8 %new monotonic monotonic
atomic-ops-v8.ll 82 %old = atomicrmw add i64* @var64, i64 %offset monotonic
109 %old = atomicrmw sub i8* @var8, i8 %offset monotonic
228 %old = atomicrmw and i16* @var16, i16 %offset monotonic
324 %old = atomicrmw or i16* @var16, i16 %offset monotonic
466 %old = atomicrmw xor i64* @var64, i64 %offset monotonic
493 %old = atomicrmw xchg i8* @var8, i8 %offset monotonic
634 %old = atomicrmw min i32* @var32, i32 %offset monotonic
778 %old = atomicrmw max i64* @var64, i64 %offset monotonic
818 %old = atomicrmw umin i8* @var8, i8 %offset monotonic
962 %old = atomicrmw umax i16* @var16, i16 %offset monotonic
    [all...]
  /external/llvm/test/Transforms/AtomicExpand/ARM/
atomic-expansion-v8.ll 17 %res = atomicrmw xchg i8* %ptr, i8 %xchgend monotonic
156 %pairold = cmpxchg i16* %ptr, i16 %desired, i16 %newval seq_cst monotonic
239 %pairold = cmpxchg i64* %ptr, i64 %desired, i64 %newval monotonic monotonic
  /frameworks/av/services/audioflinger/
AudioWatchdog.h 77 struct timespec mOldTs; // monotonic time when threadLoop last ran
  /frameworks/base/core/java/android/os/
UpdateLock.java 66 * in the System.currentTimeMillis() time base, which may be non-monotonic especially
SystemClock.java 52 * to be monotonic, and is suitable for interval timing when the
58 * This clock is guaranteed to be monotonic, and continues to tick even
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 47 * monotonic, the drawing may produce unexpected results.
  /system/core/include/utils/
Timers.h 81 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point
  /external/ceres-solver/include/ceres/
iteration_callback.h 77 // acceptance criterion used by the non-monotonic trust region
87 // non-monotonic trust region algorithm is used
  /external/v8/src/base/platform/
condition-variable.cc 21 // source for pthread_cond_timedwait() to use the monotonic clock.
84 // source for pthread_cond_timedwait() to use the monotonic clock.
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 428 *which use monotonic clock
431 /* Monotonic timestamp since bootup */
  /external/clang/test/OpenMP/
parallel_reduction_codegen.cpp 84 // LAMBDA: atomicrmw add i32* [[G_REF]], i32 [[G_PRIV_VAL]] monotonic
140 // BLOCKS: atomicrmw add i32* [[G_REF]], i32 [[G_PRIV_VAL]] monotonic
290 // CHECK: [[OLD1:%.+]] = load atomic i32, i32* [[T_VAR_REF_INT]] monotonic,
297 // CHECK: [[RES:%.+]] = cmpxchg i32* [[T_VAR_REF_INT]], i32 [[ORIG_OLD_INT]], i32 [[UP_INT]] monotonic monotonic
332 // CHECK: [[OLD1:%.+]] = load atomic i32, i32* [[T_VAR1_REF_INT]] monotonic,
341 // CHECK: [[RES:%.+]] = cmpxchg i32* [[T_VAR1_REF_INT]], i32 [[ORIG_OLD_INT]], i32 [[UP_INT]] monotonic monotonic
574 // CHECK: atomicrmw add i32* [[T_VAR_REF]], i32 [[T_VAR_PRIV_VAL]] monotonic
604 // CHECK: atomicrmw min i32* [[T_VAR1_REF]], i32 [[T_VAR1_PRIV_VAL]] monotonic
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 493 // If monotonic steps are being used, then the relative_decrease
497 // If non-monotonic steps are allowed, then we take the maximum
504 // reference iteration, allowing for non-monotonic steps.
557 << "Non-monotonic step! "
641 // At this point we have made too many non-monotonic steps and

Completed in 3228 milliseconds

1 2 3 4 56 7 8 91011>>