HomeSort by relevance Sort by last modified time
    Searched defs:loop_counter (Results 1 - 3 of 3) 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/brotli/dec/
state.h 102 int loop_counter; member in struct:BrotliDecoderStateStruct
  /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...]

Completed in 5978 milliseconds