Home
last modified time | relevance | path

Searched refs:ycount (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise08.c129 int ycount = 0; in find_sequence() local
143 ycount = 0; in find_sequence()
148 ycount++; in find_sequence()
154 if (ycount == YCOUNT) in find_sequence()
/external/u-boot/drivers/video/
Dcfb_console.c1312 ushort xcount, ycount; in video_display_bitmap() local
1441 ycount = height; in video_display_bitmap()
1445 while (ycount--) { in video_display_bitmap()
1485 ycount = height; in video_display_bitmap()
1488 while (ycount--) { in video_display_bitmap()
1500 while (ycount--) { in video_display_bitmap()
1514 while (ycount--) { in video_display_bitmap()
1538 while (ycount--) { in video_display_bitmap()
1552 while (ycount--) { in video_display_bitmap()
1566 while (ycount--) { in video_display_bitmap()
[all …]
/external/libcups/filter/
Dtestclient.c409 xcount, ycount, /* Current count for X and Y */ in make_raster_file() local
704 for (ycount = yrep; ycount > 0 && y < yend; ycount --, y ++) in make_raster_file()
/external/freetype/
DChangeLog.231249 The type of TWork.ycount is changed to TPos, because
7375 (TRaster): New members `buffer', `buffer_size', `ycells', `ycount'.
DChangeLog.26263 * src/smooth/ftgrays.c (gray_TWorker): Remove redundant `ycount'.