Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/util/
H A Dbsearch.c49 size_t two_width; in bsearch() local
56 two_width = width + width; in bsearch()
61 char *p = base + width * ((last - base)/two_width); in bsearch()