Home
last modified time | relevance | path

Searched refs:DICBIT (Results 1 – 9 of 9) sorted by relevance

/dports/audio/ocp/ocp-0.2.90/playym/lzh/
H A Dlzh.h62 #define DICBIT 13 /* 12(-lh4-) or 13(-lh5-) */ macro
63 #define DICSIZ (1U << DICBIT)
72 #define NP (DICBIT + 1)
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/lzh/
H A Dlzh.h57 #define DICBIT 13 /* 12(-lh4-) or 13(-lh5-) */ macro
58 #define DICSIZ (1U << DICBIT)
67 #define NP (DICBIT + 1)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/made/
H A Dredreader.h47 const uint DICBIT = 13; variable
48 const uint DICSIZ = 1 << DICBIT;
55 const uint NP = DICBIT + 1;
/dports/games/scummvm/scummvm-2.5.1/engines/made/
H A Dredreader.h47 const uint DICBIT = 13; variable
48 const uint DICSIZ = 1 << DICBIT;
55 const uint NP = DICBIT + 1;
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dar.h131 #define DICBIT 13 /* 12(-lh4-) or 13(-lh5-) */ macro
132 #define DICSIZ ((unsigned) 1 << DICBIT)
H A Dhuf.c20 #define NP (DICBIT + 1)
H A Dencode.c86 #define HASH(p, c) ((p) + ((c) << (DICBIT - 9)) + DICSIZ * 2)
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vtx/
H A Dlh5dec.c14 #define DICBIT 13 /* 12(-lh4-) or 13(-lh5-) */ macro
15 #define DICSIZ (1L << DICBIT)
22 #define NP (DICBIT + 1)
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vtx/
H A Dlh5dec.cc16 #define DICBIT 13 /* 12(-lh4-) or 13(-lh5-) */ macro
17 #define DICSIZ (1UL << DICBIT)
24 #define NP (DICBIT + 1)