HomeSort by: relevance | last modified time | path
    Searched defs:IsSorted (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_common_test.cc 28 static bool IsSorted(const uptr *array, uptr n) {
43 EXPECT_TRUE(IsSorted(array, n));
49 EXPECT_TRUE(IsSorted(array, n));
55 EXPECT_TRUE(IsSorted(array, n));
61 EXPECT_TRUE(IsSorted(array, n));
68 EXPECT_TRUE(IsSorted(array, n));
73 EXPECT_TRUE(IsSorted(array, 2));
  /xsrc/external/mit/libXt/dist/src/
Initialize.c 618 enum { Check, NotSorted, IsSorted } sort_order = Check;
648 if (sort_order == IsSorted && order > 0) {
664 sort_order = IsSorted;

Completed in 22 milliseconds