Searched defs:tab_len (Results 1 – 2 of 2) sorted by relevance
550 int binary_search(unsigned long key, table_t *table, int tab_len) { in binary_search()
105 static const int tab_len = (sizeof (table))/sizeof (table[0]); variable