Home
last modified time | relevance | path

Searched refs:hash_add (Results 1 – 3 of 3) sorted by relevance

/external/tesseract/wordrec/
Dclosed.h60 int hash_add(HASH_TABLE state_table, STATE *state);
Dclosed.cpp52 int hash_add(HASH_TABLE state_table, STATE *state) { in hash_add() function
Dbestfirst.cpp125 hash_add (the_search->closed_states, the_search->this_state); in best_first_search()