| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 24 void Increment(uint32_t difference = 1) { 25 lldbassert(std::numeric_limits<uint32_t>::max() - m_hit_count >= difference); 26 m_hit_count += difference; 29 void Decrement(uint32_t difference = 1) { 30 lldbassert(m_hit_count >= difference); 31 m_hit_count -= difference;
|
| /openbsd-src/gnu/usr.bin/perl/t/run/ |
| H A D | locale.t | 136 # try to find out a locale where LC_NUMERIC makes a difference 139 my ($base, $different, $comma, $difference, $utf8_radix); 149 $difference ||= $s; 193 fresh_perl_is(<<'EOF', "$difference\n", { eval $switches }, 235 fresh_perl_is(<<'EOF', $difference, { eval $switches }, 248 fresh_perl_is(<<"EOF", $difference, { eval $switches }, 262 fresh_perl_is(<<'EOF', $difference, { eval $switches }, 285 fresh_perl_is(<<'EOF', $difference, { eval $switches }, 329 fresh_perl_is(<<'EOF', "$difference "x4, { eval $switches }, 340 fresh_perl_is(<<'EOF', "$difference "x [all...] |
| /openbsd-src/gnu/llvm/clang/utils/check_cfc/ |
| H A D | check_cfc.py | 270 difference = obj_diff.compare_object_files(self._output_file_a, 272 if difference: 274 "Code difference detected with -g\n{}".format(difference)) 294 difference = obj_diff.compare_object_files(self._output_file_a, 296 if difference: 298 "Code difference detected with -S\n{}".format(difference))
|
| H A D | obj_diff.py | 62 difference = "\n".join(diff) 64 difference += "\n*** Diff truncated ***" 65 return difference
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | lcm.c | 184 sbitmap difference, temp_bitmap; in compute_earliest() local 190 difference = sbitmap_alloc (n_exprs); in compute_earliest() 205 sbitmap_difference (difference, antin[succ->index], in compute_earliest() 208 sbitmap_a_and_b_or_c (earliest[x], difference, in compute_earliest() 215 sbitmap_free (difference); in compute_earliest() 564 sbitmap difference, temp_bitmap; in compute_farthest() local 570 difference = sbitmap_alloc (n_exprs); in compute_farthest() 585 sbitmap_difference (difference, st_avout[pred->index], in compute_farthest() 588 sbitmap_a_and_b_or_c (farthest[x], difference, in compute_farthest() 595 sbitmap_free (difference); in compute_farthest()
|
| H A D | tree-data-ref.c | 2138 tree conflicts_a, conflicts_b, difference; in compute_subscript_distance() local 2171 difference = chrec_fold_minus in compute_subscript_distance() 2174 if (evolution_function_is_constant_p (difference)) in compute_subscript_distance() 2175 SUB_DISTANCE (subscript) = difference; in compute_subscript_distance() 2353 tree difference; in analyze_ziv_subscript() local 2361 difference = chrec_fold_minus (integer_type_node, chrec_a, chrec_b); in analyze_ziv_subscript() 2363 switch (TREE_CODE (difference)) in analyze_ziv_subscript() 2366 if (integer_zerop (difference)) in analyze_ziv_subscript() 2434 tree difference; in analyze_siv_subscript_cst_affine() local 2438 difference = chrec_fold_minus in analyze_siv_subscript_cst_affine() [all …]
|
| /openbsd-src/usr.sbin/rdate/ |
| H A D | ntp.c | 472 create_timeval(double difference, struct timeval *new, struct timeval *adjust) in create_timeval() argument 479 if ((n = (long long) difference) > difference) in create_timeval() 482 adjust->tv_usec = (long) (MILLION_D * (difference-n)); in create_timeval()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | lcm.c | 194 sbitmap difference, temp_bitmap; local 200 difference = sbitmap_alloc (n_exprs); 215 sbitmap_difference (difference, antin[succ->index], 218 sbitmap_a_and_b_or_c (earliest[x], difference, 225 sbitmap_free (difference); 579 sbitmap difference, temp_bitmap; local 585 difference = sbitmap_alloc (n_exprs); 600 sbitmap_difference (difference, st_avout[pred->index], 603 sbitmap_a_and_b_or_c (farthest[x], difference, 610 sbitmap_free (difference);
|
| H A D | simplify-rtx.c | 2652 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local 2654 final_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD; 2656 final_offset += difference % UNITS_PER_WORD; 2661 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode)); local 2663 final_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD; 2665 final_offset += difference % UNITS_PER_WORD; 2682 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode)); local 2687 offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD; 2689 offset += difference % UNITS_PER_WORD;
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-20-.NET-Differences.txt | 6 One significant difference between .NET CLR and our VM is that the CLR 13 This is an important difference because I think there are some significant
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-locstats.rst | 49 a plot showing the difference (requires matplotlib) 105 Generate a plot as an image file showing the difference in the debug location
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/ |
| H A D | vlad.exp | 230 regsub "\n\[^>\n]\[^\n]*\$" $message "\n" difference 231 fail "$testcase consistency, $cpp_flag $consistency_options\n$difference"
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | t-openbsd | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-linux | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-netbsd | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-semi | 2 # difference. It is then pointless adding debugging.
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | t-linux | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-netbsd | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-semi | 2 # difference. It is then pointless adding debugging.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 591 "in first definition, possible difference is here">; 595 "in second definition, possible difference is here">; 598 "%q0 has different definitions in different modules; first difference is " 619 "%0 has different definitions in different modules; first difference is " 635 "%q0 has different definitions in different modules; first difference is " 652 "%q0 has different definitions in different modules; first difference is " 666 "%q0 has different definitions in different modules; first difference is " 770 "%q0 has different definitions in different modules; first difference is " 794 "%q0 has different definitions in different modules; first difference is " 807 "%q0 has different definitions in different modules; first difference is " [all …]
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | test.com | 5 $! The most significant difference is that we now run the external t/TEST
|
| /openbsd-src/gnu/usr.bin/perl/dist/Filter-Simple/t/ |
| H A D | filter_only.t | 55 # test the difference from code*
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq.pod | 119 What's the difference between "perl" and "Perl"? 382 How can I compare two dates and find the difference? 486 What is the difference between a list and an array? 490 What is the difference between $array[1] and @array[1]? 502 How do I compute the difference of two arrays? How do I compute the intersection of two arrays? 578 What's the difference between "delete" and "undef" with hashes? 1005 What's the difference between dynamic and lexical (static) scoping? Between local() and my()? 1013 What's the difference between deep and shallow binding? 1025 What's the difference between calling a function as &foo and foo()? 1246 How do I tell the difference betwee [all...] |
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | check_ninja_deps.py | 116 yield vm, a[v].difference({vm})
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | mmixelf.em | 36 difference to mmo, but the sections in elf64mmix will be aligned to a
|