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

1 2 3

  /external/ltp/lib/newlib_tests/
test02.c 47 .tcnt = 2,
test04.c 55 .tcnt = 2,
  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom01.c 50 .tcnt = ARRAY_SIZE(modes),
getrandom03.c 67 .tcnt = ARRAY_SIZE(sizes),
getrandom02.c 77 .tcnt = ARRAY_SIZE(modes),
  /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);
  /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 106 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 89 .tcnt = 2,
creat04.c 86 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl02.c 91 .tcnt = ARRAY_SIZE(min_fds),
  /external/ltp/testcases/kernel/syscalls/flistxattr/
flistxattr03.c 90 .tcnt = ARRAY_SIZE(fd),
flistxattr02.c 99 .tcnt = ARRAY_SIZE(tc),
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd01.c 85 .tcnt = ARRAY_SIZE(tcases),
getcwd02.c 85 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/getpriority/
getpriority01.c 67 .tcnt = ARRAY_SIZE(tcases),
getpriority02.c 75 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/listxattr/
listxattr03.c 85 .tcnt = ARRAY_SIZE(filename),
  /external/ltp/testcases/kernel/syscalls/llistxattr/
llistxattr03.c 84 .tcnt = ARRAY_SIZE(filename),
  /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/testcases/kernel/syscalls/access/
access03.c 98 .tcnt = ARRAY_SIZE(tcases),
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 85 .tcnt = ARRAY_SIZE(tcase),
  /external/ltp/testcases/kernel/syscalls/ipc/msgget/
msgget02.c 116 .tcnt = ARRAY_SIZE(tcases),

Completed in 1272 milliseconds

1 2 3