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

/external/libdrm/freedreno/
H A Dlist.h121 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ macro
/external/libdrm/tests/radeon/
H A Dlist.h121 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h131 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \ macro
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c175 LIST_FOR_EACH_ENTRY_SAFE_REV(entry, next_entry, &cache->unused, head) {

Completed in 819 milliseconds