Home
last modified time | relevance | path

Searched refs:sizeinc (Results 1 – 6 of 6) sorted by relevance

/dports/security/suricata/suricata-6.0.4/rust/src/http2/
H A Dparser.rs188 pub sizeinc: u32, field
193 sizeinc: bits!( tuple!( take_bits!(1u8),
195 (HTTP2FrameWindowUpdate{reserved:sizeinc.0, sizeinc:sizeinc.1})
H A Ddetect.rs196 return wu.sizeinc as i32; in http2_tx_get_next_window()
209 return wu.sizeinc as i32; in http2_tx_get_next_window()
/dports/games/xscrabble/xscrabble-2.12/src/
H A Dcmove.c586 float percinc, searchinc, realinc, removeinc, currperc, sizeinc; in comp_move() local
614 sizeinc = percinc / (largestword+1-smallestword); in comp_move()
617 searchinc = sizeinc / (BOARDSIZE-wordlength+1); in comp_move()
/dports/devel/clxclient/clxclient-3.9.2/source/
H A Dxwindow.cc57 void X_hints::sizeinc (int x, int y) in sizeinc() function in X_hints
H A Dclxclient.h113 void sizeinc (int x, int y);
/dports/www/mimetex/mimetex-20120331.1.74/
H A Dmimetex.c4374 int sizeinc = 0, /*+1 or -1 to get closer to normal*/
4397 if( size<normalsize ) sizeinc = (+1); /*use next larger if size too small*/
4398 if( size>normalsize ) sizeinc = (-1); /*or next smaller if size too large*/
4430 || sizeinc == 0 ) { /* or must be supersampling */
4436 size += sizeinc; /* see if adjusted size available */