Home
last modified time | relevance | path

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

/third_party/lzma/C/
DCpuArch.c164 MyCPUID(0, &p->maxFunc, &p->vendor[0], &p->vendor[2], &p->vendor[1]); in x86cpuid_CheckAndRead()
266 if (p.maxFunc < 7) in CPU_IsSupported_SHA()
294 if (p.maxFunc < 7) in CPU_IsSupported_AVX2()
318 if (p.maxFunc < 7) in CPU_IsSupported_VAES_AVX2()
DCpuArch.h383 UInt32 maxFunc; member
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h209 FT_UInt maxFunc; /* ! maximum function index */ member
Dttinterp.c383 exec->maxFunc = size->max_func; in TT_Load_Context()
474 size->max_func = exec->maxFunc; in TT_Save_Context()
3757 if ( n > exc->maxFunc ) in Ins_FDEF()
3758 exc->maxFunc = (FT_UInt16)n; in Ins_FDEF()
3966 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_CALL()
3982 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_CALL()
4057 if ( BOUNDSL( F, exc->maxFunc + 1 ) ) in Ins_LOOPCALL()
4070 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F ) in Ins_LOOPCALL()