📄 phash.h
字号:
/* Perfect hash definitions */#ifndef STANDARD#include "standard.h"#endif /* STANDARD */#ifndef PHASH#define PHASHextern ub1 tab[];#define PHASHLEN 0x20 /* length of hash mapping table */#define PHASHNKEYS 58 /* How many keys were hashed */#define PHASHRANGE 64 /* Range any input might map to */#define PHASHSALT 0x9e3779b9 /* internal, initialize normal hash */ub4 phash();#endif /* PHASH */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -