HomeSort by relevance Sort by last modified time
    Searched refs:find_table_space (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 317 /* find_table_space - finds a space in the table for a state to be placed
321 * int find_table_space();
323 * block_start = find_table_space( state, numtrans );
328 * find_table_space() returns the position of the start of the first block (in
331 * In determining if a state will or will not fit, find_table_space() must take
336 int find_table_space( state, numtrans ) function
404 * firstfree for the next call of find_table_space().
797 int position = find_table_space( state, transnum );
803 * find_table_space() knows that this position in chk/nxt is taken
flexdef.h     [all...]

Completed in 69 milliseconds