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

/freebsd-10.1-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.1-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp430 else if (Ext != A64SE::MSL)
435 // MSL and LSLH accepts encoded shift amount 0 or 1.
443 // Print shift amount as multiple of 8 with MSL encoded shift amount
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c1143 * If the receiver reports height in both GPS and MSL, then we will report
1144 * the difference GPS-MSL on the clockstats file.
3486 int GPS, MSL; local
3488 /* Here calculate dH = GPS - MSL for output message */
3494 MSL = buf_w32(&instance->BEHa[43]);
3497 MSL = buf_w32(&instance->BEHa[27]);
3499 instance->dH = GPS - MSL;
3502 /* if MSL is not set, the calculation is meaningless */
3504 if (MSL) /* not set ! */
3506 "dH = (GPS - MSL)
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp746 if (ShiftExtend.ShiftType != A64SE::MSL)
1191 // Encode MSL shift amount 8, 16 as 0, 1.
1897 .Case("msl", A64SE::MSL)
1920 Spec != A64SE::ROR && Spec != A64SE::MSL) {
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h292 MSL, enumerator in enum:llvm::A64SE::ShiftExtSpecifiers
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1011 else if (Ext != A64SE::MSL)
1014 // MSL and LSLH accepts encoded shift amount 0 or 1.

Completed in 203 milliseconds