📄 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 + -