Home
last modified time | relevance | path

Searched refs:maxp (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/truetype/
Dttobjs.c594 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode() local
600 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()
601 size->max_instruction_defs = maxp->maxInstructionDefs; in tt_size_init_bytecode()
610 size->storage_size = maxp->maxStorage; in tt_size_init_bytecode()
633 n_twilight = maxp->maxTwilightPoints; in tt_size_init_bytecode()
Dttinterp.c564 TT_MaxProfile* maxp; in TT_Load_Context() local
569 maxp = &face->max_profile; in TT_Load_Context()
608 maxp->maxStackElements + 32 ); in TT_Load_Context()
618 maxp->maxSizeOfInstructions ); in TT_Load_Context()
/external/iproute2/ip/
Dxfrm_state.c517 char *maxp = NULL; in xfrm_state_allocspi() local
557 if (maxp) in xfrm_state_allocspi()
559 maxp = *argv; in xfrm_state_allocspi()
590 if (!maxp) { in xfrm_state_allocspi()
599 if (maxp) { in xfrm_state_allocspi()
/external/webkit/JavaScriptCore/pcre/
Dpcre_compile.cpp384 static const UChar* readRepeatCounts(const UChar* p, int* minp, int* maxp, ErrorCode* errorCodePtr) in readRepeatCounts() argument
424 *maxp = max; in readRepeatCounts()
/external/freetype/src/sfnt/
Dsfobjs.c610 LOAD_( maxp ); in sfnt_load_face()
/external/icu4c/i18n/
DdecNumber.c2807 Int maxp; /* largest working precision */ in uprv_decNumberSquareRoot() local
2894 maxp=workp+2; /* largest working precision */ in uprv_decNumberSquareRoot()
2905 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); in uprv_decNumberSquareRoot()
2977 for (; workset.digits<maxp;) { in uprv_decNumberSquareRoot()
2979 workset.digits=MINI(workset.digits*2-2, maxp); in uprv_decNumberSquareRoot()