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

  /frameworks/base/libs/usb/tests/accessorytest/
audio.c 44 static int empty_index = 0; variable
60 while (empty_index == -1)
63 index = empty_index;
67 empty_index = other;
69 empty_index = -1;
80 if (empty_index == -1) {
81 empty_index = index;
  /art/libartbase/base/
hash_set.h 321 // empty_index is the index that will become empty.
322 size_t empty_index = it.index_; local
323 DCHECK(!IsFreeSlot(empty_index));
324 size_t next_index = empty_index;
331 emptyfn_.MakeEmpty(ElementForIndex(empty_index));
336 // Calculate the ideal index, if it is within empty_index + 1 to next_index then there is
341 if (unwrapped_next_index < empty_index) {
346 if (unwrapped_next_ideal_index < empty_index) {
349 if (unwrapped_next_ideal_index <= empty_index ||
353 ElementForIndex(empty_index) = std::move(next_element)
    [all...]

Completed in 251 milliseconds