HomeSort by relevance Sort by last modified time
    Searched full:b64_0 (Results 1 - 1 of 1) sorted by null

  /external/xmlrpcpp/src/
base64.h 129 int b64_0() const {return (_data[0] & _1111_1100) >> 2;} function in struct:base64::three2four
134 void b64_0(int _ch) {_data[0] = ((_ch & _0011_1111) << 2) | (_0000_0011 & _data[0]);} function in struct:base64::three2four
171 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To;
183 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To;
193 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To;
243 _3to4.b64_0(_Char);

Completed in 60 milliseconds