Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 2681) sorted by relevance

12345678910>>...108

/freebsd/sys/dev/videomode/
H A Dvideomode.c26 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ macro
30 M("640x350x85",640,350,31500,672,736,832,382,385,445,HP|VN),
31 M("640x400x85",640,400,31500,672,736,832,401,404,445,HN|VP),
32 M("720x400x70",720,400,28320,738,846,900,412,414,449,HN|VP),
33 M("720x400x85",720,400,35500,756,828,936,401,404,446,HN|VP),
34 M("720x400x87",720,400,35500,738,846,900,421,423,449,HN|VN),
35 M("640x480x60",640,480,25175,656,752,800,490,492,525,HN|VN),
36 M("640x480x72",640,480,31500,664,704,832,489,492,520,HN|VN),
37 M("640x480x75",640,480,31500,656,720,840,481,484,500,HN|VN),
38 M("640x480x85",640,480,36000,696,752,832,481,484,509,HN|VN),
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk15 MOD.M-paren= ${INP.M-paren:M(*)}
24 MOD.M-mixed= ${INP.M-mixed:M(*}}
52 MOD.M-nest-mix= ${INP.M-nest-mix:M${:U*)}}
63 MOD.M-nest-brk= ${INP.M-nest-brk:M${:U[[[[[]}}
76 MOD.M-pat-err= ${INP.M-pat-err:M${:U[[}}
91 MOD.M-bsbs= ${INP.M-bsbs:M\\(}}
103 INP.M-bs1-par= ( (:M (:M} \( \(:M \(:M}
104 MOD.M-bs1-par= ${INP.M-bs1-par:M\(:M*}}}
112 INP.M-bs2-par= ( (:M (:M} \( \(:M \(:M}
113 MOD.M-bs2-par= ${INP.M-bs2-par:M\\(:M*}}}
[all …]
H A Dvarmod-match.mk151 .if ${WORDS:M[[-]]} != "[] \\] ]]"
167 .if ${WORDS:M[-]} != "-"
203 .if ${PRIMES:M$n} != "2"
206 .if ${PRIMES:M${n}} != "2"
209 .if ${PRIMES:M${:U2}} != "2"
214 .if ${ A * :L:M:} != ""
219 .if ${ ${:U\: \:\:} :L:M\:} != ":"
232 .if ${:Ua \$ sign:M*$$*} != "\$"
314 . warning ${WORDS:M*[-x1-3}
322 .if ${WORDS:M[^-x1-3} != "+ 0 4"
[all …]
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt8 # These test vectors satisfy A * B = ModMul (mod M) and 0 <= ModMul < M.
2027 M = 30d26ecb
2032 M = 30d26ecb
2037 M = 30d26ecb
2042 M = 30d26ecb
2047 M = 30d26ecb
2052 M = 23bc042f
2057 M = 23bc042f
2062 M = 23bc042f
2067 M = 23bc042f
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512erintrin.h35 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument
38 #define _mm512_maskz_exp2a23_pd(M, A) \ argument
59 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument
62 #define _mm512_maskz_exp2a23_ps(M, A) \ argument
87 #define _mm512_maskz_rsqrt28_pd(M, A) \ argument
111 #define _mm512_maskz_rsqrt28_ps(M, A) \ argument
138 #define _mm_maskz_rsqrt28_ss(M, A, B) \ argument
190 #define _mm512_maskz_rcp28_pd(M, A) \ argument
214 #define _mm512_maskz_rcp28_ps(M, A) \ argument
241 #define _mm_maskz_rcp28_ss(M, A, B) \ argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_map_test.cpp23 EXPECT_TRUE(M.begin() == M.end()); in TEST()
24 EXPECT_TRUE(M.find(0) == M.end()); in TEST()
34 EXPECT_EQ(std::next(M.begin()), M.end()); in TEST()
35 EXPECT_EQ(M.find(7), M.begin()); in TEST()
36 EXPECT_EQ(M.find(8), M.end()); in TEST()
157 EXPECT_EQ(std::next(M.begin()), M.end()); in TEST()
170 EXPECT_EQ(std::next(M.begin()), M.end()); in TEST()
183 EXPECT_EQ(std::next(std::next(M.begin())), M.end()); in TEST()
201 EXPECT_EQ(std::next(M.begin()), M.end()); in TEST()
202 EXPECT_EQ(M.find(7), M.begin()); in TEST()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h23 #define INLINE_COST_FEATURE_ITERATOR(M) \ argument
24 M(int64_t, {1}, sroa_savings, \
26 M(int64_t, {1}, sroa_losses, \
28 M(int64_t, {1}, load_elimination, "Cost of load elimination in the call") \
29 M(int64_t, {1}, call_penalty, \
31 M(int64_t, {1}, call_argument_setup, \
33 M(int64_t, {1}, load_relative_intrinsic, \
35 M(int64_t, {1}, lowered_call_arg_setup, \
37 M(int64_t, {1}, indirect_call_penalty, \
39 M(int64_t, {1}, jump_table_penalty, "Accumulation of costs for jump tables") \
[all …]
H A DObjCARCAnalysisUtils.h43 inline bool ModuleHasARC(const Module &M) { in ModuleHasARC() argument
45 M.getNamedValue("llvm.objc.retain") || in ModuleHasARC()
46 M.getNamedValue("llvm.objc.release") || in ModuleHasARC()
47 M.getNamedValue("llvm.objc.autorelease") || in ModuleHasARC()
54 M.getNamedValue("llvm.objc.loadWeak") || in ModuleHasARC()
56 M.getNamedValue("llvm.objc.storeWeak") || in ModuleHasARC()
57 M.getNamedValue("llvm.objc.initWeak") || in ModuleHasARC()
58 M.getNamedValue("llvm.objc.moveWeak") || in ModuleHasARC()
59 M.getNamedValue("llvm.objc.copyWeak") || in ModuleHasARC()
229 Module *M; variable
[all …]
/freebsd/usr.bin/mail/
H A Dcmdtab.c68 { "copy", copycmd, M|STRLIST, 0, 0 },
70 { "cd", schdir, M|RAWLIST, 0, 1 },
73 { "set", set, M|RAWLIST, 0, 1000 },
79 { "file", file, T|M|RAWLIST, 0, 1 },
82 { "?", help, M|NOLIST, 0, 0 },
83 { "z", scroll, M|STRLIST, 0, 0 },
85 { "help", help, M|NOLIST, 0, 0 },
95 { "xit", rexit, M|NOLIST, 0, 0 },
96 { "exit", rexit, M|NOLIST, 0, 0 },
110 { "core", core, M|NOLIST, 0, 0 },
[all …]
/freebsd/share/timedef/
H A Dga_IE.UTF-8.src5 Már
17 Mí Eanair
18 Mí na Feabhra
19 Mí an Mhárta
20 Mí Aibreáin
23 Mí Iúil
33 Már
42Máirt
49 %H:%M:%S
65 Mí Eanair
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp31 IntegerType *getSizeTTy(Module &M) { in getSizeTTy() argument
32 return M.getDataLayout().getIntPtrType(M.getContext()); in getSizeTTy()
42 LLVMContext &C = M.getContext(); in getDeviceImageTy()
62 StructType *getBinDescTy(Module &M) { in getBinDescTy() argument
63 LLVMContext &C = M.getContext(); in getBinDescTy()
116 LLVMContext &C = M.getContext(); in createBinDesc()
178 getBinDescTy(M), in createBinDesc()
189 LLVMContext &C = M.getContext(); in createRegisterFunction()
217 LLVMContext &C = M.getContext(); in createUnregisterFunction()
288 new GlobalVariable(M, getFatbinWrapperTy(M), in createFatbinDesc()
[all …]
H A DUtility.cpp18 StructType *offloading::getEntryTy(Module &M) { in getEntryTy() argument
19 LLVMContext &C = M.getContext(); in getEntryTy()
32 offloading::getOffloadingEntryInitializer(Module &M, Constant *Addr, in getOffloadingEntryInitializer() argument
35 Type *Int8PtrTy = PointerType::getUnqual(M.getContext()); in getOffloadingEntryInitializer()
36 Type *Int32Ty = Type::getInt32Ty(M.getContext()); in getOffloadingEntryInitializer()
37 Type *SizeTy = M.getDataLayout().getIntPtrType(M.getContext()); in getOffloadingEntryInitializer()
62 llvm::Triple Triple(M.getTargetTriple()); in emitOffloadingEntry()
68 M, getEntryTy(M), in emitOffloadingEntry()
71 M.getDataLayout().getDefaultGlobalsAddressSpace()); in emitOffloadingEntry()
83 llvm::Triple Triple(M.getTargetTriple()); in getOffloadEntryArray()
[all …]
/freebsd/sbin/growfs/
H A Ddebug.h70 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument
72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument
73 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument
77 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument
78 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument
79 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument
80 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument
81 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument
83 #define DBG_DUMP_SPTBL(F,C,M) dbg_dump_sptbl((F),(C),(M)) argument
123 #define DBG_DUMP_HEX(F,C,M) argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp44 M[SubStmt] = nullptr; in BuildParentMap()
52 M[*I] = S; in BuildParentMap()
61 M[BCO->getCommon()] = S; in BuildParentMap()
64 M[BCO->getCond()] = S; in BuildParentMap()
91 M[SubStmt] = S; in BuildParentMap()
96 M[SubStmt] = S; in BuildParentMap()
103 M[SubStmt] = S; in BuildParentMap()
113 MapTy *M = new MapTy(); in ParentMap() local
114 BuildParentMap(*M, S); in ParentMap()
115 Impl = M; in ParentMap()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp30 IRBuilder<> IRB(M.getContext()); in appendToGlobalArray()
158 if (!M.getModuleFlag("kcfi")) in setKCFIType()
161 LLVMContext &Ctx = M.getContext(); in setKCFIType()
194 CtorName, &M); in createSanitizerCtor()
200 appendToUsed(M, {Ctor}); in createSanitizerCtor()
214 IRBuilder<> IRB(M.getContext()); in createSanitizerCtorAndInitFunctions()
312 for (auto &F : *M) in getUniqueModuleId()
314 for (auto &GV : M->globals()) in getUniqueModuleId()
316 for (auto &GA : M->aliases()) in getUniqueModuleId()
318 for (auto &IF : M->ifuncs()) in getUniqueModuleId()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp86 M.print(OS); in operator <<()
95 void MultilibSet::push_back(const Multilib &M) { Multilibs.push_back(M); } in push_back() argument
125 Selected.push_back(M); in select()
153 Result.insert(M.Flags.begin(), M.Flags.end()); in expandFlags()
238 llvm::Regex Regex(M.Match); in validate()
242 if (M.Flags.empty()) in validate()
299 if (M.Dir != ".") in LLVM_YAML_IS_SEQUENCE_VECTOR()
300 Dir = "/" + M.Dir; in LLVM_YAML_IS_SEQUENCE_VECTOR()
305 Multilibs.emplace_back(Dir, Dir, Dir, M.Flags, M.Group); in LLVM_YAML_IS_SEQUENCE_VECTOR()
316 for (const auto &M : *this) in print()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h98 bool removeModule(Module *M) { in removeModule() argument
99 return AddedModules.erase(M) || LoadedModules.erase(M) || in removeModule()
110 return LoadedModules.contains(M) || FinalizedModules.contains(M); in hasModuleBeenLoaded()
117 bool ownsModule(Module* M) { in ownsModule() argument
118 return AddedModules.contains(M) || LoadedModules.contains(M) || in ownsModule()
130 AddedModules.erase(M); in markModuleAsLoaded()
133 LoadedModules.insert(M); in markModuleAsLoaded()
145 LoadedModules.erase(M); in markModuleAsFinalized()
149 FinalizedModules.insert(M); in markModuleAsFinalized()
165 for (Module *M : MPS) in freeModulePtrSet()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp221 filterModule(Module *M, in filterModule() argument
280 assert(!enableUnifiedLTO(M)); in splitAndWriteThinLTOBitcode()
283 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode()
298 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
383 for (auto &F : M) in splitAndWriteThinLTOBitcode()
431 for (auto &A : M.aliases()) { in splitAndWriteThinLTOBitcode()
474 ProfileSummaryInfo PSI(M); in splitAndWriteThinLTOBitcode()
503 StripDebugInfo(M); in splitAndWriteThinLTOBitcode()
537 if (hasTypeMetadata(M)) { in writeThinLTOBitcode()
538 if (enableSplitLTOUnit(M)) { in writeThinLTOBitcode()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h140 explicit OwningMemoryBlock(MemoryBlock M) : M(M) {} in OwningMemoryBlock() argument
142 M = Other.M; in OwningMemoryBlock()
143 Other.M = MemoryBlock(); in OwningMemoryBlock()
146 M = Other.M;
147 Other.M = MemoryBlock();
151 if (M.base()) in ~OwningMemoryBlock()
152 Memory::releaseMappedMemory(M); in ~OwningMemoryBlock()
154 void *base() const { return M.base(); } in base()
161 if (M.base()) { in release()
163 M = MemoryBlock(); in release()
[all …]
/freebsd/libexec/getty/
H A Dinit.c48 #define M(a) (char *)(&omode.c_cc[a]) macro
55 { "er", M(VERASE), NULL }, /* erase character */
56 { "kl", M(VKILL), NULL }, /* kill character */
64 { "in", M(VINTR), NULL }, /* interrupt char */
65 { "qu", M(VQUIT), NULL }, /* quit char */
67 { "xf", M(VSTOP), NULL }, /* XOFF (stop) char */
69 { "su", M(VSUSP), NULL }, /* suspend char */
71 { "rp", M(VREPRINT), NULL }, /* reprint char */
72 { "fl", M(VDISCARD), NULL }, /* flush output */
73 { "we", M(VWERASE), NULL }, /* word erase */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h141 : Rows(M.Rows), Cols(M.Cols), in Matrix()
143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix()
147 Matrix(Matrix &&M) in Matrix() argument
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
149 M.Rows = M.Cols = 0; in Matrix()
155 if (Rows != M.Rows || Cols != M.Cols)
211 return M; in transpose()
217 assert(Rows == M.Rows && Cols == M.Cols &&
227 Tmp += M;
240 reinterpret_cast<unsigned*>(M.Data.get() + (M.Rows * M.Cols)); in hash_value()
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmul.c100 #define M(x, y) ((uint64_t)(x) * (uint64_t)(y)) in poly1305_inner() macro
102 w0 = M(a0, r0) + M(a1, u4) + M(a2, u3) + M(a3, u2) + M(a4, u1); in poly1305_inner()
103 w1 = M(a0, r1) + M(a1, r0) + M(a2, u4) + M(a3, u3) + M(a4, u2); in poly1305_inner()
104 w2 = M(a0, r2) + M(a1, r1) + M(a2, r0) + M(a3, u4) + M(a4, u3); in poly1305_inner()
105 w3 = M(a0, r3) + M(a1, r2) + M(a2, r1) + M(a3, r0) + M(a4, u4); in poly1305_inner()
106 w4 = M(a0, r4) + M(a1, r3) + M(a2, r2) + M(a3, r1) + M(a4, r0); in poly1305_inner()
108 #undef M in poly1305_inner()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp40 if (I != M.end()) in Scan()
55 Scan(M, sub); in Scan()
59 Scan(M, SubStmt); in Scan()
72 if (I != M.end()) in Scan()
79 Scan(M, I->getBody()); in Scan()
85 Scan(M, I); in Scan()
90 Scan(M, CID); in Scan()
110 IvarUsageMap M; in checkObjCUnusedIvar() local
125 M[Ivar] = Unused; in checkObjCUnusedIvar()
128 if (M.empty()) in checkObjCUnusedIvar()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp323 ASTMaker M(C); in create_std_move_forward() local
353 ASTMaker M(C); in create_call_once() local
539 ASTMaker M(C); in create_dispatch_once() local
557 M.makeAssignment( in create_dispatch_once()
610 ASTMaker M(C); in create_dispatch_sync() local
655 ASTMaker M(C); in create_OSAtomicCompareAndSwap() local
658 M.makeComparison( in create_OSAtomicCompareAndSwap()
659 M.makeLvalueToRvalue(M.makeDeclRefExpr(OldValue), OldValueTy), in create_OSAtomicCompareAndSwap()
672 M.makeLvalueToRvalue(M.makeDeclRefExpr(TheValue), TheValueTy), in create_OSAtomicCompareAndSwap()
674 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy), in create_OSAtomicCompareAndSwap()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h92 if (M) {
94 M = nullptr;
96 M = std::move(Other.M);
105 : M(std::move(M)), TSCtx(std::move(Ctx)) {} in ThreadSafeModule()
110 : M(std::move(M)), TSCtx(std::move(TSCtx)) {} in ThreadSafeModule()
114 if (M) { in ~ThreadSafeModule()
116 M = nullptr; in ~ThreadSafeModule()
123 if (M) {
136 return F(*M); in decltype()
144 return F(*M); in decltype()
[all …]

12345678910>>...108