Searched refs:TCOUNT (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutil_unistr.c443 base = SBASE + (lindex * VCOUNT + vindex) * TCOUNT;
448 else if ((TBASE < comb) && (comb < TBASE + TCOUNT)) {
449 if ((SBASE <= base) && (base < SBASE + SCOUNT) && (((base - SBASE) % TCOUNT) == 0)) {
536 comb[COMBBUFLEN-2] = VBASE + (sindex % NCOUNT) / TCOUNT;
539 if ((tjamo = TBASE + sindex % TCOUNT) == TBASE) {
H A Dprecompose.h14 #define TCOUNT 28 macro
15 #define NCOUNT 588 /* (VCOUNT * TCOUNT) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/mach-common/
H A Dcdef_LPBlackfin.h279 #define bfin_read_TCOUNT() bfin_read32(TCOUNT)
280 #define bfin_write_TCOUNT(val) bfin_write32(TCOUNT,val)
H A Ddef_LPBlackfin.h446 #define TCOUNT 0xFFE0300C /* Core Timer Count Register */ macro

Completed in 27 milliseconds