Searched full:tcnt (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 25 - Simultaneous writing to multiple timer counters (TCNT) 80 clocks is detected and the corresponding TCNT is incremented or 126 - description: MTU0.TCNT overflow 131 - description: MTU1.TCNT overflow 132 - description: MTU1.TCNT underflow 135 - description: MTU2.TCNT overflow 136 - description: MTU2.TCNT underflow 141 - description: MTU3.TCNT overflow 146 - description: MTU4.TCNT overflow/underflow 154 - description: MTU6.TCNT overflo [all...] |
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_scalbn.c | 81 const size_t tcnt = __arraycount(test_vals); in ATF_TC_BODY() local 85 for (i = 0; i < tcnt; i++) { in ATF_TC_BODY() 235 const size_t tcnt = __arraycount(test_vals); in ATF_TC_BODY() local 239 for (i = 0; i < tcnt; i++) { in ATF_TC_BODY() 383 const size_t tcnt = __arraycount(test_vals); in ATF_TC_BODY() 387 for (i = 0; i < tcnt; i++) { in ATF_TC_BODY()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | listener.c | 727 int tcnt = 0; /* error count for thread_create() failures */ local 961 tcnt++; 965 tcnt >= MAX_FAILS_T ? "abort" : "try again"); 966 MI_SLEEP(tcnt); 969 if (tcnt >= MAX_FAILS_T) 976 tcnt = 0;
|
/freebsd/sys/powerpc/include/ |
H A D | openpicvar.h | 40 uint32_t tcnt; member
|
/freebsd/sys/powerpc/powerpc/ |
H A D | openpic.c | 414 sc->sc_saved_timers[i].tcnt = bus_read_4(sc->sc_memr, OPENPIC_TCNT(i)); in openpic_suspend() 445 bus_write_4(sc->sc_memr, OPENPIC_TCNT(i), sc->sc_saved_timers[i].tcnt); in openpic_resume()
|
/freebsd/contrib/openbsm/libauditd/ |
H A D | auditd_lib.c | 608 int tcnt = 0; in auditd_read_dirs() local 660 tcnt++; in auditd_read_dirs() 663 if (hcnt == tcnt) in auditd_read_dirs() 665 if (scnt == tcnt) in auditd_read_dirs()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 1068 int tcnt; in resurrect_types() local 1090 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) { in resurrect_types() 1368 debug(3, "Resurrected %d types (%d were roots)\n", tcnt, iicnt); in resurrect_types()
|