Home
last modified time | relevance | path

Searched refs:case1 (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp194 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget); in runOnMachineFunction() local
201 if (case1 || case2) { in runOnMachineFunction()
211 if (case2 && !case1) { in runOnMachineFunction()
/third_party/jerryscript/tests/jerry/
H A Dstring-prototype-replace.js83 function case1() function
96 assert ("x".replace("x", case1) === "y");
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid09.c69 static void case1(void) in case1() function
148 static void (*tests[])(void) = { case0, case1, case2, case3 };
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatinBuilder.java651 int case1 = (int)second & Collation.CASE_MASK; in encodeTwoCEs()
657 if(sec1 >= CollationFastLatin.MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs()
666 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
667 miniCE1 |= case1; in encodeTwoCEs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatinBuilder.java652 int case1 = (int)second & Collation.CASE_MASK; in encodeTwoCEs()
658 if(sec1 >= CollationFastLatin.MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs()
667 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
668 miniCE1 |= case1; in encodeTwoCEs()
/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp694 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs() local
700 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs()
709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()
710 miniCE1 |= case1; in encodeTwoCEs()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatinbuilder.cpp694 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs() local
700 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs()
709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()
710 miniCE1 |= case1; in encodeTwoCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatinbuilder.cpp694 uint32_t case1 = (uint32_t)second & Collation::CASE_MASK; in encodeTwoCEs() local
700 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 && in encodeTwoCEs()
709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()
710 miniCE1 |= case1; in encodeTwoCEs()
/third_party/typescript/tests/baselines/reference/
H A DindexSignatures1.js255 let case1 = foo({
459 let case1 = foo({
635 declare let case1: void;
/third_party/ltp/testcases/kernel/controllers/pids/
H A Dpids.sh87 case1() function
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Drun_cpuctl_test_fj.sh118 case1 () function
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp1613 Block case1("case1"); in TEST_F()
1644 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F()
1645 str += case1 >> phi; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp1613 Block case1("case1"); in TEST_F()
1644 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F()
1645 str += case1 >> phi; in TEST_F()
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp1580 Block case1("case1"); in TEST_F()
1611 str += entry >> std::vector<Block>({def, case0, case1, case2}); in TEST_F()
1612 str += case1 >> phi; in TEST_F()

Completed in 21 milliseconds