| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | splay-tree.c | 297 int comparison = 0; in splay_tree_insert() local 302 comparison = (*sp->comp)(sp->root->key, key); in splay_tree_insert() 304 if (sp->root && comparison == 0) in splay_tree_insert() 325 else if (comparison < 0) in splay_tree_insert() 435 int comparison; in splay_tree_predecessor() local 445 comparison = (*sp->comp)(sp->root->key, key); in splay_tree_predecessor() 448 if (comparison < 0) in splay_tree_predecessor() 466 int comparison; in splay_tree_successor() local 476 comparison = (*sp->comp)(sp->root->key, key); in splay_tree_successor() 479 if (comparison > 0) in splay_tree_successor()
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | splay-tree.c | 297 int comparison = 0; in splay_tree_insert() local 302 comparison = (*sp->comp)(sp->root->key, key); in splay_tree_insert() 304 if (sp->root && comparison == 0) in splay_tree_insert() 325 else if (comparison < 0) in splay_tree_insert() 435 int comparison; in splay_tree_predecessor() local 445 comparison = (*sp->comp)(sp->root->key, key); in splay_tree_predecessor() 448 if (comparison < 0) in splay_tree_predecessor() 466 int comparison; in splay_tree_successor() local 476 comparison = (*sp->comp)(sp->root->key, key); in splay_tree_successor() 479 if (comparison > 0) in splay_tree_successor()
|
| /NextBSD/contrib/diff/src/ |
| HD | diff.h | 304 struct comparison struct 307 struct comparison const *parent; /* parent, if a recursive comparison */ argument 321 int diff_2_files (struct comparison *); 328 int diff_dirs (struct comparison const *, int (*) (struct comparison const *, char const *, char co…
|
| HD | dir.c | 49 static bool dir_loop (struct comparison const *, int); 200 diff_dirs (struct comparison const *cmp, in diff_dirs() 201 int (*handle_file) (struct comparison const *, in diff_dirs() 281 dir_loop (struct comparison const *cmp, int i) in dir_loop() 283 struct comparison const *p = cmp; in dir_loop()
|
| HD | diff.c | 56 static int compare_files (struct comparison const *, char const *, char const *); 742 int status = compare_files ((struct comparison *) 0, in main() 753 int status = compare_files ((struct comparison *) 0, in main() 768 exit_status = compare_files ((struct comparison *) 0, in main() 1034 compare_files (struct comparison const *parent, in compare_files() 1038 struct comparison cmp; in compare_files()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIIntrinsics.td | 100 // Sample with comparison 124 // Sample with comparison and offsets 144 // Gather4 with comparison 160 // Gather4 with comparison and offsets
|
| /NextBSD/contrib/gcc/ |
| HD | optabs.c | 3776 enum rtx_code comparison, int unsignedp, rtx label) in emit_cmp_and_jump_insn_1() argument 3778 rtx test = gen_rtx_fmt_ee (comparison, mode, x, y); in emit_cmp_and_jump_insn_1() 3809 emit_jump_insn (bcc_gen_fctn[(int) comparison] (label)); in emit_cmp_and_jump_insn_1() 3822 emit_jump_insn (bcc_gen_fctn[(int) comparison] (label)); in emit_cmp_and_jump_insn_1() 3854 emit_cmp_and_jump_insns (rtx x, rtx y, enum rtx_code comparison, rtx size, in emit_cmp_and_jump_insns() argument 3867 comparison = swap_condition (comparison); in emit_cmp_and_jump_insns() 3878 comparison = unsigned_condition (comparison); in emit_cmp_and_jump_insns() 3880 prepare_cmp_insn (&op0, &op1, &comparison, size, &mode, &unsignedp, in emit_cmp_and_jump_insns() 3882 emit_cmp_and_jump_insn_1 (op0, op1, mode, comparison, unsignedp, label); in emit_cmp_and_jump_insns() 3888 emit_cmp_insn (rtx x, rtx y, enum rtx_code comparison, rtx size, in emit_cmp_insn() argument [all …]
|
| HD | jump.c | 445 rtx comparison = src; in reversed_comparison_code_parts() local 449 mode = GET_MODE (XEXP (comparison, 1)); in reversed_comparison_code_parts() 481 reversed_comparison_code (rtx comparison, rtx insn) in reversed_comparison_code() argument 483 if (!COMPARISON_P (comparison)) in reversed_comparison_code() 485 return reversed_comparison_code_parts (GET_CODE (comparison), in reversed_comparison_code() 486 XEXP (comparison, 0), in reversed_comparison_code() 487 XEXP (comparison, 1), insn); in reversed_comparison_code()
|
| /NextBSD/contrib/gcclibs/libmudflap/ |
| HD | mf-runtime.c | 2321 int comparison; in mfsplay_tree_splay_helper() local 2328 comparison = ((key > n->key) ? 1 : ((key < n->key) ? -1 : 0)); in mfsplay_tree_splay_helper() 2330 if (comparison == 0) in mfsplay_tree_splay_helper() 2333 else if (comparison < 0) in mfsplay_tree_splay_helper() 2553 int comparison = 0; in mfsplay_tree_insert() local 2558 comparison = ((sp->root->key > key) ? 1 : in mfsplay_tree_insert() 2561 if (sp->root && comparison == 0) in mfsplay_tree_insert() 2578 else if (comparison < 0) in mfsplay_tree_insert() 2652 int comparison; in mfsplay_tree_predecessor() local 2660 comparison = ((sp->root->key > key) ? 1 : in mfsplay_tree_predecessor() [all …]
|
| /NextBSD/contrib/groff/doc/ |
| HD | grnexmpl.me | 45 noise of the op amp in $ cc C $. At the same time the comparison 80 reset at this fast rates, thus performing one comparison for
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | CMS_get0_SignerInfos.pod | 34 identifier B<si>. It returns zero if the comparison is successful and non zero 66 CMS_SignerInfo_cert_cmp() returns 0 for a successful comparison and non
|
| HD | CMS_get0_RecipientInfos.pod | 41 It returns zero if the comparison is successful and non zero if not. 59 which must be of type CMS_RECIPINFO_KEK. It returns zero if the comparison is 108 for a successful comparison and non zero otherwise.
|
| /NextBSD/lib/libc/net/ |
| HD | nsdispatch.c | 196 vector_comparison comparison) in vector_sort() argument 198 qsort(vec, count, esize, comparison); in vector_sort() 204 vector_comparison comparison) in vector_search() argument 206 return (bsearch(key, vec, count, esize, comparison)); in vector_search()
|
| /NextBSD/contrib/gperf/src/ |
| HD | output.cc | 1575 Output::output_lookup_function_body (const Output_Compare& comparison) const in output_lookup_function_body() 1642 comparison.output_comparison (Output_Expr1 ("str"), Output_Expr1 ("s")); in output_lookup_function_body() 1672 comparison.output_comparison (Output_Expr1 ("str"), Output_Expr1 ("s")); in output_lookup_function_body() 1680 comparison.output_comparison (Output_Expr1 ("str"), Output_Expr1 ("resword")); in output_lookup_function_body() 1716 comparison.output_comparison (Output_Expr1 ("str"), Output_Expr1 ("s")); in output_lookup_function_body() 1773 comparison.output_comparison (Output_Expr1 ("str"), Output_Expr1 ("s")); in output_lookup_function_body() 1855 comparison.output_comparison (Output_Expr1 ("str"), Output_Expr1 ("s")); in output_lookup_function_body()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticASTKinds.td | 52 "comparison of addresses of subobjects of different base classes " 55 "comparison of address of base class subobject %0 of class %1 to field %2 " 58 "comparison of address of fields %0 and %2 of %4 with differing access " 61 "comparison of pointer to virtual member function %0 has unspecified value">; 81 "comparison between unequal pointers to void has unspecified result">;
|
| /NextBSD/contrib/bmake/unit-tests/ |
| HD | cond1.exp | 19 make: warning: String comparison operator should be either == or !=
|
| /NextBSD/contrib/ipfilter/rules/ |
| HD | example.12 | 2 # get rid of all short IP fragments (too small for valid comparison)
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | loads_example.txt | 4 Here we run both loads.d and the uptime command for comparison,
|
| HD | connections_example.txt | 13 In another window snoop was running for comparison,
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | rfc4013.txt | 29 user names and passwords for comparison. The document defines the 40 likelihood that user name and password input and comparison work in 43 passwords for comparison. For simplicity and implementation ease, a 164 strings for comparison or use in cryptographic functions (e.g., 189 comparison algorithms should use mechanisms specifically designed for
|
| /NextBSD/lib/libc/db/ |
| HD | changelog | 7 signed comparison in recno input reading functions. 76 hash: In PAIRFITS, the first comparison should look at (P)[2].
|
| /NextBSD/share/examples/perfmon/ |
| HD | README | 18 -i invert sense of count mask comparison
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | dfsan_flags.inc | 28 "comparison might be data-dependent on the content of the strings). This"
|
| /NextBSD/contrib/top/ |
| HD | m-template | 161 /* comparison routine for qsort */ 166 * proc_compare - comparison function for "qsort"
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Instruction.def | 162 HANDLE_OTHER_INST(46, ICmp , ICmpInst ) // Integer comparison instruction 163 HANDLE_OTHER_INST(47, FCmp , FCmpInst ) // Floating point comparison instr.
|