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

  /external/webkit/Tools/android/flex-2.5.4a/
ccl.c 73 if ( ++lastccl >= current_maxccls )
75 current_maxccls += MAX_CCLS_INCREMENT;
79 cclmap = reallocate_integer_array( cclmap, current_maxccls );
80 ccllen = reallocate_integer_array( ccllen, current_maxccls );
81 cclng = reallocate_integer_array( cclng, current_maxccls );
main.c 95 int current_maxccls, current_max_ccl_tbl_size; variable
513 lastccl, current_maxccls,
1082 current_maxccls = INITIAL_MAX_CCLS;
1083 cclmap = allocate_integer_array( current_maxccls );
1084 ccllen = allocate_integer_array( current_maxccls );
1085 cclng = allocate_integer_array( current_maxccls );
flexdef.h 615 * current_maxccls - current limit on the maximum number of unique ccl's
626 extern int current_maxccls, current_max_ccl_tbl_size;
    [all...]

Completed in 17 milliseconds