| /src/tests/usr.bin/xlint/lint1/ |
| msg_125.c | 11 less(action a, action b) function
|
| check-expect.lua | 211 local function less(a, b) function 217 table.sort(items, less)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| ranges_cmp.h | 108 /// ranges::less function object type. 109 struct less struct in namespace:ranges 143 { return less{}(std::forward<_Up>(__u), std::forward<_Tp>(__t)); } 156 { return !less{}(std::forward<_Tp>(__t), std::forward<_Up>(__u)); } 169 { return !less{}(std::forward<_Up>(__u), std::forward<_Tp>(__t)); }
|
| stl_function.h | 356 struct less; 400 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function 443 // Partial specialization of std::less for pointers. 445 struct less<_Tp*> : public binary_function<_Tp*, _Tp*, bool> struct in inherits:binary_function 582 struct less<void> struct 597 { return less<common_type_t<_Tp*, _Up*>>{}(__t, __u); } 611 return less<const volatile void*>{}(
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ranges_cmp.h | 111 /// ranges::less function object type. 112 struct less struct in namespace:ranges 146 { return less{}(std::forward<_Up>(__u), std::forward<_Tp>(__t)); } 159 { return !less{}(std::forward<_Tp>(__t), std::forward<_Up>(__u)); } 172 { return !less{}(std::forward<_Up>(__u), std::forward<_Tp>(__t)); }
|
| stl_function.h | 359 struct less; 403 struct less : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function 446 // Partial specialization of std::less for pointers. 448 struct less<_Tp*> : public binary_function<_Tp*, _Tp*, bool> struct in inherits:binary_function 585 struct less<void> struct 600 { return less<common_type_t<_Tp*, _Up*>>{}(__t, __u); } 614 return less<const volatile void*>{}(
|
| /src/distrib/sets/ |
| fmt-list | 338 local function less(a, b) function 354 table.sort(entries, less)
|
| /src/external/bsd/less/dist/lesstest/ |
| pipeline.c | 27 // Exec an instance of less in the current process. 28 static void become_child_less(char* less, int argc, char* const* argv, char* const* envp, const char* tempfile, int less_in_pipe[2], int screen_in_pipe[2]) { 29 if (verbose) fprintf(stderr, "less child: in %d, out %d, close %d,%d\n", less_in_pipe[RD], screen_in_pipe[WR], less_in_pipe[WR], screen_in_pipe[RD]); 36 less_argv[less_argc++] = less; 44 if (verbose) { print_strings("less argv", less_argv); print_strings("less envp", envp); } 45 execve(less, less_argv, envp); 46 fprintf(stderr, "cannot exec %s: %s\n", less, strerror(errno)); 100 // the named text file to its basename, and run less on the link. 120 if (verbose) fprintf(stderr, "less out pipe %d,%d\n", pipeline->screen_in_pipe[0], pipeline->screen_in_pipe[1]) 127 char* less = argv[0]; local [all...] |
| /src/external/bsd/libbind/dist/isc/ |
| heap.c | 168 int less; local 179 less = ctx->higher_priority(elt, ctx->heap[i]); 181 if (less)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| trie_policy_base.hpp | 108 less(e_const_iterator, e_const_iterator, e_const_iterator, 181 less(e_const_iterator b_l, e_const_iterator e_l, function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_alloc.cc | 37 #include <bits/stl_function.h> // std::less 369 std::less<const void*> less; variable 370 return less(ptr, arena + arena_size) && less(arena, ptr);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/ |
| trie_policy_base.hpp | 108 less(e_const_iterator, e_const_iterator, e_const_iterator, 181 less(e_const_iterator b_l, e_const_iterator e_l, function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
| /src/external/mpl/bind/dist/lib/isc/ |
| heap.c | 214 bool less; local 232 less = heap->compare(elt, heap->array[idx]); 234 if (less) {
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| heap.c | 216 bool less; local 234 less = heap->compare(elt, heap->array[idx]); 236 if (less) {
|
| /src/external/gpl2/gmake/dist/ |
| commands.c | 49 char *at, *percent, *star, *less; 114 less = ""; 118 less = dep_name (d); 125 less = at; 132 DEFINE_VARIABLE ("<", 1, less); 164 qmark_len = plus_len + 1; /* Will be this or less. */ 48 char *at, *percent, *star, *less; local
|
| /src/external/bsd/mdocml/dist/ |
| man_term.c | 365 int less; local 375 less = 0; 378 less = -1; 380 less = 1; 389 if (less < 0) 391 else if (less > 0)
|
| /src/usr.bin/dc/ |
| bcode.c | 110 static void less(void); 169 { '<', less }, 1415 less(void) function
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| Preprocessor.cpp | 997 if (FilenameTok.is(tok::less) && AllowMacroExpansion) { 1014 Diag(Start, diag::note_matching) << tok::less; member in class:tok
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| MILexer.h | 47 less, enumerator in enum:llvm::MIToken::TokenKind
|
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| TGLexer.h | 41 less, greater, // < > enumerator in enum:llvm::tgtok::TokKind
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region.cc | 191 less (const linear_op &a, const linear_op &b) function in struct:ana::linear_op 306 tristate ts = linear_op::less (op_a, op_b);
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| cp1.c | 498 /* Round result to the value closest to, and not less than, 546 int less, equal, unordered; local 573 less = 0; 585 less = !equal && sim_fpu_is_lt (&wop1, &wop2); 588 *condition = (((cond & (1 << 2)) && less)
|
| /src/external/gpl3/gdb/dist/sim/mips/ |
| cp1.c | 498 /* Round result to the value closest to, and not less than, 546 int less, equal, unordered; local 573 less = 0; 585 less = !equal && sim_fpu_is_lt (&wop1, &wop2); 588 *condition = (((cond & (1 << 2)) && less)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| LLToken.h | 32 less, enumerator in enum:llvm::lltok::Kind
|
| /src/external/mit/isl/dist/ |
| isl_aff.c | 3215 * where the function value of "pa1" is less than or equal to 3225 * where the function value of "pa1" is less than the function value of "pa2". 3311 * is less than or equal to each element in list2. 3845 /* Return the set where the element at "pos1" of "list" is less than or 3849 static __isl_give isl_set *less(__isl_keep isl_pw_aff_list *list, function 3874 * is less than (or equal) to the other value expressions. 3876 * that all the other value expressions are less than (or equal) 3923 dom = less(list, j, i); 3925 dom = less(list, i, j);
|