Searched refs:tally (Results 1 – 7 of 7) sorted by relevance
/external/bison/src/ |
D | tables.c | 89 static int *tally; variable 406 tally[s] = count; in save_row() 509 tally[symno] = count; in save_column() 589 if (tally[i] > 0) in sort_actions() 592 int t = tally[i]; in sort_actions() 599 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t)) in sort_actions() 629 t = tally[i]; in matching_state() 649 if (width[j] != w || tally[j] != t) in matching_state() 670 int t = tally[i]; in pack_vector() 816 tally = xcalloc (nvectors, sizeof *tally); in tables_generate() [all …]
|
/external/tesseract/wordrec/ |
D | Makefile.am | 15 plotseg.h render.h seam.h split.h tally.h tessinit.h tface.h \ 25 tally.cpp tessinit.cpp tface.cpp wordclass.cpp wordrec.cpp
|
D | Makefile.in | 68 split.$(OBJEXT) tally.$(OBJEXT) tessinit.$(OBJEXT) \ 212 plotseg.h render.h seam.h split.h tally.h tessinit.h tface.h \ 222 tally.cpp tessinit.cpp tface.cpp wordclass.cpp wordrec.cpp 320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tally.Po@am__quote@
|
/external/tesseract/ |
D | Android.mk | 317 wordrec/tally.cpp \
|
/external/bison/ |
D | ChangeLog | 3096 * src/tables.c (vector_number, tally, action_number, 3319 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order, 4145 * src/tables.c (vector_number, tally, action_number, 8032 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX) 8335 * src/output.c (prepare_actions): Free `tally' and `width'.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 28696 tally tal/
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 40543 loading requests and tally up a count matching the current DocLoader.
|