Home
last modified time | relevance | path

Searched refs:ch1 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/chapters_test/
H A Dchapters_neg_test.py46 test_chapter = 'ch1'
48 ch1 = chapters.chapters.get(test_chapter)
49 if ch1:
50 len_includes = len(ch1.includes)
51 len_excludes = len(ch1.excludes)
55 self.assertIsNotNone(ch1, f"Chapter '{test_chapter}' is absent in '{test_file}'")
/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.cpp113 auto ch1 = static_cast<uint8_t>(MUTF8_3B_SECOND | (static_cast<uint8_t>(d0 >> CONST_6) & MASK_6BIT)); in ConvertUtf16ToMUtf8() local
115 return {CONST_3, {ch0, ch1, ch2}}; in ConvertUtf16ToMUtf8()
126 auto ch1 = static_cast<uint8_t>(MUTF8_2B_SECOND | (d0 & MASK_6BIT)); in ConvertUtf16ToMUtf8() local
127 return {CONST_2, {ch0, ch1}}; in ConvertUtf16ToMUtf8()
131 auto ch1 = static_cast<uint8_t>(MUTF8_3B_SECOND | (static_cast<uint8_t>(d0 >> CONST_6) & MASK_6BIT)); in ConvertUtf16ToMUtf8() local
133 return {CONST_3, {ch0, ch1, ch2}}; in ConvertUtf16ToMUtf8()
139 auto ch1 = static_cast<uint8_t>(((codePoint >> (DATA_WIDTH * CONST_2)) & MASK_6BIT) | MASK1); in ConvertUtf16ToMUtf8() local
143 return {CONST_4, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToMUtf8()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp421 auto ch1 = static_cast<uint8_t>(UTF8_3B_SECOND | (static_cast<uint8_t>(d0 >> UtfOffset::SIX) & MASK_6BIT)); in ConvertUtf16ToUtf8() local
423 return {UtfLength::THREE, {ch0, ch1, ch2}}; in ConvertUtf16ToUtf8()
439 auto ch1 = static_cast<uint8_t>(UTF8_2B_SECOND | (d0 & MASK_6BIT)); in ConvertUtf16ToUtf8() local
440 return {UtfLength::TWO, {ch0, ch1}}; in ConvertUtf16ToUtf8()
444 auto ch1 = static_cast<uint8_t>(UTF8_3B_SECOND | (static_cast<uint8_t>(d0 >> UtfOffset::SIX) & MASK_6BIT)); in ConvertUtf16ToUtf8() local
446 return {UtfLength::THREE, {ch0, ch1, ch2}}; in ConvertUtf16ToUtf8()
456 auto ch1 = static_cast<uint8_t>(((codePoint >> UtfOffset::TWELVE) & MASK_6BIT) | MASK1); in ConvertUtf16ToUtf8() local
460 return {UtfLength::FOUR, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp179 auto ch1 = static_cast<uint8_t>(UTF8_3B_SECOND | (static_cast<uint8_t>(d0 >> UtfOffset::SIX) & utf::MASK_6BIT)); in ConvertUtf16ToUtf8() local
181 return {UtfLength::THREE, {ch0, ch1, ch2}}; in ConvertUtf16ToUtf8()
200 auto ch1 = static_cast<uint8_t>(UTF8_2B_SECOND | (d0 & utf::MASK_6BIT)); in ConvertUtf16ToUtf8() local
201 return {UtfLength::TWO, {ch0, ch1}}; in ConvertUtf16ToUtf8()
205 auto ch1 = static_cast<uint8_t>(UTF8_3B_SECOND | (static_cast<uint8_t>(d0 >> UtfOffset::SIX) & utf::MASK_6BIT)); in ConvertUtf16ToUtf8() local
207 return {UtfLength::THREE, {ch0, ch1, ch2}}; in ConvertUtf16ToUtf8()
218 auto ch1 = static_cast<uint8_t>(((codePoint >> UtfOffset::TWELVE) & utf::MASK_6BIT) | utf::MASK1); in ConvertUtf16ToUtf8() local
221 return {UtfLength::FOUR, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp1251 Operand *ch1 = &insn.GetOperand(6); in EmitStringIndexOf() local
1254 ch1->Accept(visitor); in EmitStringIndexOf()
1270 ch1->Accept(visitor); in EmitStringIndexOf()
1299 ch1->Accept(visitor); in EmitStringIndexOf()
1319 ch1->Accept(visitor); in EmitStringIndexOf()

Completed in 6 milliseconds