Home
last modified time | relevance | path

Searched refs:last_item (Results 1 – 2 of 2) sorted by relevance

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