/inferno-os/os/boot/mpc/ |
H A D | etherif.h | 23 void (*overflow)(Ctlr*); member
|
/inferno-os/os/boot/rpcg/ |
H A D | etherif.h | 23 void (*overflow)(Ctlr*); member
|
/inferno-os/os/boot/puma/ |
H A D | ether.h | 24 void (*overflow)(Ctlr*); member
|
/inferno-os/libfreetype/ |
H A D | bdf.h | 225 bdf_glyphlist_t overflow; /* Storage used for glyph insertion. */ member
|
H A D | bdflib.c | 2393 for ( i = 0, glyphs = font->overflow.glyphs; in bdf_free_font() 2394 i < font->overflow.glyphs_used; i++, glyphs++ ) in bdf_free_font() 2400 FT_FREE( font->overflow.glyphs ); in bdf_free_font()
|
/inferno-os/appl/cmd/mash/ |
H A D | eyaccpar | 95 yyerror(e, "yacc stack overflow"); 114 yyerror(e, "yacc stack overflow");
|
H A D | mashparse.b | 330 yyerror(e, "yacc stack overflow"); 349 yyerror(e, "yacc stack overflow");
|
/inferno-os/appl/acme/ |
H A D | regx.b | 503 error("operand stack overflow"); 512 error("operator stack overflow"); 754 OVERFLOW : con "overflow"; 891 error("regexp list overflow"); 1034 error("regexp list overflow");
|
/inferno-os/appl/lib/ |
H A D | string.b | 199 # probably this should check for overflow, and max out, as limbo op does? 223 # probably this should check for overflow, and max out, as limbo op does?
|
H A D | writegif.b | 220 sys->print("panic: WriteGIF sr overflow\n");
|
/inferno-os/os/boot/pc/ |
H A D | ether8390.c | 516 overflow(Ether *ether) in overflow() function 567 overflow(ether); in interrupt()
|
/inferno-os/os/pc/ |
H A D | ether8390.c | 519 overflow(Ether *ether) in overflow() function 569 overflow(ether); in interrupt()
|
/inferno-os/utils/iyacc/ |
H A D | yaccpar | 133 yyerror("yacc stack overflow");
|
/inferno-os/utils/lib/ |
H A D | yaccpar | 133 yyerror("yacc stack overflow");
|
/inferno-os/appl/cmd/ |
H A D | fmt.b | 162 # emit words until overflow; always emit at least one word
|
H A D | units.b | 615 yyerror("overflow in multiply"); 646 yyerror("overflow in divide");
|
/inferno-os/appl/cmd/limbo/ |
H A D | dis.b | 24 fatal("overflow in constant 16r"+hex(val, 0)); 555 fatal("overflow in constant 16r"+hex(val, 0));
|
H A D | com.b | 507 fatal("label stack overflow"); 532 fatal("label stack overflow"); 567 fatal("label stack overflow");
|
/inferno-os/appl/lib/ida/ |
H A D | ida.b | 42 if(a == Fmax && b == Fmax) # avoid overflow
|
/inferno-os/appl/math/ |
H A D | fit.b | 164 # use x-xbar, y-ybar to avoid overflow
|
/inferno-os/appl/cmd/auth/ |
H A D | changelogin.b | 89 maxdate := "17012038"; # largest date possible without incurring integer overflow
|
/inferno-os/libmath/fdlibm/ |
H A D | readme | 99 (overflow) (underflow) (divided-by-zero) (invalid)
|
/inferno-os/utils/awk/ |
H A D | FIXES | 229 in run.c; added overflow tests to some previously unchecked cases. 347 the state arrays can still overflow. 414 overflow in penter. thanks to mark larsen.
|
/inferno-os/appl/wm/ |
H A D | mand.b | 730 y = big 2*x*y+q; # possible unserious overflow when BASE == 28 758 y = big 2*x*y+q; # possible unserious overflow when BASE == 28
|
/inferno-os/appl/cmd/disk/prep/ |
H A D | prep.b | 458 exits("overflow");
|