explicit indirect table sizes
git-svn-id: https://cld2.googlecode.com/svn/trunk@149 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -2135,8 +2135,9 @@ static const IndirectProbBucket4 kDistinctOctaChrome0122[kDistinctOctaChrome0122
|
||||
};
|
||||
// table_hash = 032c-fba2, unused_entries = 3745 (45.72%)
|
||||
|
||||
static const uint32 kDistinctOctaChrome0122SizeOne = 76; // Bucket count one-lang
|
||||
static const uint32 kDistinctOctaChrome0122Ind[76] = {
|
||||
static const uint32 kDistinctOctaChrome0122SizeOne = 76; // One-langprob count
|
||||
static const uint32 kDistinctOctaChrome0122IndSize = 76; // Largest subscript
|
||||
static const uint32 kDistinctOctaChrome0122Ind[kDistinctOctaChrome0122IndSize] = {
|
||||
// [0000]
|
||||
0x00000000, 0x00000000, 0x00000b03, 0x00001c03, // -- -- es.un.un_300 id.un.un_300
|
||||
0x00000d01, 0x00001606, 0x00000d06, 0x00000806, // cs.un.un_200 hr.un.un_400 cs.un.un_400 no.un.un_400
|
||||
@@ -2184,8 +2185,9 @@ static const IndirectProbBucket4 kDistinctOctaChrome0122_2[kDistinctOctaChrome01
|
||||
};
|
||||
// table_hash = ffff-ffff, unused_entries = 0 (0.00%)
|
||||
|
||||
static const uint32 kDistinctOctaChrome0122_2SizeOne = 2; // Bucket count one-lang
|
||||
static const uint32 kDistinctOctaChrome0122_2Ind[2] = {
|
||||
static const uint32 kDistinctOctaChrome0122_2SizeOne = 2; // One-langprob count
|
||||
static const uint32 kDistinctOctaChrome0122_2IndSize = 2; // Largest subscript
|
||||
static const uint32 kDistinctOctaChrome0122_2Ind[kDistinctOctaChrome0122_2IndSize] = {
|
||||
// [0000] --- double_langprob_start=0002 ---
|
||||
0x00000000, 0x00000000, // -- --
|
||||
//
|
||||
|
Reference in New Issue
Block a user