Searched refs:partial_path (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec/include/ |
D | astar.h | 84 partial_path; typedef 85 #define PARP_TERMINAL ((partial_path*)-1) 90 partial_path* free_parp_list; 91 partial_path* partial_path_array; 97 partial_path** active_paths; /* partial paths, sorted by score */ 101 partial_path** complete_paths; 103 partial_path* root_path; /* root is the rightmost partial path 122 void free_partial_path(AstarStack* stack, partial_path* parp); 123 void print_path(partial_path* parp, psrec rec, char* msg);
|
/external/srec/srec/crec/ |
D | astar_pphash.h | 42 partial_path* items[FSH_HASHSIZE]; 48 int hash_del(FixedSizeHash* hash, partial_path* parp); 49 unsigned int hashfunc(partial_path* parp); 50 int compare_parp(partial_path* parp1, partial_path* parp2, srec* rec); 51 int hash_get(FixedSizeHash* hash, partial_path* parp, void** hval); 52 int hash_set(FixedSizeHash* hash, partial_path* parp);
|
D | astar.c | 243 void print_partial_paths(partial_path** parps, int num_parps, srec* rec, const char* msg); 244 void print_path(partial_path* path, srec* rec, char* msg); 245 void sort_partial_paths(partial_path** parps, int num_parps); 246 void insert_partial_path(partial_path** parps, int *pnum_parps, 247 partial_path* insert_parp); 248 partial_path* make_new_partial_path(AstarStack* stack); 253 void append_arc_arriving(partial_path* path, partial_path* prev_path) in append_arc_arriving() 255 partial_path** pprev; in append_arc_arriving() 263 partial_path* path_list[256], *k; in append_arc_arriving() 264 memset(path_list, 0, sizeof(partial_path*)*32); in append_arc_arriving() [all …]
|
D | astar_pphash.c | 46 int compare_parp(partial_path* parp1, partial_path* parp2, srec* rec) in compare_parp() 76 unsigned int hashfunc(partial_path* parp) in hashfunc() 94 int hash_get(FixedSizeHash* hash, partial_path* parp, void** hval) in hash_get() 97 partial_path* p_return; in hash_get() 116 int hash_set(FixedSizeHash* hash, partial_path* parp) in hash_set() 119 partial_path** p_insert; in hash_set() 151 int hash_del(FixedSizeHash* hash, partial_path* parp) in hash_del() 154 partial_path** p_insert; in hash_del()
|
D | srec_results.c | 185 partial_path* parp = stack->complete_paths[i]; in srec_nbest_fix_homonym_confidence_values() 235 partial_path* parp; in srec_nbest_get_resultWordIDs() 287 partial_path* parp; in srec_nbest_get_result() 365 partial_path* parp = stack->complete_paths[ibest]; in srec_nbest_get_choice_info() 462 partial_path* parp; in srec_nbest_sort()
|
D | srec_stats.c | 144 partial_path *parp; in srec_stats_update_astar()
|