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

  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 402 struct compute_memory_item *last_item; local
405 for (last_item = pool->item_list; last_item->next;
406 last_item = last_item->next);
408 last_item->next = new_item;
409 new_item->prev = last_item;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
sequence.py 55 self.last_item = sequence_string[-1]
66 if (not self.rollover) and (last_value == self.last_item):

Completed in 357 milliseconds