Go to the documentation of this file.
19 #define HASH_FUNC(zz) (((((zz) + 1) * 1845UL) >> 11) & 63)
20 #define HASH_L(zz) ((zz) >> 8)
21 #define HASH_I(zz) ((zz) & 0xFF)
23 static const u16 rop_map1[] = {
90 static const s16 rop_map2[] = {
157 static const u16 rop_action[] = {
208 static const u16 rop_info[] = {