Home
last modified time | relevance | path

Searched refs:counter_value (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/common/
Dworker_thread_ticker_unittest.cc77 const int counter_value = callback.counter(); in TEST() local
79 EXPECT_EQ(counter_value, callback.counter()); in TEST()
94 const int counter_value = callback.counter(); in TEST() local
96 EXPECT_EQ(counter_value, callback.counter()); in TEST()
/external/chromium_org/chrome/common/
Dworker_thread_ticker_unittest.cc78 const int counter_value = callback.counter(); in TEST() local
80 EXPECT_EQ(counter_value, callback.counter()); in TEST()
95 const int counter_value = callback.counter(); in TEST() local
97 EXPECT_EQ(counter_value, callback.counter()); in TEST()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c194 struct const_value counter_value; in try_unroll_loop() local
215 counter_value.Src = counter; in try_unroll_loop()
216 counter_value.Value = 0.0f; in try_unroll_loop()
217 counter_value.HasValue = 0; in try_unroll_loop()
218 counter_value.C = c; in try_unroll_loop()
221 rc_for_all_writes_mask(inst, update_const_value, &counter_value); in try_unroll_loop()
223 if(!counter_value.HasValue){ in try_unroll_loop()
227 DBG("Initial counter value is %f\n", counter_value.Value); in try_unroll_loop()
288 iterations = (int) ceilf((limit_value - counter_value.Value) / in try_unroll_loop()
294 iterations = (int) floorf((limit_value - counter_value.Value) / in try_unroll_loop()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c194 struct const_value counter_value; in try_unroll_loop() local
215 counter_value.Src = counter; in try_unroll_loop()
216 counter_value.Value = 0.0f; in try_unroll_loop()
217 counter_value.HasValue = 0; in try_unroll_loop()
218 counter_value.C = c; in try_unroll_loop()
221 rc_for_all_writes_mask(inst, update_const_value, &counter_value); in try_unroll_loop()
223 if(!counter_value.HasValue){ in try_unroll_loop()
227 DBG("Initial counter value is %f\n", counter_value.Value); in try_unroll_loop()
288 iterations = (int) ceilf((limit_value - counter_value.Value) / in try_unroll_loop()
294 iterations = (int) floorf((limit_value - counter_value.Value) / in try_unroll_loop()
/external/chromium/webkit/glue/
Dwebkit_glue.cc131 string16* counter_value) { in CounterValueForElementById() argument
137 *counter_value = result; in CounterValueForElementById()
Dwebkit_glue.h72 string16* counter_value);
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_gtk.cc214 if (alarm_event->counter_value.hi == 0 && in OnEvent()
215 alarm_event->counter_value.lo == 0) { in OnEvent()