OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 53 milliseconds