Home
last modified time | relevance | path

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

/external/mesa3d/src/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()
Dos_memory_debug.h64 debug_memory_end(unsigned long start_no);