/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | range_cmp.h | 111 struct less in _GLIBCXX_VISIBILITY() struct 116 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() 135 using is_transparent = __is_transparent; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ranges_cmp.h | 112 struct less in _GLIBCXX_VISIBILITY() struct 117 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() 135 using is_transparent = __is_transparent; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_125.c | 11 less(action a, action b) in less() function
|
H A D | check-expect.lua | 201 local function less(a, b) function
|
/netbsd-src/external/bsd/less/dist/lesstest/ |
H A D | pipeline.c | 28 static void become_child_less(char* less, int argc, char* const* argv, char* const* envp, const cha… in become_child_less() 127 char* less = argv[0]; in create_less_pipeline() local
|
H A D | parse.c | 32 static int parse_command(TestSetup* setup, const char* less, const char* line, int line_len) { in parse_command() 109 TestSetup* read_test_setup(FILE* fd, const char* less) { in read_test_setup()
|
H A D | run.c | 201 int run_testfile(const char* ltfile, const char* less) { in run_testfile()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 710 void test(alias less)() in test() 1430 private template validPredicates(E, less...) in validPredicates() argument 1457 template multiSort(less...) //if (less.length > 1) in multiSort() argument 1603 private size_t getPivot(alias less, Range)(Range r) in getPivot() 1628 private void shortSort(alias less, Range)(Range r) in shortSort() 1934 static bool less(int a, int b) { ++comps; return a < b; } in less() function 1984 static bool less(int a, int b) { return a < b; } in less() function 2055 private void quickSortImpl(alias less, Range)(Range r, size_t depth) in quickSortImpl() 2242 alias less = binaryFun!pred; in TimSortImpl() local 3134 void topNImpl(alias less, R)(R r, size_t n, ref bool useSampling) in topNImpl() [all …]
|
H A D | setops.d | 834 struct MultiwayMerge(alias less, RangeOfRanges) in MultiwayMerge()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 717 void test(alias less)() in test() 1477 private template validPredicates(E, less...) in validPredicates() argument 1503 template multiSort(less...) //if (less.length > 1) in multiSort() argument 1653 private size_t getPivot(alias less, Range)(Range r) in getPivot() 1678 private void shortSort(alias less, Range)(Range r) in shortSort() 2012 static bool less(int a, int b) { ++comps; return a < b; } in less() function 2062 static bool less(int a, int b) { return a < b; } in less() function 2144 private void quickSortImpl(alias less, Range)(Range r, size_t depth) in quickSortImpl() 2337 alias less = binaryFun!pred; in TimSortImpl() local 3472 void topNImpl(alias less, R)(R r, size_t n, ref bool useSampling) in topNImpl() [all …]
|
/netbsd-src/distrib/sets/ |
H A D | fmt-list | 338 local function less(a, b) function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
H A D | trie_policy_base.hpp | 181 less(e_const_iterator b_l, e_const_iterator e_l, in less() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
H A D | trie_policy_base.hpp | 181 less(e_const_iterator b_l, e_const_iterator e_l, in less() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | heap.c | 168 int less; in heap_delete() local
|
/netbsd-src/external/bsd/less/dist/ |
H A D | configure.ac | 12 AC_INIT([less],[1]) package
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | commands.c | 48 char *at, *percent, *star, *less; in set_file_variables() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | heap.c | 216 bool less; in isc_heap_delete() local
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | heap.c | 216 bool less; isc_heap_delete() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.h | 41 less, greater, // < > enumerator
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | man_term.c | 354 int less; in pre_in() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 123 bool GCNRegPressure::less(const GCNSubtarget &ST, in less() function in GCNRegPressure
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.h | 47 less, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | functional.d | 238 alias less = binaryFun!("a < b"); variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | functional.d | 218 alias less = binaryFun!("a < b"); variable
|
/netbsd-src/usr.bin/dc/ |
H A D | bcode.c | 1415 less(void) in less() function
|