Searched refs:tno (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c1310 Word tno, cloff; local
1314 for (tno = 0, cloff = 0; tno < N_LINE_TREES; tno++, cloff += 8) {
1315 UShort descr = cl->descrs[tno];
1390 Word tno, cloff; local
1391 for (tno = 0, cloff = 0; tno < N_LINE_TREES; tno++, cloff += 8) {
1393 cl->descrs[tno]
1409 Word tno, cloff, dstUsed; local
5250 UWord cloff, tno, toff; local
5274 UWord cloff, tno, toff; local
5300 UWord cloff, tno, toff; local
5334 UWord cloff, tno, toff; local
5370 UWord cloff, tno, toff; local
5404 UWord cloff, tno, toff; local
5440 UWord cloff, tno; local
5468 UWord cloff, tno; local
5499 UWord cloff, tno, toff; local
5522 UWord cloff, tno, toff; local
5562 UWord cloff, tno, toff; local
5604 UWord cloff, tno; local
5634 UWord cloff, tno, toff; local
6980 UWord tno = get_treeno(b); local
[all...]
/external/sqlite/dist/orig/
H A Dshell.c2227 " tno INTEGER PRIMARY KEY,\n" /* Test number */
2234 " VALUES(coalesce((SELECT (max(tno)+100)/10 FROM selftest),10),\n"
2256 "INSERT INTO selftest(tno,op,cmd,ans)"
6001 "SELECT tno,op,cmd,ans FROM selftest ORDER BY tno",
6020 int tno = atoi(azTest[i*nCol]); local
6027 printf("%d: %s %s\n", tno, zOp, zSql);
6045 utf8_printf(p->out, "%d: error-code-%d: %s\n", tno, rc, zErrMsg);
6050 utf8_printf(p->out, "%d: Expected: [%s]\n", tno, zAns);
6051 utf8_printf(p->out, "%d: Got: [%s]\n", tno, st
[all...]
/external/sqlite/dist/
H A Dshell.c2233 " tno INTEGER PRIMARY KEY,\n" /* Test number */
2240 " VALUES(coalesce((SELECT (max(tno)+100)/10 FROM selftest),10),\n"
2262 "INSERT INTO selftest(tno,op,cmd,ans)"
6023 "SELECT tno,op,cmd,ans FROM selftest ORDER BY tno",
6042 int tno = atoi(azTest[i*nCol]); local
6049 printf("%d: %s %s\n", tno, zOp, zSql);
6067 utf8_printf(p->out, "%d: error-code-%d: %s\n", tno, rc, zErrMsg);
6072 utf8_printf(p->out, "%d: Expected: [%s]\n", tno, zAns);
6073 utf8_printf(p->out, "%d: Got: [%s]\n", tno, st
[all...]

Completed in 231 milliseconds