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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h38 MSL, enumerator in enum:llvm::AArch64_AM::ShiftExtendType
59 case AArch64_AM::MSL: return "msl";
80 case 4: return AArch64_AM::MSL;
108 case AArch64_AM::MSL: STEnc = 4; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h452 MSL, enumerator in enum:llvm::AArch64SE::ShiftExtSpecifiers
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c1145 * If the receiver reports height in both GPS and MSL, then we will report
1146 * the difference GPS-MSL on the clockstats file.
3492 int GPS, MSL; local
3494 /* Here calculate dH = GPS - MSL for output message */
3500 MSL = buf_w32(&instance->BEHa[43]);
3503 MSL = buf_w32(&instance->BEHa[27]);
3505 instance->dH = GPS - MSL;
3508 /* if MSL is not set, the calculation is meaningless */
3510 if (MSL) /* not set ! */
3512 "dH = (GPS - MSL)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1210 ST == AArch64_AM::MSL);
1369 return getShiftExtendType() == AArch64_AM::MSL &&
2749 .Case("msl", AArch64_AM::MSL)
2771 ShOp == AArch64_AM::MSL) {

Completed in 343 milliseconds