HomeSort by relevance Sort by last modified time
    Searched refs:end_value (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/asan/
asan_poisoning.cc 232 s8 end_value = *shadow_end; local
236 if (end_value > 0 && end_value <= end_offset)
241 if (end_value != 0)
242 *shadow_end = Max(end_value, end_offset);
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 109 float end_value) const {
125 return end_value;
128 return static_cast<float>(Tween::ValueBetween(t, start_value, end_value));
interpolated_transform.h 56 // between start_value and end_value. More precisely it returns
57 // (1 - t) * start_value + t * end_value where
60 // it returns end_value.
61 float ValueBetween(float time, float start_value, float end_value) const;
  /ndk/sources/android/cpufeatures/
cpu-features.c 374 int val, start_value, end_value; local
387 end_value = start_value;
393 p = parse_decimal(p+1, q, &end_value);
399 for (val = start_value; val <= end_value; val++) {
    [all...]
  /external/chromium_org/ash/wm/
window_animations.cc 169 float start_value, end_value; local
172 end_value = kWindowAnimation_ShowBrightnessGrayscale;
175 end_value = kWindowAnimation_HideBrightnessGrayscale;
197 CreateBrightnessGrayscaleAnimationSequence(end_value, duration));
  /external/e2fsprogs/e2fsck/
profile.c 1523 char *end_value; local
1565 char *end_value; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 910 def end_value(self, data): member in class:Unmarshaller
915 dispatch["value"] = end_value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 910 def end_value(self, data): member in class:Unmarshaller
915 dispatch["value"] = end_value
    [all...]

Completed in 432 milliseconds