Home
last modified time | relevance | path

Searched refs:ch2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dbase64_helper.cpp92 uint8_t ch2 = base64Decoder[static_cast<uint8_t>(input.at(index++))]; in Decode() local
93 if (ch1 == BASE64_INVALID || ch2 == BASE64_INVALID) { in Decode()
96 result.emplace_back((ch1 << BASE64_SHIFT_HIBYTE) | (ch2 >> BASE64_SHIFT)); in Decode()
104 result.emplace_back((ch2 << BASE64_SHIFT) | (ch3 >> BASE64_SHIFT_HIBYTE)); in Decode()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestFFmpegUtils.cpp257 char ch2 = 'o'; variable
259 ReplaceDelimiter(limit, ch2, str2);
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md846 pwmCh = 3; --- 对应channel数(0:ch1、1:ch2、2:ch3、3:ch4)
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md844 pwmCh = 3; --- Number of channels. (0: ch1, 1: ch2, 2: ch3, 3: ch4)