Searched refs:lcount (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/posix/ |
D | grep.c | 70 static void outline(char *line, char dash, char *name, long lcount, long bcount, 74 if (!line || (lcount && (toys.optflags&FLAG_n))) 75 printf("%ld%c", lcount, line ? dash : TT.outdelim); 85 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local 103 lcount++; in do_grep() 204 outline(dl->data, '-', name, lcount-before, 0, 0); in do_grep() 210 outline(line, ':', name, lcount, bcount, 0); in do_grep() 212 } else outline(start+matches.rm_so, ':', name, lcount, bcount, in do_grep() 226 outline(line, '-', name, lcount, 0, 0); in do_grep()
|
D | nl.c | 40 long lcount; 60 if (*line == '\n') match = TT.l && ++TT.lcount >= TT.l; 62 TT.lcount = 0;
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | cascadedetect.cl | 110 __local int* lcount = ibuf + SUM_BUF_SIZE; 112 __local int* lcount = lstore; 114 __local float* lnf = (__local float*)(lcount + 1); 146 lcount[0] = 0; 227 int count = atomic_inc(lcount); 236 int nrects = lcount[0]; 242 lcount[0] = 0; 332 int count = atomic_inc(lcount); 343 int nrects = lcount[0]; 480 __local int* lcount = ibuf + SUM_BUF_SIZE; [all …]
|
/external/iputils/Modules/ |
D | pg3.c | 348 int pc, lcount; in pg_inject() local 362 lcount = pg_count; in pg_inject() 387 if (--lcount == 0) { in pg_inject()
|
/external/toybox/generated/ |
D | globals.h | 1096 long lcount; member
|
/external/valgrind/perf/ |
D | tinycc.c | 9063 int lcount, ucount; in parse_number() local 9106 lcount = 0; in parse_number() 9111 if (lcount >= 2) in parse_number() 9113 lcount++; in parse_number() 9114 if (lcount == 2) { in parse_number()
|