/third_party/ltp/testcases/kernel/syscalls/symlinkat/ |
H A D | symlinkat01.c | 176 int tnum = rand(), vnum = ~tnum; in mysymlinkat_test() local 179 SAFE_WRITE(cleanup, SAFE_WRITE_ALL, fd, &tnum, in mysymlinkat_test() 180 sizeof(tnum)); in mysymlinkat_test() 187 if (tnum == vnum) in mysymlinkat_test()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise11.c | 115 static int allocate_offline(int tnum) in allocate_offline() argument 126 ptrs[num_alloc] = allocate_write((tnum << NUM_PAGES_OFFSET) | num_alloc); in allocate_offline() 140 if (verif_unmap(ptrs[i], (tnum << NUM_PAGES_OFFSET) | i) != 0) in allocate_offline() 146 tst_res(TINFO, "Thread [%d]: Test runtime is over, exiting", tnum); in allocate_offline() 157 int tnum = (int)(uintptr_t)threadnum; in alloc_mem() local 162 err = allocate_offline(tnum); in alloc_mem() 164 "Thread [%d] returned %d, %s.", tnum, err, (err ? "failed" : "succeeded")); in alloc_mem()
|
/third_party/musl/libc-test/src/functional/ |
H A D | tls_local_exec.c | 14 static int tnum; variable 18 t_error("[thread %d]: "#c" failed"fmt".\n", tnum, __VA_ARGS__); \ 29 tnum++; in check()
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat01.c | 243 int tnum = rand(), vnum = ~tnum; in mylinkat_test() local 246 SAFE_WRITE(cleanup, SAFE_WRITE_ALL, fd, &tnum, in mylinkat_test() 247 sizeof(tnum)); in mylinkat_test() 255 if (tnum == vnum) in mylinkat_test()
|
/third_party/ltp/lib/ |
H A D | tst_res.c | 107 static void tst_condense(int tnum, int ttype, const char *tmesg); 108 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg); 223 static void tst_condense(int tnum, int ttype, const char *tmesg) in tst_condense() argument 251 Last_num = tnum; in tst_condense() 277 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print() argument 312 "%-8s %4d ", tcid, tnum); in tst_print() 315 "%-8s %4d ", tcid, tnum); in tst_print()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | s-c.c | 104 int *tnum; member 262 *(dt->tnum) += 1; in waiter() 305 int tnum; in do_threads_test() local 314 td.tnum = &tnum; in do_threads_test() 393 tnum = 0; in do_threads_test() 444 while (tnum < nthreads) { in do_threads_test() 466 tnum); in do_threads_test()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | FeatureTag.java | 146 tnum("Tabular Figures"), enum constant
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 17758 Pgno tnum; /* Root BTree page for this table */ member 18080 ** of this structure may be created. In this case the Index.tnum variable is 18097 Pgno tnum; /* DB Page containing root of this index */ member 121213 Pgno tnum; /* Root page of index */ global() local 128840 Pgno tnum = pOp->p2; global() local 210851 int tnum = pIter->iPkTnum; /* Root page of PK index */ global() local 210925 int tnum = pIter->iTnum; global() local 211134 const int tnum = pIter->iTnum; global() local [all...] |
H A D | shell.c | 23083 int tnum = 0; in do_meta_command() local 23117 tnum = sqlite3_column_int(pStmt, 0); in do_meta_command() 23147 if( i==0 || tnum==0 ){ in do_meta_command() 23158 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum); in do_meta_command()
|