Home
last modified time | relevance | path

Searched defs:_CacheInfo (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dcache-private.h132 typedef struct _CacheInfo struct
135 storage_class;
138 colorspace;
141 alpha_trait;
144 channels;
147 columns,
148 rows;
151 metacontent_extent,
152 number_channels;
155 channel_map[MaxPixelChannels];
[all …]
/external/python/cpython3/Lib/
Dfunctools.py429 _CacheInfo = namedtuple("CacheInfo", ["hits", "misses", "maxsize", "currsize"]) variable
524 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument