HomeSort by relevance Sort by last modified time
    Searched refs:lno (Results 1 - 15 of 15) 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/mksh/src/
histrap.c 604 int lno = hist_source->line; local
610 if (lno != hist_source->line)
888 int lno = 0; local
898 lno = (((*base)&0xff)<<24);
902 lno |= (((*base)&0xff)<<16);
906 lno |= (((*base)&0xff)<<8);
910 lno |= (*base)&0xff;
917 if (histptr >= history && lno-1 != s->line) {
919 histinsert(s, lno, (char *)line);
921 s->line = lno--
    [all...]
syn.c 359 int lno; local
366 lno = source->line;
377 t->lineno = lno;
  /external/valgrind/main/coregrind/
m_mallocfree.c 918 a->freelist[lno] with another block on the same list but with a
922 void swizzle ( Arena* a, UInt lno )
929 p_best = a->freelist[lno];
944 if (p_best < a->freelist[lno]) {
946 VG_(printf)("retreat by %ld\n", (Word)(a->freelist[lno] - p_best));
948 a->freelist[lno] = p_best;
1341 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:__anon12267
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_debuginfo/
readxcoff.c 1133 LINENO* lno = LNO_IX(oi_lnos,i); local
    [all...]
debuginfo.c 1372 Word lno; local
    [all...]
  /external/valgrind/main/exp-ptrcheck/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 495 milliseconds