Searched refs:elem_compare (Results 1 – 1 of 1) sorted by relevance
44 int elem_compare(size_t i, const uint8_t *other) const { in elem_compare() function in __llvm_libc::internal::Array70 while ((compare_i = array.elem_compare(i, pivot)) < 0) in partition()72 while ((compare_j = array.elem_compare(j, pivot)) > 0) in partition()