Searched refs:low_adjacent (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dvma.c205 bool low_adjacent = low_hole && low_hole->offset + low_hole->size == offset; local in function:util_vma_heap_free
207 if (low_adjacent && high_adjacent) {
212 } else if (low_adjacent) {
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dvma.c278 bool low_adjacent = low_hole && low_hole->offset + low_hole->size == offset; local in function:util_vma_heap_free
280 if (low_adjacent && high_adjacent) {
285 } else if (low_adjacent) {

Completed in 5 milliseconds