HomeSort by relevance Sort by last modified time
    Searched full:counter_value (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/
worker_thread_ticker_unittest.cc 78 const int counter_value = callback.counter(); local
80 EXPECT_EQ(counter_value, callback.counter());
95 const int counter_value = callback.counter(); local
97 EXPECT_EQ(counter_value, callback.counter());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 194 struct const_value counter_value; local
215 counter_value.Src = counter;
216 counter_value.Value = 0.0f;
217 counter_value.HasValue = 0;
218 counter_value.C = c;
221 rc_for_all_writes_mask(inst, update_const_value, &counter_value);
223 if(!counter_value.HasValue){
227 DBG("Initial counter value is %f\n", counter_value.Value);
288 iterations = (int) ceilf((limit_value - counter_value.Value) /
294 iterations = (int) floorf((limit_value - counter_value.Value)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 194 struct const_value counter_value; local
215 counter_value.Src = counter;
216 counter_value.Value = 0.0f;
217 counter_value.HasValue = 0;
218 counter_value.C = c;
221 rc_for_all_writes_mask(inst, update_const_value, &counter_value);
223 if(!counter_value.HasValue){
227 DBG("Initial counter value is %f\n", counter_value.Value);
288 iterations = (int) ceilf((limit_value - counter_value.Value) /
294 iterations = (int) floorf((limit_value - counter_value.Value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
sync.h 197 XSyncValue counter_value; /* counter value when this event was sent */ member in struct:__anon25343
209 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon25344
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
sync.h 197 XSyncValue counter_value; /* counter value when this event was sent */ member in struct:__anon27079
209 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon27080

Completed in 1450 milliseconds