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

  /external/qemu/
qemu-error.h 31 void loc_set_file(const char *fname, int lno);
qemu-error.c 137 * Change the current location to file FNAME, line LNO.
139 void loc_set_file(const char *fname, int lno)
143 cur_loc->num = lno;
qemu-config.c 602 int res = -1, lno = 0; local
606 loc_set_file(fname, ++lno);
  /external/checkpolicy/
policy_scan.l 37 static unsigned int lno = 0;
59 \n.* { strncpy(linebuf[lno], yytext+1, 255);
60 linebuf[lno][254] = 0;
61 lno = 1 - lno;
  /external/mksh/src/
histrap.c 618 int lno = hist_source->line; local
624 if (lno != hist_source->line)
911 int lno = 0; local
921 lno = (((*base)&0xff)<<24);
925 lno |= (((*base)&0xff)<<16);
929 lno |= (((*base)&0xff)<<8);
933 lno |= (*base)&0xff;
940 if (histptr >= history && lno-1 != s->line) {
942 histinsert(s, lno, (char *)line);
944 s->line = lno--
    [all...]
syn.c 376 int lno; local
383 lno = source->line;
394 t->lineno = lno;
  /external/linux-tools-perf/util/
probe-finder.h 58 int lno; /* Line number */ member in struct:probe_finder
probe-finder.c 1297 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 1496 UInt lno, i; local
    [all...]
  /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/valgrind/main/cachegrind/
cg_merge.c 121 UInt lno; member in struct:__anon13689
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/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...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 1356 Word lno; local
    [all...]

Completed in 610 milliseconds