Searched refs:left (Results 1 – 5 of 5) sorted by relevance
122 if (*left < cachesize) 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() local220 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()[all …]
125 struct stringtable_entry *left = *(struct stringtable_entry **) l; in finalize_compare() local128 if (left->length < right->length) in finalize_compare()129 to_compare = left->length; in finalize_compare()134 unsigned char lch = left->string[left->length - i]; in finalize_compare()139 if (left->length == right->length) in finalize_compare()141 else if (left->length < right->length) in finalize_compare()
64 object-suffixes-left := $(rtld-subdirs)69 include $(patsubst %,../o-iterator.mk,$(object-suffixes-left))130 # list as applied to the names without the `rtld-', there may be none left.143 cpp-srcs-left := $(rtld-modules:%.os=%)145 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
93 const struct glibc_hwcaps_subdirectory *left in assign_glibc_hwcaps_indices_compare() local97 return strcmp (glibc_hwcaps_subdirectory_name (left), in assign_glibc_hwcaps_indices_compare()
796 cpp-srcs-left := $(all-rtld-routines:=.os)798 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
Completed in 14 milliseconds