Searched defs:CACHE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c32 #define CACHE 8 /* default # cached re's */ macro
113 if (!(matchstate.cache = newof(0, Cache_t*, CACHE, 0)))
115 matchstate.size = CACHE;
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c51 #define CACHE() do{CACHEINX();CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0) macro
159 #define CACHE() do{CACHEIN();CACHEOUT();}while(0) macro
212 CACHE();
398 CACHE();
444 CACHE();
1661 CACHE();
1736 CACHE();
1762 CACHE();
1773 CACHE();
H A Dppproto.c479 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0) macro
584 CACHE();
1866 CACHE();
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h248 #define CACHE(h) (&(h)->cache) macro
249 #define CACHE_ROOT(h) (CACHE(h)->root)
250 #define CACHE_HASH(h, i) (CACHE(h)->hash[i])
251 #define CACHE_LAST(h) (CACHE(h)->last_minor)
252 #define CACHE_EMPTY(h) (CACHE(h)->root == NULL && CACHE(h)->dngl == NULL)
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h338 #define CACHE(vd) ((vd)->cache) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift)) macro
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
695 char* cache = CACHE(depth);
706 cache = CACHE(num_cached);
769 cache = CACHE (depth);

Completed in 76 milliseconds