Searched refs:sheight (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/splash/ |
| D | splash.c | 245 int swidth, int sheight, int flg) in splash_render8() argument 263 for (y = 0; y < sheight; y++) { in splash_render8() 296 for (y = 0; y < sheight; y++) { in splash_render8() 319 int swidth, int sheight, int flg) in splash_render16() argument 337 for (y = 0; y < sheight; y++) { in splash_render16() 368 for (y = 0; y < sheight; y++) { in splash_render16() 384 int swidth, int sheight, int flg) in splash_render32() argument 402 for (y = 0; y < sheight; y++) { in splash_render32() 438 for (y = 0; y < sheight; y++) { in splash_render32()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | search.c | 1140 static POSITION get_lastlinepos(POSITION pos, POSITION tpos, int sheight) in get_lastlinepos() argument 1149 if (nlines < sheight) in get_lastlinepos() 1193 int sheight = sc_height - sindex_from_sline(jump_sline); in search_range() local 1418 … if (end_off >= swidth * sheight / 4) /* heuristic */ in search_range() 1419 … *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], sheight); in search_range()
|