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

  /external/srec/srec/include/
log_tabl.h 37 log_table_info; typedef in typeref:struct:__anon28296
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);
front.h 205 log_table_info logtab;
  /external/srec/srec/cfront/
log_tabl.c 45 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 59 milliseconds