/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument 149 auto AVI = AffectedValues.find(OV); in transferAffectedValuesInCache() 156 AffectedValues.erase(OV); in transferAffectedValuesInCache()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 77 void transferAffectedValuesInCache(Value *OV, Value *NV);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | optional_test.cc | 1042 using OV = absl::optional<volatile int>; in TEST() typedef 1043 OV lvalue_v(absl::in_place, 42); in TEST() 1045 EXPECT_EQ(42, OV(42).value()); in TEST() 1047 EXPECT_TRUE((std::is_same<volatile int&&, decltype(OV(42).value())>::value)); in TEST() 1091 using OV = absl::optional<volatile int>; in TEST() typedef 1092 OV lvalue_v(absl::in_place, 42); in TEST() 1094 EXPECT_EQ(42, *OV(42)); in TEST() 1096 EXPECT_TRUE((std::is_same<volatile int&&, decltype(*OV(42))>::value)); in TEST()
|
/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 1042 using OV = absl::optional<volatile int>; in TEST() typedef 1043 OV lvalue_v(absl::in_place, 42); in TEST() 1045 EXPECT_EQ(42, OV(42).value()); in TEST() 1047 EXPECT_TRUE((std::is_same<volatile int&&, decltype(OV(42).value())>::value)); in TEST() 1091 using OV = absl::optional<volatile int>; in TEST() typedef 1092 OV lvalue_v(absl::in_place, 42); in TEST() 1094 EXPECT_EQ(42, *OV(42)); in TEST() 1096 EXPECT_TRUE((std::is_same<volatile int&&, decltype(*OV(42))>::value)); in TEST()
|
/third_party/e2fsprogs/lib/et/test_cases/ |
D | heimdal2.et | 58 # password quality basically stolen from OV libkadm5
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | hy_hy_Latn_BGN.txt | 125 ՈՎ → OV ;
|
D | Latin_ASCII.txt | 357 ㍵ → oV ; # 3375;SQUARE OV (compat)
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | hy_hy_Latn_BGN.txt | 126 ՈՎ → OV ;
|
D | Latin_ASCII.txt | 459 ㍵ → oV ; # 3375;SQUARE OV (compat)
|
/third_party/icu/icu4c/source/data/translit/ |
D | hy_hy_Latn_BGN.txt | 126 ՈՎ → OV ;
|
D | Latin_ASCII.txt | 459 ㍵ → oV ; # 3375;SQUARE OV (compat)
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_035.hpp | 600 #define OV macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 1070 OptionValue<DT> OV = V; 1071 P.printOptionDiff(O, OV, Default, GlobalWidth);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 1211 OptionValue<DT> OV = V; 1212 P.printOptionDiff(O, OV, Default, GlobalWidth);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 2857 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent() local 2858 TaintedLanes &= ~OV.WriteLanes; in taintExtent() 2859 if (!OV.RedefVNI) in taintExtent()
|
D | CodeGenPrepare.cpp | 1228 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic() local 1230 Cmp->replaceAllUsesWith(OV); in replaceMathCmpWithIntrinsic()
|
/third_party/python/Doc/whatsnew/ |
D | 3.1.rst | 272 ['LL', 'LO', 'LV', 'LE', 'OO', 'OV', 'OE', 'VV', 'VE', 'EE']
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip2.1.preformatted | 284 RREECCOOVVEERRIINNGG DDAATTAA FFRROOMM DDAAMMAAGGEEDD FFIILLEESS
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip2.1.preformatted | 284 RREECCOOVVEERRIINNGG DDAATTAA FFRROOMM DDAAMMAAGGEEDD FFIILLEESS
|
/third_party/bzip2/ |
D | bzip2.1.preformatted | 284 RREECCOOVVEERRIINNGG DDAATTAA FFRROOMM DDAAMMAAGGEEDD FFIILLEESS
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4816 for (auto OV : I->operand_values()) { in collectLoopUniforms() local 4818 if (isOutOfScope(OV)) in collectLoopUniforms() 4822 auto *OP = dyn_cast<PHINode>(OV); in collectLoopUniforms() 4827 auto *OI = cast<Instruction>(OV); in collectLoopUniforms()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1073 for (auto *OV : makeArrayRef(Vals, Count)) { in LLVMMDNodeInContext() local 1074 Value *V = unwrap(OV); in LLVMMDNodeInContext()
|
/third_party/typescript/tests/baselines/reference/ |
D | fixSignatureCaching.types | 5 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 6 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 7 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 12 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 14 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 24 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 28 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 137 …OTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10", "OvermaxTablet": "OV-(SteelCore|NewBase|B… 395 …"OvermaxTablet": "OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|Ba… 397 >"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|M…
|
D | fixSignatureCaching.errors.txt | 166 …"OvermaxTablet": "OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|Ba…
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …?6�E=�F>�@7�<5�@9�KD�NG�E>�;1�=1�=1�</�;,�9+�:+�<-�?0�9-�<2�@:�C?�BD�DH�JO�OV�@F�>E�BL�IU�JY�FX�CY…
|