Home
last modified time | relevance | path

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

/tools/
A Dproftool.c441 int mid = (low + high) / 2; in find_caller_by_offset() local
444 result = h_cmp_offset(&key, &func_list[mid]); in find_caller_by_offset()
446 low = mid; in find_caller_by_offset()
448 high = mid; in find_caller_by_offset()
450 return &func_list[mid]; in find_caller_by_offset()

Completed in 6 milliseconds