Searched refs:kEntryDist (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dunicode.cc54 static const int kEntryDist = 1; local
60 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
65 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) {
77 int32_t field = TableGet<kEntryDist>(table, low);
109 static const int kEntryDist = 2; local
116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
121 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) {
133 int32_t field = TableGet<kEntryDist>(table, low);

Completed in 45 milliseconds