HomeSort by relevance Sort by last modified time
    Searched defs:lno (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/util/
probe-finder.h 58 int lno; /* Line number */ member in struct:probe_finder
  /external/bzip2/
decompress.c 425 Int32 ii, jj, kk, pp, lno, off; local
447 lno = nn / MTFL_SIZE;
449 pp = s->mtfbase[lno] + off;
451 while (pp > s->mtfbase[lno]) {
454 s->mtfbase[lno]++;
455 while (lno > 0) {
456 s->mtfbase[lno]--;
457 s->mtfa[s->mtfbase[lno]]
458 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
459 lno--
    [all...]
  /external/qemu/
qemu-config.c 602 int res = -1, lno = 0; local
606 loc_set_file(fname, ++lno);
  /external/mksh/src/
syn.c 263 int c, iopn = 0, syniocf, lno; local
388 lno = source->line;
399 t->lineno = lno;
histrap.c 614 int lno = hist_source->line; local
620 if (lno != hist_source->line)
833 int lno = 0, lines = 0; local
847 lno = ((base[0] & 0xFF) << 24) | ((base[1] & 0xFF) << 16) |
851 if (histptr >= history && lno - 1 != s->line) {
855 if (lno >= s->line - (histptr - history) && lno <= s->line) {
856 hp = &histptr[lno - s->line];
862 s->line = lno--;
863 histsave(&lno, (char *)(base + 4), false, false)
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 121 UInt lno; member in struct:__anon16613
128 fprintf(stderr, "%s: near %s line %u\n", argv0, s->filename, s->lno-1);
173 s->lno++;
807 // for (lno, counts) in soVal (source inner map)
810 // is lno in the corresponding dst inner map?
893 src.lno = 1;
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 1474 UInt lno, i; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 1383 Word lno; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 1768 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 1792 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 1783 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
varinfo6.c 1822 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 1783 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
test_input_for_tinycc.c 1740 Int32 ii, jj, kk, pp, lno, off; local
    [all...]

Completed in 1742 milliseconds