Searched refs:lcount (Results 1 – 8 of 8) sorted by relevance
/external/capstone/bindings/ocaml/ |
D | ocaml.c | 43 unsigned int lcount, i; in _cs_disasm() local 52 lcount = insn[j-1].size; in _cs_disasm() 53 if (lcount) { in _cs_disasm() 54 array = caml_alloc(lcount, 0); in _cs_disasm() 55 for (i = 0; i < lcount; i++) { in _cs_disasm() 67 lcount = (insn[j-1]).detail->regs_read_count; in _cs_disasm() 68 if (lcount) { in _cs_disasm() 69 array = caml_alloc(lcount, 0); in _cs_disasm() 70 for (i = 0; i < lcount; i++) { in _cs_disasm() 80 lcount = (insn[j-1]).detail->regs_write_count; in _cs_disasm() [all …]
|
/external/toybox/toys/posix/ |
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, 0, ulen); in do_grep()
|
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()
|
/external/u-boot/arch/xtensa/include/asm/ |
D | ptrace.h | 94 unsigned long lcount; /* 40 */ member
|
/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/android/linux/generated/ |
D | globals.h | 1297 long lcount; member
|
/external/toybox/android/mac/generated/ |
D | globals.h | 1297 long lcount; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 1297 long lcount; member
|