Home
last modified time | relevance | path

Searched refs:MS (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp77 MS = TheTarget->createAsmStreamer( in init()
84 MS = TheTarget->createMCObjectStreamer( in init()
93 if (!MS) in init()
102 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS))); in init()
115 void DwarfStreamer::finish() { MS->Finish(); } in finish()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
202 MS->SwitchSection(Section); in emitSectionContents()
204 MS->emitBytes(SecData); in emitSectionContents()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1054 MemorySanitizer &MS; member
1082 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS, in MemorySanitizerVisitor()
1084 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)), TLI(&TLI) { in MemorySanitizerVisitor()
1097 MS.initializeCallbacks(*F.getParent()); in MemorySanitizerVisitor()
1101 if (MS.CompileKernel) { in MemorySanitizerVisitor()
1117 if (MS.TrackOrigins <= 1) return V; in updateOrigin()
1118 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin()
1123 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr()
1126 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr()
1134 const Align IntptrAlignment = DL.getABITypeAlign(MS.IntptrTy); in paintOrigin()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_gpio.c150 bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR9285_GPIO_IN_VAL); in ar5416GpioGet()
152 bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR928X_GPIO_IN_VAL); in ar5416GpioGet()
154 bits = MS(OS_REG_READ(ah, AR_GPIO_IN_OUT), AR_GPIO_IN_VAL); in ar5416GpioGet()
170 val = MS(OS_REG_READ(ah, AR_INTR_ASYNC_ENABLE), in ar5416GpioSetIntr()
175 mask = MS(OS_REG_READ(ah, AR_INTR_ASYNC_MASK), in ar5416GpioSetIntr()
181 val = MS(OS_REG_READ(ah, AR_INTR_SYNC_ENABLE), in ar5416GpioSetIntr()
186 mask = MS(OS_REG_READ(ah, AR_INTR_SYNC_MASK), in ar5416GpioSetIntr()
191 val = MS(OS_REG_READ(ah, AR_INTR_SYNC_CAUSE), in ar5416GpioSetIntr()
196 val = MS(OS_REG_READ(ah, AR_GPIO_INTR_POL), in ar5416GpioSetIntr()
209 val = MS(OS_REG_READ(ah, AR_INTR_ASYNC_ENABLE), in ar5416GpioSetIntr()
[all …]
H A Dar5416_recv.c118 rs->rs_rssi = MS(ads->ds_rxstatus4, AR_RxRSSICombined); in ar5416ProcRxDesc()
119 rs->rs_rssi_ctl[0] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt00); in ar5416ProcRxDesc()
120 rs->rs_rssi_ctl[1] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt01); in ar5416ProcRxDesc()
121 rs->rs_rssi_ctl[2] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt02); in ar5416ProcRxDesc()
122 rs->rs_rssi_ext[0] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt10); in ar5416ProcRxDesc()
123 rs->rs_rssi_ext[1] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt11); in ar5416ProcRxDesc()
124 rs->rs_rssi_ext[2] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt12); in ar5416ProcRxDesc()
127 rs->rs_keyix = MS(ads->ds_rxstatus8, AR_KeyIdx); in ar5416ProcRxDesc()
137 rs->rs_antenna = MS(ads->ds_rxstatus3, AR_RxAntenna); in ar5416ProcRxDesc()
169 phyerr = MS(ads->ds_rxstatus8, AR_PHYErrCode); in ar5416ProcRxDesc()
H A Dar5416_xmit.c482 ts->ts_seqnum = MS(ds_txstatus[9], AR_SeqNum); in ar5416ProcTxDesc()
516 ts->ts_finaltsi = MS(ds_txstatus[9], AR_FinalTxIdx); in ar5416ProcTxDesc()
519 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate0); in ar5416ProcTxDesc()
522 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate1) | in ar5416ProcTxDesc()
526 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate2) | in ar5416ProcTxDesc()
530 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate3) | in ar5416ProcTxDesc()
535 ts->ts_rssi = MS(ds_txstatus[5], AR_TxRSSICombined); in ar5416ProcTxDesc()
536 ts->ts_rssi_ctl[0] = MS(ds_txstatus[0], AR_TxRSSIAnt00); in ar5416ProcTxDesc()
537 ts->ts_rssi_ctl[1] = MS(ds_txstatus[0], AR_TxRSSIAnt01); in ar5416ProcTxDesc()
538 ts->ts_rssi_ctl[2] = MS(ds_txstatus[0], AR_TxRSSIAnt02); in ar5416ProcTxDesc()
[all …]
H A Dar9160_attach.c147 __func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION), in ar9160Attach()
148 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9160Attach()
152 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9160Attach()
H A Dar5416_interrupts.c117 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK); in ar5416GetPendingInterrupts()
118 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC); in ar5416GetPendingInterrupts()
120 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5416GetPendingInterrupts()
121 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5416GetPendingInterrupts()
H A Dar9285_attach.c145 __func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION), in ar9285Attach()
146 MS(val, AR_XSREV_TYPE), MS(val, AR_XSREV_REVISION)); in ar9285Attach()
150 AH_PRIVATE(ah)->ah_macRev = MS(val, AR_XSREV_REVISION); in ar9285Attach()
H A Dar9285.c36 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ar9285GetNoiseFloor()
45 nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR); in ar9285GetNoiseFloor()
/netbsd-src/share/i18n/csmapper/JIS/
H A Dmapper.dir.JIS.src6 JISX0208:MS/UCS mapper_std JIS/JISX0208@MS%UCS.mps
9 JISX0208:EUCMSSET/UCS mapper_parallel JISX0208VDC:NEC/UCS,JISX0208UDC/UCS,JISX0208:MS/UCS
11 JISX0212:MS/UCS mapper_std JIS/JISX0212@MS%UCS.mps
14 JISX0212:EUCMSSET/UCS mapper_parallel JISX0212VDC:IBM/UCS,JISX0212UDC/UCS,JISX0212:MS/UCS
27 UCS/JISX0208:MS mapper_std JIS/UCS%JISX0208@MS.mps
30 UCS/JISX0208:EUCMSSET mapper_parallel UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/JISX0208UDC
32 UCS/JISX0212:MS mapper_std JIS/UCS%JISX0212@MS.mps
35 UCS/JISX0212:EUCMSSET mapper_parallel UCS/JISX0212VDC:IBM,UCS/JISX0212UDC,UCS/JISX0212:MS
H A DMakefile.inc12 JISX0208@MS%UCS.mps \
15 JISX0212@MS%UCS.mps \
24 UCS%JISX0208@MS.mps \
27 UCS%JISX0212@MS.mps \
/netbsd-src/external/bsd/ppp/dist/
H A DREADME.MSCHAP8112 MS-CHAP was basically devised by Microsoft because rather than store
21 MS-CHAPv2 adds 2 benefits to MS-CHAP. (1) The LM hash is no longer
23 authentication in MS-CHAPv2 is different than the case where both PPP
29 outside the scope of this document. The details of MS-CHAPv2 can be
37 In addition to the requirements for MS-CHAP, MS-CHAPv2 uses the SHA-1
44 CHAP, the MS-CHAPv2-specific problems you're likely to encounter are mostly
64 Now, the text message is logged (both for MS-CHAP and MS-CHAPv2).
/netbsd-src/share/i18n/csmapper/CP/
H A Dmapper.dir.CP.src5 CP50220/UCS mapper_parallel JISX0208VDC:NEC/UCS,CP932VDC:NEC_IBM/UCS,CP932UDA/UCS,JISX0208:MS/UCS
8 CP51932/UCS mapper_parallel JISX0208VDC:NEC/UCS,CP932VDC:NEC_IBM/UCS,JISX0208:MS/UCS
11 …per_parallel JISX0208VDC:NEC/UCS,CP932VDC:NEC_IBM/UCS,CP932VDC:IBM/UCS,CP932UDA/UCS,JISX0208:MS/UCS
14 UCS/CP50220 mapper_parallel UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/CP932VDC:NEC_IBM,UCS/CP932UDA
15 UCS/CP51932 mapper_parallel UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/CP932VDC:NEC_IBM
16 UCS/CP932KANJI mapper_parallel UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/CP932VDC:IBM,UCS/CP932VDC:N…
/netbsd-src/external/mit/expat/dist/win32/
H A DREADME.txt3 using MS Visual Studio .NET or Cygwin.
8 * MS Visual Studio 2013, 2015 and 2017:
17 * All MS C/C++ compilers:
21 * Creating MinGW dynamic libraries from MS VC++ DLLs:
31 * Special note about MS VC++ and runtime libraries:
57 /MT and /MD for MS VC++.
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_recv.c221 rs->rs_tstamp = MS(ads->ds_status1, AR_RcvTimestamp); in ar5211ProcRxDesc()
230 rs->rs_phyerr = MS(ads->ds_status1, AR_PHYErr); in ar5211ProcRxDesc()
234 rs->rs_rssi = MS(ads->ds_status0, AR_RcvSigStrength); in ar5211ProcRxDesc()
236 rs->rs_keyix = MS(ads->ds_status1, AR_KeyIdx); in ar5211ProcRxDesc()
240 rs->rs_rate = MS(ads->ds_status0, AR_RcvRate); in ar5211ProcRxDesc()
241 rs->rs_antenna = MS(ads->ds_status0, AR_RcvAntenna); in ar5211ProcRxDesc()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c60 curLevel = MS(txcfg, AR_FTRIG); in ar5212UpdateTxTrigLevel()
355 if (MS(qmisc, AR_Q_MISC_FSP) != AR_Q_MISC_FSP_ASAP) { in ar5212ResetTxQueue()
856 ts->ts_seqnum = MS(ads->ds_txstatus1, AR_SeqNum); in ar5212ProcTxDesc()
857 ts->ts_tstamp = MS(ads->ds_txstatus0, AR_SendTimestamp); in ar5212ProcTxDesc()
871 ts->ts_finaltsi = MS(ads->ds_txstatus1, AR_FinalTSIndex); in ar5212ProcTxDesc()
874 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate0); in ar5212ProcTxDesc()
877 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate1) | in ar5212ProcTxDesc()
881 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate2) | in ar5212ProcTxDesc()
885 ts->ts_rate = MS(ads->ds_ctl3, AR_XmitRate3) | in ar5212ProcTxDesc()
889 ts->ts_rssi = MS(ads->ds_txstatus1, AR_AckSigStrength); in ar5212ProcTxDesc()
[all …]
H A Dar5212_recv.c255 rs->rs_tstamp = MS(ads->ds_rxstatus1, AR_RcvTimestamp); in ar5212ProcRxDesc()
258 rs->rs_rssi = MS(ads->ds_rxstatus0, AR_RcvSigStrength); in ar5212ProcRxDesc()
263 rs->rs_keyix = MS(ads->ds_rxstatus1, AR_KeyIdx); in ar5212ProcRxDesc()
267 rs->rs_rate = MS(ads->ds_rxstatus0, AR_RcvRate); in ar5212ProcRxDesc()
268 rs->rs_antenna = MS(ads->ds_rxstatus0, AR_RcvAntenna); in ar5212ProcRxDesc()
287 phyerr = MS(ads->ds_rxstatus1, AR_PHYErrCode); in ar5212ProcRxDesc()
H A Dar5212_interrupts.c92 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK); in ar5212GetPendingInterrupts()
93 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC); in ar5212GetPendingInterrupts()
95 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR); in ar5212GetPendingInterrupts()
96 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL); in ar5212GetPendingInterrupts()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst10 Windows Itanium allows you to deploy Itanium C++ ABI applications on top of the MS VS CRT.
20 * The MS VS CRT.
21 * Is compatible with MS Windows SDK include headers.
25 Note: compiler-rt is not used. This functionality is supplied by the MS VCRT.
30 * The MS SDK is installed as part of MS Visual Studio.
39 link.exe (the MS linker) is unsuitable as it doesn't support auto-importing which
99 Supply CRT definitions including stdio definitions that have been removed from the MS VS CRT.
117 We use the MS runtime.
154 We use the MS runtime.
179 Prevent the inclusion of sys/time that MS doesn't provide.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp33 const HwModeSelect &MS = CGH.getHwModeSelect(R); in ValueTypeByHwMode() local
34 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode()
143 const HwModeSelect &MS = CGH.getHwModeSelect(R); in RegSizeInfoByHwMode() local
144 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode()
190 const HwModeSelect &MS = CGH.getHwModeSelect(R); in EncodingInfoByHwMode() local
191 for (const HwModeSelect::PairType &P : MS.Items) { in EncodingInfoByHwMode()
/netbsd-src/external/gpl2/groff/dist/
H A DREADME.MinGW70 <win32-install-path> is the chosen MS-Windows directory in which the
104 root mapped to the actual MS-Windows directory where MSYS itself is
119 MS-Windows path name (although UNIX-style slashes are permitted, and
120 preferred to the MS-Windows style backslashes, to demarcate the directory
134 to specify the fully qualified absolute MS-Windows path to this directory,
139 For example, on a system where MSYS is installed in the MS-Windows directory
141 MS-Windows native path D:\MSYS\1.0\local (the /usr component of the MSYS
148 Note that the backslash characters, which appear in the native MS-Windows
152 Also note that the MS-Windows device designator (D: in this instance) is
153 prepended to the specified path, in the normal MS-Windows format, and that,
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_recv.c228 rstamp = MS(ads->ds_status1, AR_RcvTimestamp); in ar5210ProcRxDesc()
255 rs->rs_rssi = MS(ads->ds_status0, AR_RcvSigStrength); in ar5210ProcRxDesc()
257 rs->rs_keyix = MS(ads->ds_status1, AR_KeyIdx); in ar5210ProcRxDesc()
261 rs->rs_rate = MS(ads->ds_status0, AR_RcvRate); in ar5210ProcRxDesc()
/netbsd-src/share/misc/
H A Dzipcodes16700 38601:Abbeville, MS
16701 38602:Arkabutla, MS
16702 38603:Ashland, MS
16703 38606:Batesville, MS
16704 38609:Belen, MS
16705 38610:Blue Mountain, MS
16706 38611:Byhalia, MS
16707 38614:Clarksdale, MS
16708 38617:Coahoma, MS
16709 38618:Coldwater, MS
[all …]
/netbsd-src/share/i18n/esdb/EUC/
H A DEUC-JP-MS.src1 # $NetBSD: EUC-JP-MS.src,v 1.1 2003/07/19 20:20:43 tshiozak Exp $
3 NAME "EUC-JP-MS"
/netbsd-src/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.bat35 set OS=MS-Windows
36 if not "%OS%" == "MS-Windows" goto SmallEnv
39 set OS=MS-DOS
40 if not "%OS%" == "MS-DOS" goto SmallEnv

12345678910>>...33