| /src/external/mpl/bind/dist/tests/isc/ |
| quota_test.c | 250 int tnum = atomic_fetch_add_relaxed(&g_tnum, 1); local 251 isc_thread_create(quota_release, "a, &g_threads[tnum]); 263 int tnum = atomic_fetch_add_relaxed(&g_tnum, 1); local 265 &g_threads[tnum]);
|
| /src/external/bsd/unbound/dist/libunbound/ |
| context.c | 201 int tnum = 0; local 208 else tnum = ctx->thr_next_num++; 219 alloc_init(a, &ctx->superalloc, tnum);
|
| /src/external/gpl2/groff/dist/src/devices/grolj4/ |
| lj4.cpp | 425 const int tnum = 2; local 433 (p[i]*tnum)/(2*tden), 434 (p[i + 1]*tnum)/(2*tden), 435 p[i]/2 + (p[i + 2]*(tden - tnum))/(2*tden), 436 p[i + 1]/2 + (p[i + 3]*(tden - tnum))/(2*tden),
|
| /src/external/mpl/dhcp/dist/tests/ |
| t_api.c | 156 int tnum; local 194 tnum = atoi(isc_commandline_argument); 195 if ((tnum > 0) && (tnum < T_MAXTESTS)) { 206 * Flag test tnum to be run. 208 tnum -= 1; 209 T_tvec[tnum / 8] |= (0x01 << (tnum % 8)); 220 tnum = 0; 229 T_tvec[tnum/8] |= (0x01 << (tnum%8)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| gimple-parser.cc | 500 tree tnum = c_parser_peek_token (parser)->value; local 501 if (TREE_CODE (tnum) != INTEGER_CST) 506 int index = TREE_INT_CST_LOW (tnum);
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| gimple-parser.cc | 485 tree tnum = c_parser_peek_token (parser)->value; local 486 if (TREE_CODE (tnum) != INTEGER_CST) 491 int index = TREE_INT_CST_LOW (tnum);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| xtensa-relax.c | 1882 int i, tnum; 1895 for (tnum = 0; tnum < transition_count; tnum++) 1897 const char *from_string = transitions[tnum].pattern; 1898 const char *to_string = transitions[tnum].replacement; 1880 int i, tnum; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| xtensa-relax.c | 1882 int i, tnum; 1895 for (tnum = 0; tnum < transition_count; tnum++) 1897 const char *from_string = transitions[tnum].pattern; 1898 const char *to_string = transitions[tnum].replacement; 1880 int i, tnum; local
|
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 25857 int tnum = 0; local 25897 tnum = sqlite3_column_int(pStmt, 0); 25927 if( i==0 || tnum==0 ){ 25938 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum);
|
| sqlite3.c | 18344 Pgno tnum; /* Root BTree page for this table */ member in struct:Table 18666 ** of this structure may be created. In this case the Index.tnum variable is 18683 Pgno tnum; /* DB Page containing root of this index */ member in struct:Index 124377 Pgno tnum; \/* Root page of index *\/ local 132382 Pgno tnum = pOp->p2; local 218319 int tnum = pIter->iPkTnum; \/* Root page of PK index *\/ local 218393 int tnum = pIter->iTnum; local 218602 const int tnum = pIter->iTnum; local [all...] |