Lines Matching +full:directory +full:- +full:level
5 * This source code is licensed under both the BSD-style license (found in the
6 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
7 * in the COPYING file in the root directory of this source tree).
8 * You may select, at your option, one of the above-listed licenses.
11 #ifndef LEVEL
12 # error LEVEL(x) must be defined
23 * as well as some fast levels and the default level.
32 LEVEL(0)
33 LEVEL(1)
35 LEVEL(3)
36 LEVEL(4)
38 * dictionary strategies, and 16/32/64 row entries based on the level/searchLog.
42 ROW_LEVEL(5, 2) /* 16-entry rows */
43 LEVEL(5)
44 LEVEL(6)
46 ROW_LEVEL(7, 2) /* 16-entry rows */
47 LEVEL(7)
49 LEVEL(9)
52 ROW_LEVEL(11, 2) /* 32-entry rows */
54 ROW_LEVEL(12, 2) /* 64-entry rows */
55 LEVEL(13)
57 LEVEL(16)
59 LEVEL(19)