Searched refs:lcount (Results 1 - 7 of 7) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | grep.c | 94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() argument 100 printf("%s%ld", TT.grey, lcount); in outline() 102 } else if (lcount && FLAG(n)) numdash(lcount, dash); in outline() 115 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local 155 lcount++; in do_grep() 281 outline(start+mm->rm_so, ':', name, lcount, bcount, in do_grep() 288 outline(dl->data, '-', name, lcount-before, uu[0]+1, uu[1]); in do_grep() 295 outline(FLAG(color) ? 0 : line, ':', name, lcount, bcount, ulen); in do_grep() 325 outline(line, '-', name, lcount, in do_grep() [all...] |
H A D | nl.c | 37 long lcount; 51 if (*line == '\n') match = TT.l && ++TT.lcount >= TT.l; in do_nl() 53 TT.lcount = 0; in do_nl()
|
/third_party/backends/backend/ |
H A D | epson2-ops.c | 52 * | | | | | | | | | | | | | | | | set lcount 951 buf[28] = s->lcount; in e2_set_extended_scanning_parameters() 1229 status = esci_set_lcount(s, s->lcount); in e2_set_scanning_parameters() 1256 s->lcount = maxreq / s->params.bytes_per_line; in e2_setup_block_mode() 1258 DBG(1, "max req size: %d, line count: %d\n", maxreq, s->lcount); in e2_setup_block_mode() 1261 if (s->lcount < 3 && (e2_model(s, "GT-X800") || e2_model(s, "GT-X900") || e2_model(s, "GT-X980"))) { in e2_setup_block_mode() 1262 s->lcount = 21; in e2_setup_block_mode() 1264 "%s: set lcount = %i bigger than sanei_scsi_max_request_size\n", in e2_setup_block_mode() 1265 __func__, s->lcount); in e2_setup_block_mode() 1268 if (s->lcount > in e2_setup_block_mode() [all...] |
H A D | epson.c | 421 * | | | | | | | | | | | | | | | | set lcount 4382 int lcount; in sane_start() local 4895 lcount = 1; in sane_start() 4909 lcount = sanei_scsi_max_request_size / s->params.bytes_per_line; in sane_start() 4911 if (lcount >= 255) in sane_start() 4913 lcount = 255; in sane_start() 4916 if (s->hw->TPU && s->hw->use_extension && lcount > 32) in sane_start() 4918 lcount = 32; in sane_start() 4929 if (lcount % 2) in sane_start() 4931 lcount in sane_start() [all...] |
H A D | epson2.h | 397 SANE_Int left, top, lcount; member
|
H A D | epson2.c | 2243 s->buf = realloc(s->buf, (s->lcount * s->params.bytes_per_line) + 1); in sane_start()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1399 long lcount; member
|
Completed in 16 milliseconds