Searched refs:Used (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c140 cmsUInt32Number Used; member in struct:_SubAllocator
213 cmsUInt32Number Used; member in struct:__anon1008
272 {"INSTRUMENTATION", WRITE_STRINGIFY}, // Used to report the specific instrumentation used (manufacturer and
281 {"PRINT_CONDITIONS", WRITE_STRINGIFY}, // Used to define the characteristics of the printed sheet being reported.
369 // (Used for data files for ANSI IT8.7/1 and IT8.7/2 targets)
1103 cmsUInt32Number Free = it8 ->Allocator.BlockSize - it8 ->Allocator.Used;
1119 it8 ->Allocator.Used = 0;
1123 ptr = it8 ->Allocator.Block + it8 ->Allocator.Used;
1124 it8 ->Allocator.Used += size;
1322 it8->Allocator.Used
[all...]
H A Dcmserr.c363 chunk ->Used = 0;
411 cmsUInt32Number Free = sub -> h ->BlockSize - sub -> h -> Used;
434 ptr = sub -> h ->Block + sub -> h ->Used;
435 sub -> h -> Used += size;
H A Dlcms2_internal.h410 cmsUInt32Number Used; member in struct:_cmsSubAllocator_chunk_st

Completed in 54 milliseconds