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

/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_arc.c396 #define BITSPERCHAR 11 /* Bits per character. */ macro
401 ( (BITSPERCHAR == 11) ? CHARTIME11 : ( (BITSPERCHAR == 10) ? CHARTIME10 : \
402 (BITSPERCHAR * BITTIME) ) )
419 #if BITSPERCHAR == 11 /* Usual case. */

Completed in 163 milliseconds