HomeSort by relevance Sort by last modified time
    Searched defs:tcnt (Results 1 - 7 of 7) sorted by null

  /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)
  /external/ltp/include/
tst_test.h 76 unsigned int tcnt; member in struct:tst_test
  /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/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;
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h 76 unsigned char tcnt; member in struct:arcDisState

Completed in 155 milliseconds