HomeSort by relevance Sort by last modified time
    Searched refs:AllocatedEntries (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 54 mlu ->AllocatedEntries = nItems;
95 int AllocatedEntries;
101 AllocatedEntries = mlu ->AllocatedEntries * 2;
104 if (AllocatedEntries / 2 != mlu ->AllocatedEntries) return FALSE;
107 NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry));
111 mlu ->AllocatedEntries = AllocatedEntries;
150 if (mlu ->UsedEntries >= mlu ->AllocatedEntries) {
    [all...]
lcms2_internal.h 660 int AllocatedEntries;
    [all...]

Completed in 139 milliseconds