Home
last modified time | relevance | path

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

12345678910>>...16

/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft
10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft
11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft
12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft
13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft
14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft
15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft
20 ATTRIBUTE MS-RAS-Vendor 9 integer Microsoft
[all …]
/external/clang/unittests/Driver/
DMultilibTest.cpp183 MultilibSet MS; in TEST() local
184 ASSERT_TRUE(MS.size() == 0); in TEST()
185 MS.Maybe(Multilib("64").flag("+m64")); in TEST()
186 ASSERT_TRUE(MS.size() == 2); in TEST()
187 for (MultilibSet::const_iterator I = MS.begin(), E = MS.end(); I != E; ++I) { in TEST()
199 MultilibSet MS; in TEST() local
200 MS.Maybe(Multilib("sof").flag("+sof")); in TEST()
201 MS.Maybe(Multilib("el").flag("+EL")); in TEST()
202 ASSERT_TRUE(MS.size() == 4); in TEST()
203 for (MultilibSet::const_iterator I = MS.begin(), E = MS.end(); I != E; ++I) { in TEST()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp557 MemorySanitizer &MS; member
580 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) in MemorySanitizerVisitor()
581 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) { in MemorySanitizerVisitor()
597 if (MS.TrackOrigins <= 1) return V; in updateOrigin()
598 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin()
603 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr()
606 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr()
614 unsigned IntptrAlignment = DL.getABITypeAlignment(MS.IntptrTy); in paintOrigin()
615 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in paintOrigin()
624 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin()
[all …]
/external/clang/test/SemaCXX/
Ddllimport.cpp251 #ifdef MS
265 #ifdef MS
274 #ifdef MS
302 #ifdef MS
350 #ifdef MS
403 #ifdef MS
525 #ifdef MS
539 #ifdef MS
566 #ifdef MS
657 #ifdef MS
[all …]
Ddllexport.cpp338 #ifdef MS
369 #ifdef MS
375 #ifdef MS
405 #ifdef MS
415 #ifdef MS
436 #ifdef MS
444 #ifdef MS
452 #ifdef MS
464 #ifdef MS
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp378 MCStreamer *MS; // Owned by AsmPrinter member in llvm::dsymutil::__anon5c7ea04f0111::DwarfStreamer
513 MS = TheTarget->createMCObjectStreamer(TheTriple, *MC, *MAB, *OutFile, MCE, in init()
516 if (!MS) in init()
524 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS))); in init()
536 MS->Finish(); in finish()
543 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
575 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
581 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
603 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
621 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
[all …]
/external/llvm/test/Analysis/CFLAliasAnalysis/
Dmultilevel-combine.ll20 %M = alloca %T*, align 8 ; NoAlias with %A, %B, %MS, %AP
24 %MS = select i1 %C, %T* %B, %T* %A
26 store %T* %MS, %T** %M
/external/tcpdump/tests/
Dmsnlb2.out1 [|MS NLB]
2 [|MS NLB]
Dmsnlb.out1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82
2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.properties82 # MS-DOS Latin-1
85 # MS-DOS Latin-2
93 # MS-DOS Portuguese
95 # MS-DOS Icelandic
99 # MS-DOS Canadian French
103 # MS-DOS Nordic
105 # MS-DOS Russian
107 # MS-DOS Pakistan
/external/llvm/test/CodeGen/SystemZ/
Dint-mul-02.ll16 ; Check the low end of the MS range.
26 ; Check the high end of the aligned MS range.
37 ; Check the next word up, which should use MSY instead of MS.
107 ; Check that MS allows an index.
133 ; Check that multiplications of spilled values can use MS rather than MSR.
/external/clang/test/Sema/
Dms-keyword-system-header.c12 #ifdef MS in fn()
Dformat-strings-gnu.c27 #ifndef MS in test()
/external/clang/test/Sema/Inputs/
Dms-keyword-system-header.h5 #if defined(MS) && defined(NOT_SYSTEM)
/external/clang/test/CodeGen/
D2007-04-05-UnPackedStruct.c15 struct MyStruct MS = { tB, 0 }; in bar() local
D2007-04-05-PackedStruct.c17 struct MyStruct MS = { tB, 0 }; in bar() local
/external/clang/test/Preprocessor/Inputs/microsoft-header-search/a/
Dfindme.h3 #warning findme.h successfully included using MS search rules
/external/clang/include/clang/Driver/
DMultilib.h138 void combineWith(const MultilibSet &MS);
170 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
/external/libphonenumber/demo/war/stylesheets/
Dmain.css2 font-family: "Trebuchet MS", Arial, sans-serif;
/external/libxml2/include/libxml/
Dxmlwin32version.h.in225 * Used on Windows (MS C compiler only) to declare a variable as
301 * pragma understood my MS compiler which enables a conditional link with
313 * pragma understood my MS compiler which enables a conditional link with
/external/clang/test/SemaObjCXX/
Dmicrosoft-abi-byval.mm13 - (void) my_method: (Foo)arg { // no error; MS ABI will call Foo's dtor, but we skip the access che…
/external/llvm/test/MC/COFF/
Dsymbol-mangling.ll2 ; names needing quoting on MS/Windows. This code is generated by clang when
/external/clang/test/CodeGenObjCXX/
Dmicrosoft-abi-arc-param-order.mm10 // Verify that we destruct things from left to right in the MS C++ ABI: a, b, c, d.
/external/jpeg/
Djconfig.wat1 /* jconfig.wat --- jconfig.h for Watcom C/C++ on MS-DOS or OS/2. */
Djconfig.dj1 /* jconfig.dj --- jconfig.h for DJGPP (Delorie's GNU C port) on MS-DOS. */

12345678910>>...16