Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c299 debug_memory_end(unsigned long start_no) in debug_memory_end() argument
304 if(start_no == last_no) in debug_memory_end()
324 if((start_no <= hdr->no && hdr->no < last_no) || in debug_memory_end()
325 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) { in debug_memory_end()