• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/

Lines Matching refs:allocate_integer_array

1060 	firstst = allocate_integer_array( current_mns );
1061 lastst = allocate_integer_array( current_mns );
1062 finalst = allocate_integer_array( current_mns );
1063 transchar = allocate_integer_array( current_mns );
1064 trans1 = allocate_integer_array( current_mns );
1065 trans2 = allocate_integer_array( current_mns );
1066 accptnum = allocate_integer_array( current_mns );
1067 assoc_rule = allocate_integer_array( current_mns );
1068 state_type = allocate_integer_array( current_mns );
1071 rule_type = allocate_integer_array( current_max_rules );
1072 rule_linenum = allocate_integer_array( current_max_rules );
1073 rule_useful = allocate_integer_array( current_max_rules );
1076 scset = allocate_integer_array( current_max_scs );
1077 scbol = allocate_integer_array( current_max_scs );
1078 scxclu = allocate_integer_array( current_max_scs );
1079 sceof = allocate_integer_array( current_max_scs );
1083 cclmap = allocate_integer_array( current_maxccls );
1084 ccllen = allocate_integer_array( current_maxccls );
1085 cclng = allocate_integer_array( current_maxccls );
1093 nxt = allocate_integer_array( current_max_xpairs );
1094 chk = allocate_integer_array( current_max_xpairs );
1097 tnxt = allocate_integer_array( current_max_template_xpairs );
1100 base = allocate_integer_array( current_max_dfas );
1101 def = allocate_integer_array( current_max_dfas );
1102 dfasiz = allocate_integer_array( current_max_dfas );
1103 accsiz = allocate_integer_array( current_max_dfas );
1104 dhash = allocate_integer_array( current_max_dfas );