Searched refs:numFDefs (Results 1 – 2 of 2) sorted by relevance
202 FT_UInt numFDefs; /* number of function defs */ member
585 exec->numFDefs = size->num_function_defs; in TT_Load_Context()683 size->num_function_defs = exec->numFDefs; in TT_Save_Context()4690 limit = rec + CUR.numFDefs; in Ins_FDEF()4702 if ( CUR.numFDefs >= CUR.maxFDefs ) in Ins_FDEF()4707 CUR.numFDefs++; in Ins_FDEF()4949 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_CALL()4956 limit = def + CUR.numFDefs; in Ins_CALL()5037 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_LOOPCALL()5044 limit = def + CUR.numFDefs; in Ins_LOOPCALL()
Completed in 19 milliseconds