Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h136 #define DLLIST_MERGE(__listA, __listB, ty) \ argument
138 ty prevB = (__listB)->prev; \
139 (__listA)->prev->next = (__listB); \
140 (__listB)->prev->next = (__listA); \
141 (__listB)->prev = (__listA)->prev; \