| /src/external/lgpl3/gmp/dist/mpz/ |
| nextprime.c | 52 unsigned long difference; local 97 for (difference = incr = 0; incr < INCR_LIMIT; difference += 2) 114 mpz_add_ui (p, p, difference); 115 difference = 0; 123 mpz_add_ui (p, p, difference); 124 difference = 0;
|
| /src/external/bsd/libevent/dist/sample/ |
| time-test.c | 46 struct timeval newtime, difference; local 51 evutil_timersub(&newtime, &lasttime, &difference); 52 elapsed = difference.tv_sec + 53 (difference.tv_usec / 1.0e6);
|
| /src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
| obj_diff.py | 40 """Returns the first few lines of a difference, if there is one. Python 43 is there is no difference.""" 53 # No difference 62 difference = "\n".join(diff) 64 difference += "\n*** Diff truncated ***" 65 return difference 70 Return the first difference if the disassembly differs, or None. 79 Return the first difference if the debug info differs, or None. 100 print("Difference detected")
|
| check_cfc.py | 29 Code difference detected with -g 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)) 305 "Debug info difference detected with -S\n{}".format(dbgdifference) [all...] |
| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| op_utils.c | 57 uint32_t dest, difference; local 60 difference = dest - source; 61 State.regs[destReg] = difference; 63 z = (difference == 0); 64 n = (difference & 0x80000000); 67 && (dest & 0x80000000) != (difference & 0x80000000));
|
| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| op_utils.c | 57 uint32_t dest, difference; local 60 difference = dest - source; 61 State.regs[destReg] = difference; 63 z = (difference == 0); 64 n = (difference & 0x80000000); 67 && (dest & 0x80000000) != (difference & 0x80000000));
|
| /src/common/lib/libc/arch/vax/gen/ |
| urem.S | 62 jcc Ldifference # if divisor goes in once, return difference 87 movl %r0,(%r3) # if divisor goes in once, store difference
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| filters.hpp | 101 std::set< test_filter > difference(const std::set< test_filter >&) const;
|
| filters.cpp | 281 engine::test_filters::difference(const std::set< test_filter >& matched) const function in class:engine::test_filters 370 return _filters.difference(_used_filters);
|
| /src/usr.bin/make/unit-tests/ |
| sh-errctl.mk | 6 # There is a subtle difference between error control and echo control.
|
| varmod-match-escape.mk | 8 # difference in behavior. When parsing the modifier text, only \{, \} and \: 11 # Str_Match, only \*, \? or \[ would make a noticeable difference. 76 # is being matched. There needs to be either a test that shows a difference
|
| varcmd.mk | 12 # be rewritten to make it clear why there is a difference and why this is
|
| varparse-errors.mk | 53 # Var_Subst actually makes a difference, preventing "a plethora of messages". 58 # To trigger this difference, the variable assignment must use the assignment
|
| /src/external/gpl3/gcc/dist/contrib/ |
| compareSumTests3 | 97 between 2 and 3, except for those where there was the same difference betwen 1 and 2 112 C<-x X:Y>: Differences which are identical to a difference between the two runs 115 displayed (since C<-x> will cause the difference between 1 and 2 to be ignored, 116 and the difference in 1 and 3 parallels the difference between 1 and 2.)
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| compareSumTests3 | 97 between 2 and 3, except for those where there was the same difference betwen 1 and 2 112 C<-x X:Y>: Differences which are identical to a difference between the two runs 115 displayed (since C<-x> will cause the difference between 1 and 2 to be ignored, 116 and the difference in 1 and 3 parallels the difference between 1 and 2.)
|
| /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ |
| umodsi3.S | 54 sub r3,r12,r3 ; calculate bit number difference.
|
| modsi3.S | 59 sub r3,r12,r3 ; calculate bit number difference.
|
| divsi3.S | 63 sub r1,r1,r0 ; calculate bit number difference.
|
| udivsi3.S | 56 sub r3,r3,r2 ; calculate bit number difference.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ |
| umodsi3.S | 54 sub r3,r12,r3 ; calculate bit number difference.
|
| modsi3.S | 59 sub r3,r12,r3 ; calculate bit number difference.
|
| divsi3.S | 63 sub r1,r1,r0 ; calculate bit number difference.
|
| udivsi3.S | 56 sub r3,r3,r2 ; calculate bit number difference.
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| check_ninja_deps.py | 116 yield vm, a[v].difference({vm})
|
| /src/external/bsd/nsd/dist/doc/ |
| differences.tex | 68 results do not match after normalization, then a list of difference 69 categories is consulted. The difference is classified as the first 70 category that matches. If a difference in answers does not match any 99 the difference statistics for two test traces. Then in 101 the difference categories are explained in more detail. 110 {\em difference} & {\em packets} & {\em \%diff} \\ 132 For each type of difference the number of packets in the trace that 133 match that difference are shown. The section where that difference 134 is analyzed is shown in parenthesis after the difference name [all...] |