Home
last modified time | relevance | path

Searched refs:maxFunc (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DCpuArch.c121 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]); in x86cpuid_CheckAndRead()
DCpuArch.h192 UInt32 maxFunc; member
/external/freetype/src/truetype/
Dttinterp.h203 FT_UInt maxFunc; /* maximum function index */ member
Dttinterp.c411 exec->maxFunc = size->max_func; in TT_Load_Context()
500 size->max_func = exec->maxFunc; in TT_Save_Context()
3646 if ( n > exc->maxFunc ) in Ins_FDEF()
3647 exc->maxFunc = (FT_UInt16)n; in Ins_FDEF()
3855 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_CALL()
3868 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
3943 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_LOOPCALL()
3956 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()