Searched refs:kEntryDist (Results 1 – 1 of 1) sorted by relevance
56 static const int kEntryDist = 1; in LookupPredicate() local62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()79 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate()111 static const int kEntryDist = 2; in LookupMapping() local118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()123 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()135 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping()