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

/freebsd-10.0-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp55 #define MSL 0 macro
76 charcode_tag = 403, // MSL for Intellifont, Unicode for TrueType
121 "Font Type" // MSL for Intellifont, Unicode for TrueType
512 case MSL:
531 if (tfm_type == MSL && (num != 8782 || den != 1))
538 if (tfm_type == MSL && (num != 100 || den != 7231))
872 else if (tfm_type == MSL)
927 printf("\t-- MSL %4d", charcode);
953 fprintf(stderr, "%s: warning: symbol MSL %d (%s",
988 case MSL
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c1071 * If the receiver reports height in both GPS and MSL, then we will report
1072 * the difference GPS-MSL on the clockstats file.
3172 int GPS, MSL; local
3175 /* Here calculate dH = GPS - MSL for output message */
3181 MSL = buf_w32(&instance->BEHa[43]);
3184 MSL = buf_w32(&instance->BEHa[27]);
3186 instance->dH = GPS - MSL;
3189 /* if MSL is not set, the calculation is meaningless */
3191 if (MSL) { /* not set ! */
3192 sprintf(Msg, "dH = (GPS - MSL)
[all...]

Completed in 70 milliseconds