HomeSort by relevance Sort by last modified time
    Searched refs:tcnt (Results 1 - 25 of 28) sorted by null

1 2

  /external/ltp/lib/newlib_tests/
test02.c 47 .tcnt = 2,
test04.c 55 .tcnt = 2,
  /external/ltp/testcases/kernel/io/disktest/
io.c 46 long tcnt; local
48 WriteFile(fd, buf, trsiz, &tcnt, NULL);
50 tcnt = write(fd, buf, trsiz);
52 return (tcnt);
57 long tcnt; local
59 ReadFile(fd, buf, trsiz, &tcnt, NULL);
61 tcnt = read(fd, buf, trsiz);
63 return (tcnt);
childmain.c 162 long tcnt = 0; local
172 tcnt = Write(fd, data, BLK_SIZE);
597 long tcnt = 0; local
804 tcnt = Write(fd, buf2, target.trsiz * BLK_SIZE);
807 tcnt = Write(fd, buf2, target.trsiz * BLK_SIZE);
857 tcnt = Read(fd, buf1, target.trsiz * BLK_SIZE);
860 tcnt = Read(fd, buf1, target.trsiz * BLK_SIZE);
869 if (tcnt != (long)target.trsiz * BLK_SIZE) {
874 target.lba, target.lba, tcnt,
942 tcnt
    [all...]
  /external/syslinux/core/
rllpack.c 39 size_t run, vrun, tcnt; local
48 tcnt = (cnt > 8191) ? 8191 : cnt;
49 while (run < tcnt && i[run] == c)
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h 76 unsigned char tcnt; member in struct:arcDisState
  /external/ltp/testcases/kernel/syscalls/add_key/
add_key02.c 73 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 89 .tcnt = 2,
creat04.c 86 .tcnt = ARRAY_SIZE(tcases),
creat06.c 181 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/syscall/
syscall01.c 93 .tcnt = ARRAY_SIZE(tcases),
  /external/toybox/toys/pending/
bootchartd.c 166 long tcnt = 60 * 1000 * 1000 / TT.smpl_period_usec; local
168 if (tcnt <= 0) tcnt = 1;
176 while (--tcnt && !toys.signal) {
197 if (tcnt > 2 * 1000 * 1000 / TT.smpl_period_usec)
198 tcnt = 2 * 1000 * 1000 / TT.smpl_period_usec;
  /external/ltp/include/
tst_test.h 76 unsigned int tcnt; member in struct:tst_test
  /external/ltp/testcases/kernel/syscalls/llistxattr/
llistxattr02.c 105 .tcnt = ARRAY_SIZE(tc),
llistxattr03.c 96 .tcnt = ARRAY_SIZE(filename),
  /external/ltp/testcases/kernel/syscalls/pwritev/
pwritev01.c 111 .tcnt = ARRAY_SIZE(tcases),
pwritev02.c 125 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key02.c 112 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 131 int tcnt; /* we need to make sure the threads are started before killing 'em */ member in struct:__anon26551
152 i = c->tcnt;
250 c->tcnt += 1;
298 c->tcnt += 1;
354 c->tcnt += 1;
401 c->tcnt = 0;
  /external/ltp/testcases/kernel/syscalls/epoll_ctl/
epoll_ctl02.c 121 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv01.c 117 .tcnt = ARRAY_SIZE(tcases),
preadv02.c 134 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise01.c 124 .tcnt = ARRAY_SIZE(tcases),
madvise02.c 184 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/access/
access01.c 178 .tcnt = ARRAY_SIZE(tcases),

Completed in 324 milliseconds

1 2