Searched refs:log_table_info (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/include/
H A Dlog_tabl.h37 log_table_info; typedef in typeref:struct:__anon31116
39 void create_lookup_log(log_table_info *logtab, int num_bits);
40 int log_lookup(log_table_info *logtab, int operand, int shift);
41 int inv_log_lookup(log_table_info *logtab, int operand);
42 void destroy_lookup_log(log_table_info *logtab);
H A Dfront.h205 log_table_info logtab;
/external/srec/srec/cfront/
H A Dlog_tabl.c45 void create_lookup_log(log_table_info *logtab, int num_bits)
84 int log_lookup(log_table_info *logtab, int operand, int shift)
108 void destroy_lookup_log(log_table_info *logtab)

Completed in 212 milliseconds