Home
last modified time | relevance | path

Searched refs:AllocatedEntries (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsnamed.c54 mlu ->AllocatedEntries = nItems; in cmsMLUalloc()
95 int AllocatedEntries; in GrowMLUtable() local
101 AllocatedEntries = mlu ->AllocatedEntries * 2; in GrowMLUtable()
104 if (AllocatedEntries / 2 != mlu ->AllocatedEntries) return FALSE; in GrowMLUtable()
107 …NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsML… in GrowMLUtable()
111 mlu ->AllocatedEntries = AllocatedEntries; in GrowMLUtable()
150 if (mlu ->UsedEntries >= mlu ->AllocatedEntries) { in AddMLUBlock()
246 if (NewMlu ->AllocatedEntries < mlu ->UsedEntries) in cmsMLUdup()
307 if (mlu -> AllocatedEntries <= 0) return NULL; in _cmsMLUgetWide()
Dlcms2_internal.h660 int AllocatedEntries; member