Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_photo_operator.cpp24 const size_t SIZET_ONE = 1; variable
45 tmpArray[SIZET_ONE] = *data++; in EnCode()
48 strEncode += baseChars_[tmpArray[SIZET_ONE] >> SIZET_TWO]; in EnCode()
59 tmpArray[SIZET_ONE] = *data++; in EnCode()
60 strEncode += baseChars_[(tmpArray[SIZET_ONE] & 0xFC) >> SIZET_TWO]; in EnCode()
64 tmpArray[SIZET_ONE] = *data++; in EnCode()
66 strEncode += baseChars_[(tmpArray[SIZET_ONE] & 0xFC) >> SIZET_TWO]; in EnCode()
98 ((char_array_4[SIZET_ONE] & 0x30) >> SIZET_FOUR); in DeCode()
99 char_array_3[SIZET_ONE] = in DeCode()
118 ((char_array_4[SIZET_ONE] & 0x30) >> SIZET_FOUR); in DeCode()
[all …]