Searched refs:local_next_free_idx (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc492 uint16_t local_next_free_idx = 0; local
499 local_next_free_idx = next_free_idx_[active_queue_];
508 if (local_next_free_idx == 0) {
514 for (uint16_t idx = 0; idx < local_next_free_idx; ++idx) {

Completed in 35 milliseconds