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

  /src/lib/libc/gdtoa/
dmisc.c 31 /* Please send bug reports to David M. Gay (dmg at acm dot org,
129 /*debug*/ Bug("oversize b in quorem");
140 /*debug*/ Bug("oversized quotient in quorem");
misc.c 31 /* Please send bug reports to David M. Gay (dmg at acm dot org,
539 Bug("cmp called with a->x[a->wds-1] == 0");
541 Bug("cmp called with b->x[b->wds-1] == 0");
680 if (!y) Bug("zero y in b2d");
823 Bug("Zero passed to d2b");
gdtoaimp.h 38 Please send bug reports to David M. Gay (dmg at acm dot org,
211 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
utils.c 473 # error Bug
488 # error Bug
  /src/sys/arch/mvme68k/mvme68k/
locore.s 76 * Macro to call into the Bug ROM monitor
145 /* ask the Bug what we are... */
177 * Print a warning, then drop out to the Bug.
1037 * Basically we just turn off the MMU, restore the Bug's initial VBR
1038 * and either return to Bug or jump through the ROM reset vector
1045 movl _C_LABEL(saved_vbr),%d3 | Fetch Bug's original VBR value
1076 movc %d3,%vbr | Restore Bug's VBR
1082 CALLBUG(MVMEPROM_EXIT) | return to bug
1086 movl #0xff800000,%a0 | Bug's reset vector address

Completed in 15 milliseconds