Lines Matching refs:left
114 const uint32_t *left = ext.sections[cache_extension_tag_glibc_hwcaps].base; in glibc_hwcaps_priorities_init() local
115 const uint32_t *left_end = left + length; in glibc_hwcaps_priorities_init()
120 while (left < left_end && right < right_end) in glibc_hwcaps_priorities_init()
122 if (*left < cachesize) in glibc_hwcaps_priorities_init()
124 int cmp = glibc_hwcaps_compare (*left, right); in glibc_hwcaps_priorities_init()
129 ++left; in glibc_hwcaps_priorities_init()
136 ++left; in glibc_hwcaps_priorities_init()
147 while (left < left_end) in glibc_hwcaps_priorities_init()
151 ++left; in glibc_hwcaps_priorities_init()
213 int left = 0; in search_cache() local
220 while (left <= right) in search_cache()
222 int middle = (left + right) / 2; in search_cache()
236 left = middle; in search_cache()
259 if (middle > left in search_cache()
350 left = middle + 1; in search_cache()