Home | History | Annotate | Download | only in src

Lines Matching refs:cmsUInt32Number

76 void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size)
82 void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size)
90 void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size)
92 cmsUInt32Number total = num * size;
100 void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
112 void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size)
170 _cmsSubAllocator_chunk* _cmsCreateSubAllocChunk(cmsContext ContextID, cmsUInt32Number Initial)
200 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial)
238 void* _cmsSubAlloc(_cmsSubAllocator* sub, cmsUInt32Number size)
240 cmsUInt32Number Free = sub -> h ->BlockSize - sub -> h -> Used;
249 cmsUInt32Number newSize;
270 void* _cmsSubAllocDup(_cmsSubAllocator* s, const void *ptr, cmsUInt32Number size)
308 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text);
333 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text)
365 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...)
386 cmsUInt32Number be;
389 be = _cmsAdjustEndianess32((cmsUInt32Number) sig);