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

  /external/ltp/utils/ffsb-6.0-rc2/
util.h 60 unsigned current_count; member in struct:__anon28626
util.c 293 fb->current_count++;
295 if (fb->current_count == fb->required_count)
298 while (fb->current_count != fb->required_count)
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 124 ElfAddr current_count = 0; local
131 while(current_count < total_count) {
178 current_count += group_size;
  /external/v8/src/compiler/
node.cc 243 int current_count = InputCount(); local
244 DCHECK_LE(new_input_count, current_count);
245 if (new_input_count == current_count) return; // Nothing to do.
246 ClearInputs(new_input_count, current_count - new_input_count);
  /external/v8/src/heap/
slot-set.h 517 int current_count = count.Value();
518 if (current_count == capacity.Value()) return false;
523 current_buffer[current_count].Set(slot);
524 count.SetValue(current_count + 1);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiAutoUpdateTest.py 162 current_count = 0
WifiManagerTest.py 187 current_count = 0
200 current_count += 1
203 if current_count > 1:
    [all...]

Completed in 624 milliseconds