Searched refs:LCM (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Support.cpp | 31 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local 32 unsigned LHSNumerator = Numerator * (LCM / Denominator); in operator +=() 33 unsigned RHSNumerator = RHS.Numerator * (LCM / RHS.Denominator); in operator +=() 35 Denominator = LCM; in operator +=()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | at91-dvk_su60_somc_lcm.dtsi | 41 regulator-name = "VCC LCM";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | jdi,lt070me05000.yaml | 30 power supply for LCM (1.8V)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | richtek,rt4831-regulator.yaml | 29 "^DSV(LCM|P|N)$":
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 125 LocationContextMap LCM; member in __anonc89c4a160111::PathDiagnosticConstruct 154 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 178 LCM[Path] = LC; in updateLocCtxMap() 182 assert(LCM.count(Path) && in getLocationContextFor() 184 return LCM.find(Path)->getSecond(); in getLocationContextFor() 187 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); } in isInLocCtxMap() 1983 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext(); in PathDiagnosticConstruct()
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hidquirk.c | 83 USB_QUIRK(ASUS, LCM, 0x0000, 0xffff, HQ_HID_IGNORE),
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 1179 LLVMOrcLazyCallThroughManagerRef LCM) { in LLVMOrcDisposeLazyCallThroughManager() argument 1180 std::unique_ptr<LazyCallThroughManager> TmpLCM(unwrap(LCM)); in LLVMOrcDisposeLazyCallThroughManager()
|
| /freebsd-14.2/sys/dev/usb/quirk/ |
| H A D | usb_quirk.c | 84 USB_QUIRK(ASUS, LCM, 0x0000, 0xffff, UQ_HID_IGNORE),
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usbdevs | 1253 product ASUS LCM 0x1726 LCM display
|