Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dbsearch.c29 const char *pivot; in bsearch() local
33 pivot = (const char *)array + index * size; in bsearch()
34 result = cmp(key, pivot); in bsearch()
37 return (void *)pivot; in bsearch()