Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dfacade.h88 return ShiftDcId(dcId, kBaseUploadDcShift + index); in uploadDcId()
H A Dcore_types.h48 constexpr auto kBaseUploadDcShift = 0x20; variable
H A Dmtp_instance.cpp1629 const auto index = GetDcIdShift(shiftedDcId) - kBaseUploadDcShift; in getThreadForDc()