Searched refs:reallocate_integer_array (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | nfa.c | 605 firstst = reallocate_integer_array( firstst, current_mns ); 606 lastst = reallocate_integer_array( lastst, current_mns ); 607 finalst = reallocate_integer_array( finalst, current_mns ); 608 transchar = reallocate_integer_array( transchar, current_mns ); 609 trans1 = reallocate_integer_array( trans1, current_mns ); 610 trans2 = reallocate_integer_array( trans2, current_mns ); 611 accptnum = reallocate_integer_array( accptnum, current_mns ); 613 reallocate_integer_array( assoc_rule, current_mns ); 615 reallocate_integer_array( state_type, current_mns ); 696 rule_type = reallocate_integer_array( rule_type, in new_rule() [all …]
|
D | ccl.c | 79 cclmap = reallocate_integer_array( cclmap, current_maxccls ); in cclinit() 80 ccllen = reallocate_integer_array( ccllen, current_maxccls ); in cclinit() 81 cclng = reallocate_integer_array( cclng, current_maxccls ); in cclinit()
|
D | sym.c | 212 scset = reallocate_integer_array( scset, current_max_scs ); in scextend() 213 scbol = reallocate_integer_array( scbol, current_max_scs ); in scextend() 214 scxclu = reallocate_integer_array( scxclu, current_max_scs ); in scextend() 215 sceof = reallocate_integer_array( sceof, current_max_scs ); in scextend()
|
D | dfa.c | 274 t = reallocate_integer_array( t, current_max_dfa_size ); \ 275 stk = reallocate_integer_array( stk, current_max_dfa_size ); \ 375 base = reallocate_integer_array( base, current_max_dfas ); in increase_max_dfas() 376 def = reallocate_integer_array( def, current_max_dfas ); in increase_max_dfas() 377 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas ); in increase_max_dfas() 378 accsiz = reallocate_integer_array( accsiz, current_max_dfas ); in increase_max_dfas() 379 dhash = reallocate_integer_array( dhash, current_max_dfas ); in increase_max_dfas() 385 reallocate_integer_array( nultrans, current_max_dfas ); in increase_max_dfas()
|
D | tblcmp.c | 309 nxt = reallocate_integer_array( nxt, current_max_xpairs ); in expand_nxt_chk() 310 chk = reallocate_integer_array( chk, current_max_xpairs ); in expand_nxt_chk() 735 tnxt = reallocate_integer_array( tnxt,
|
D | flexdef.h | 665 #define reallocate_integer_array(array,size) \ macro
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Borland-2.4 | 257 #define reallocate_integer_array(array,size) \
|