Searched refs:shifted (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h34 int32& sextet, bool& shifted) const;
H A DResponse.cpp60 bool shifted = false; local
70 if (!shifted && c == '&')
73 _Unshift(buffer, bitsToWrite, sextet, shifted);
76 // Enter shifted mode, encode in base64
77 if (!shifted) {
79 shifted = true;
92 _Unshift(buffer, bitsToWrite, sextet, shifted);
174 //! Exit base64, or "shifted" mode.
177 bool& shifted) const
179 if (!shifted)
[all...]
/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp263 uint32 shifted = val >> 24; local
264 uint32 result = (val >> 15) + (shifted * 3);
266 result ^= (val >> 6) - (shifted * 22);

Completed in 42 milliseconds