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

  /external/webrtc/webrtc/system_wrappers/source/
critical_section_unittest.cc 59 int loop_counter = 0; local
63 while (count->Count() < target && loop_counter < 100 * target) {
64 ++loop_counter;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.h 82 LLVMValueRef loop_counter);
92 LLVMValueRef loop_counter,
lp_bld_depth.c 521 * \param loop_counter the current loop iteration
536 LLVMValueRef loop_counter)
553 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
555 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
570 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
654 * \param loop_counter the current loop iteration
668 LLVMValueRef loop_counter,
699 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
701 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
711 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
    [all...]
  /external/brotli/c/dec/
decode.c 227 s->loop_counter = 0;
237 i = s->loop_counter;
240 s->loop_counter = i;
286 i = s->loop_counter;
289 s->loop_counter = i;
    [all...]
state.h 102 int loop_counter; member in struct:BrotliDecoderStateStruct
state.c 59 s->loop_counter = 0;
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 312 handler_func=(lambda handler, forms, loop_counter=i:\
313 _extension_log_handler(handler, forms, loop_counter)))
318 handler_func=(lambda handler, forms, tracker=self, loop_counter=i:\
319 _extension_page_load_info_handler(handler, forms, loop_counter, self)))
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 624 int loop_counter = 0; local
627 ASSERT_LT(loop_counter++, 10);
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_horz_w16out.s 109 @r14 - loop_counter

Completed in 388 milliseconds