Searched refs:NCHAN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c88 #define NCHAN(pixsize) ((pixsize == 24) ? 3: 4) macro
221 sprintf(str, "\tNo. of channels : %d\n", NCHAN(th->pixsize)); OUT;
324 nchan = NCHAN(tf->th.pixsize);
365 nchan = NCHAN(tf->th.pixsize);
474 nchan = NCHAN(tf->th.pixsize);
832 nchan = NCHAN(tf.th.pixsize);
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_wwv.c98 #define NCHAN 5 /* number of radio channels */ macro
550 struct chan mitig[NCHAN]; /* channel data */
610 static double qsy[NCHAN] = {2.5, 5, 10, 15, 20}; /* frequencies (MHz) */
1992 up->schan = (up->schan + 1) % NCHAN;
2416 for (i = 0; i < NCHAN; i++) {
2443 up->dchan = (up->dchan + 1) % NCHAN;
2520 for (i = 0; i < NCHAN; i++) {
2528 up->dchan = (DCHAN + NCHAN - 1) % NCHAN;
H A Drefclock_chu.c215 #define NCHAN 3 /* number of channels */ macro
342 struct xmtr xmtr[NCHAN]; /* station metric */
439 static double qsy[NCHAN] = {3.330, 7.850, 14.670}; /* freq (MHz) */
1539 for (i = 0; i < NCHAN; i++) {
1555 for (i = 0; i < NCHAN; i++) {

Completed in 133 milliseconds