?? mqtermtypespec.cpp
字號:
idx; // index in the saved state array
int clen; // current calculated length
bool cdFF; // the current delayed FF state
int nb; // the next byte of output
int minlen; // minimum possible length
int maxlen; // maximum possible length
// Start on the first pass of this segment
ridx = pidx-m_nsavedNums;
// Minimum allowable length is length of previous termination
minlen = (ridx-1>=0) ? pRateBuf[ridx-1] : 0;
// Maximum possible length is the terminated length
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -