Lines Matching refs:search
32 * Binary search for value in table, which must have exactly 64 entries.35 int32_t NGramParser::search(const int32_t *table, int32_t value)78 if (search(ngramList, thisNgram) >= 0) {