All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
limitToCheckCount.cc
Go to the documentation of this file.
1 #include "osl/misc/carray.h"
2 
3 namespace osl
4 {
5  namespace checkmate
6  {
7  CArray<size_t,32> LimitToCheckCountTable={{
8  0, // 0-127
9  0, // 128-
10  0, // 256-
11  0, // 384-
12  70, // 512-
13  80, // 640-
14  90, // 768-
15  100, // 896-
16  150, // 1024-
17  200,
18 
19  250, // 1280
20  300,
21  300,
22  300,
23  300,
24  300,
25  300, // 1664-
26  1600,
27  2400,
28  3200,
29 
30  4800, // 2560
31  6400,
32  9600,
33  12800,
34  19200,
35  25600,
36  38400,
37  51200,
38  76800,
39  102400,
40 
41  409600,
42  1920000,
43  }};
44  } // namespace checkmate
45 } // namespace osl
46 
47 /* ------------------------------------------------------------------------- */
48 // ;;; Local Variables:
49 // ;;; mode:c++
50 // ;;; c-basic-offset:2
51 // ;;; End: