/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/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
|
varmod-path.mk | 11 # path is returned. If it had been in the current directory, the difference
|
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
|
job-output-null.mk | 20 # exact timing, which in this test makes a crucial difference since before
|
var-op-default.mk | 31 # This comes very close to the description, the only difference is that
|
varparse-undef-partial.mk | 60 # difference.
|
cond-short.mk | 13 # parse them. They were still evaluated though, the only difference to 26 # undefined variables are an error'. This subtle difference between 'do not 205 # only difference was that undefined variables in them didn't trigger an 206 # error. Since numeric conditions are quite rare, this subtle difference
|
cond-op.mk | 42 # makes a difference. There is a simple example for sure, I just cannot
|
opt-debug-lint.mk | 55 # for parsing it doesn't make a difference whether the variable is defined
|
cond-func-empty.mk | 83 # subtle difference between using either 'empty(ZERO)' or the expression 99 # stripped, it wouldn't make a difference in this case, but in other cases.
|
varmod-ifelse.mk | 225 # reverted, still not knowing about the difference between regular parsing and 239 # differently. The crucial difference is that the body of the modifier ':@'
|
var-op-expand.mk | 229 # well, it wouldn't make a difference in this case. The crucial detail is the
|
/src/sys/arch/hppa/stand/common/ |
srt0.S | 102 sub %dp,%r1,%dp ; Subtract to get difference
|
/src/sbin/fsck_udf/ |
main.c | 3827 int difference = 0; local in function:udf_check_shadow_VAT 3837 difference++; 3841 if (difference) { 3844 pwarn("%d unused VAT entries cleaned\n", difference);
|
/src/sys/arch/mips/mips/ |
fp.S | 931 subu v0, t1, ta1 # v0 = difference of exponents 932 move v1, v0 # v1 = abs(difference) 936 ble v1, SFRAC_BITS+2, 2f # is difference too great? 1056 subu v0, t1, ta1 # v0 = difference of exponents 1057 move v1, v0 # v1 = abs(difference) 1061 ble v1, DFRAC_BITS+2, 2f # is difference too great?
|
/src/sys/arch/m68k/060sp/dist/ |
fpsp.s | 15911 cmp.w %d0,L_SCR1(%a6) # is difference >= len(mantissa)+2? 15947 cmp.w %d0,2+L_SCR1(%a6) # is difference >= len(mantissa)+2? 15986 # of the difference between the original and new exponent. Then, # 16113 # of the difference between the original and new exponent. Then, # 17440 # only difference is that the <ea> field should hold the PC
|