/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 124 #define MORE() (p->next < p->end) macro 126 #define SEE(c) (MORE() && PEEK() == (c)) 127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 136 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 137 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 138 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 276 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 301 assert(!MORE() || SEE(stop)); in p_ere() 318 assert(MORE()); /* caller should have ensured this */ in p_ere_exp() 324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 252 #define MORE() (p->next < p->end) macro 254 #define SEE(c) (MORE() && PEEK() == (c)) 255 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 404 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 429 assert(!MORE() || SEE(stop)); in p_ere() 446 assert(MORE()); /* caller should have ensured this */ in p_ere_exp() 452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelect.cpp | 82 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local 94 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 138 reportGISelFailure(MF, TPC, MORE, "gisel-select", "cannot select", MI); in runOnMachineFunction() 202 reportGISelFailure(MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 210 MF, TPC, MORE, "gisel-select", in runOnMachineFunction() 221 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
|
D | Utils.cpp | 179 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument 191 MORE.emit(R); in reportGISelFailure() 195 MachineOptimizationRemarkEmitter &MORE, in reportGISelFailure() argument 202 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure() 204 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure()
|
D | Legalizer.cpp | 287 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in runOnMachineFunction() local 313 reportGISelFailure(MF, TPC, MORE, "gisel-legalize", in runOnMachineFunction() 324 reportGISelFailure(MF, TPC, MORE, R); in runOnMachineFunction()
|
D | Combiner.cpp | 115 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); in combineMachineInstrs() local
|
D | RegBankSelect.cpp | 96 MORE = std::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI); in init() 671 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction() 697 reportGISelFailure(MF, *TPC, *MORE, "gisel-regbankselect", in runOnMachineFunction()
|
/third_party/e2fsprogs/lib/ss/ |
D | pager.c | 41 static char MORE[] = "more"; variable 143 _ss_pager_name = MORE; in ss_page_stdin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPass.cpp | 80 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local 81 MORE.emit([&]() { in runOnFunction()
|
D | MachineOutliner.cpp | 961 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr); in emitNotOutliningCheaperRemark() local 962 MORE.emit([&]() { in emitNotOutliningCheaperRemark() 989 MachineOptimizationRemarkEmitter MORE(*OF.MF, nullptr); in emitOutlinedFunctionRemark() local 1009 MORE.emit(R); in emitOutlinedFunctionRemark() 1398 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); in emitInstrCountChangedRemark() local 1399 MORE.emit([&]() { in emitInstrCountChangedRemark()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 103 MachineOptimizationRemarkEmitter &MORE, 107 MachineOptimizationRemarkEmitter &MORE,
|
D | RegBankSelect.h | 504 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 126-garbage-after-directive.c | 4 #ifndef MORE garbage
|
/third_party/expat/ |
D | NOTICE | 5 … MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
/third_party/boost/boost/polygon/detail/ |
D | voronoi_predicates.hpp | 218 MORE = 1 enumerator 325 return (!right_site.is_inverse()) ? LESS : MORE; in fast_ps() 334 return MORE; in fast_ps() 351 return reverse_order ? UNDEFINED : MORE; in fast_ps() 360 if ((expr_cmp == ulp_cmp_type::MORE) ^ reverse_order) in fast_ps() 361 return reverse_order ? LESS : MORE; in fast_ps() 1518 ulp_cmp(c.y(), y1, ULPS) == ulp_cmp_type::MORE; in lies_outside_vertical_segment()
|
D | voronoi_ctypes.hpp | 43 MORE = 1 enumerator 67 return (ll_b - ll_a <= maxUlps) ? EQUAL : MORE; in operator ()()
|
/third_party/flutter/flutter/examples/stocks/lib/ |
D | stock_home.dart | 252 label: 'BUY MORE',
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-scc | 44 Dialogue: 0,0:01:22.33,0:01:24.59,Default,,0,0,0,,{\an7}{\pos(38,197)}MORE WITCHES !\N{\an7}{\pos(1…
|
/third_party/jsframework/ |
D | NOTICE | 12 SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-3.md | 465 #### MORE BUG FIXES 790 #### BUM SYMLINKS BURN NO MORE 1107 ##### MORE PERFORMANT 1205 #### MAKE OUTDATED MORE WIDELY LEGIBLE 2136 #### HELP MORE HELPFUL 2149 #### MORE COMPLETE CONFIG LISTINGS 2306 upgrade if you were using it. NO MORE! 3159 #### ENOENT? MORE LIKE ENOMOREBUGS 3232 #### NO MORE MD5 3751 #### UPDATED DEPS NOW MAKE MORE SENSE [all …]
|
D | CHANGELOG-2.md | 1331 #### NO MORE MD5 1688 #### MORE RELEASE STAGGERING?! 1709 #### JUST. ONE. MORE. 1804 #### DEPS! DEPS! MORE DEPS! OK STOP DEPS 1888 #### MORE DEPENDENCIES! 2227 #### I'M SAVING THE GOOD JOKES FOR MORE INTERESTING RELEASES 2516 #### MORE NUMBERS! MORE VALUE! 2541 #### OH AND ONE MORE THING 2702 #### WELL, I GUESS THERE ARE MORE DEPENDENCY UPGRADES 3000 #### DEPENDENCY UPDATES! STILL! MORE! AGAIN! [all …]
|
D | CHANGELOG-4.md | 255 #### NOT REALLY FEATURES, NOT REALLY BUGFIXES. MORE LIKE TWEAKS? 1453 #### NO MORE PARTIAL SHRINKWRAPS (**BREAKING**)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_buffer_storage.txt | 480 XXX TODO::: MORE EXAMPLES HERE
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_buffer_storage.txt | 491 XXX TODO::: MORE EXAMPLES HERE
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput6 | 2500 MORE THAN MILLION 2508 MORE THAN MILLION
|