Searched refs:numchars (Results 1 – 3 of 3) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | console.cpp | 155 int i, j, width, oldwidth, oldtotallines, numlines, numchars; in Con_CheckResize() local 181 numchars = oldwidth; in Con_CheckResize() 183 if (con_linewidth < numchars) in Con_CheckResize() 184 numchars = con_linewidth; in Con_CheckResize() 191 for (j=0 ; j<numchars ; j++) in Con_CheckResize()
|
/external/quake/quake/src/QW/client/ |
D | console.c | 157 int i, j, width, oldwidth, oldtotallines, numlines, numchars; in Con_Resize() local 183 numchars = oldwidth; in Con_Resize() 185 if (con_linewidth < numchars) in Con_Resize() 186 numchars = con_linewidth; in Con_Resize() 193 for (j=0 ; j<numchars ; j++) in Con_Resize()
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | tblcmp.c | 517 void mkentry( state, numchars, statenum, deflink, totaltrans ) in mkentry() argument 519 int numchars, statenum, deflink, totaltrans; 535 for ( minec = 1; minec <= numchars; ++minec ) 551 for ( maxec = numchars; maxec > 0; --maxec ) 568 if ( totaltrans * 100 <= numchars * INTERIOR_FIT_PERCENTAGE )
|