Searched refs:find_table_space (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dtblcmp.c317 /* 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
H A Dflexdef.h1029 extern int find_table_space PROTO((int*, int));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dtblcmp.c317 /* 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
H A Dflexdef.h1029 extern int find_table_space PROTO((int*, int));

Completed in 124 milliseconds