Home
last modified time | relevance | path

Searched refs:MIDDLE_4_BITS_MASK (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h48 constexpr uint8_t MIDDLE_4_BITS_MASK = 0x3CU; member
H A Dconverter.cpp252 charArray3[1] = ((charArray4[1] & LOWER_4_BITS_MASK) << 4) + ((charArray4[2] & MIDDLE_4_BITS_MASK) >> 2); in Base64Decode()

Completed in 2 milliseconds