HomeSort by: relevance | last modified time | path
    Searched refs:excess (Results 1 - 9 of 9) sorted by relevancy

  /src/distrib/common/
buildfloppies.sh 161 excess=$(( 0 - $free_space + $pad_bytes))
163 "$prog: Image is ${excess} bytes ($(( ${excess} / 1024 )) KB)"\
  /src/sys/arch/m68k/m68k/
oc_cksum.s 99 | test for possible 1, 2 or 3 bytes of excess at end
100 | of buffer. The usual case is no excess (the usual
102 | 'not taken' leg of the compare. (We do the excess
107 jne .L5 | if one or three bytes excess
109 jne .L7 | if two bytes excess
192 .L5: | deal with 1 or 3 excess bytes at the end of the buffer.
194 jeq .L6 | if 1 excess
196 | 3 bytes excess
205 .L6: | 1 byte excess
216 .L7: | 2 bytes excess
    [all...]
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 104 | test for possible 1, 2 or 3 bytes of excess at end
105 | of buffer. The usual case is no excess (the usual
107 | 'not taken' leg of the compare. (We do the excess
112 jne L5 | if one or three bytes excess
114 jne L7 | if two bytes excess
168 L5: | deal with 1 or 3 excess bytes at the end of the buffer.
170 jeq L6 | if 1 excess
172 | 3 bytes excess
177 L6: | 1 byte excess
184 L7: | 2 bytes excess
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 674 * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
  /src/sys/arch/luna68k/stand/boot/
locore.S 357 lea %sp@(12),%sp | clean the excess
365 lea %sp@(24),%sp | clean the excess
371 lea %sp@(84),%sp | clean the excess
539 * We check for ASTs first, just like the VAX. To avoid excess overhead
581 lea %sp@(12),%sp | clean the excess
589 lea %sp@(24),%sp | clean the excess
595 lea %sp@(84),%sp | clean the excess
  /src/tests/lib/libcurses/director/
testlang_parse.y 482 excess(const char *fname, size_t lineno, const char *func, const char *comment,
494 warnx("%s:%zu: [%s] Excess %zu bytes%s [%s]",
1028 excess(cur_file, line, __func__, " from slave",
1032 /* discard any excess saved output if required */
1046 * handle excess in file if it exists. Poll
1057 excess(check_file, 0, __func__, "", drain,
1234 excess(cur_file, line, __func__, " from slave",
  /src/sys/arch/vax/vax/
emulate.S 826 incl %r11 # continue till were out of excess
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 13492 # significant digits. The excess digits are collected #
13867 # digits. The excess digits are collected in INEX2. If mul,
13868 # Check d2 for excess 10 exponential value. If not zero,
fpsp.s 23531 # significant digits. The excess digits are collected #
23906 # digits. The excess digits are collected in INEX2. If mul,
23907 # Check d2 for excess 10 exponential value. If not zero,

Completed in 62 milliseconds