limitToCheckCount.cc
Go to the documentation of this file.
00001 #include "osl/misc/carray.h"
00002 
00003 namespace osl
00004 {
00005   namespace checkmate
00006   {
00007     CArray<size_t,32> LimitToCheckCountTable={{
00008       0,  // 0-127   
00009       0,         // 128-
00010       0,         // 256-
00011       0,         // 384-
00012       70,        // 512-    
00013       80,        // 640-    
00014       90,  // 768-   
00015       100, // 896-    
00016       150, // 1024-   
00017       200, 
00018 
00019       250, // 1280
00020       300, 
00021       300, 
00022       300, 
00023       300, 
00024       300, 
00025       300, // 1664-   
00026       1600,
00027       2400,
00028       3200,
00029 
00030       4800, // 2560
00031       6400, 
00032       9600,
00033       12800,  
00034       19200, 
00035       25600, 
00036       38400, 
00037       51200, 
00038       76800, 
00039       102400, 
00040 
00041       409600, 
00042       1920000,
00043     }};
00044   } // namespace checkmate
00045 } // namespace osl
00046 
00047 /* ------------------------------------------------------------------------- */
00048 // ;;; Local Variables:
00049 // ;;; mode:c++
00050 // ;;; c-basic-offset:2
00051 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines