Searched defs:cache (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dpcivpd.h121 /** PCI VPD cache */
135 /** Read cache */
136 struct pci_vpd_cache cache; member in struct:pci_vpd
151 * Check if PCI VPD read cache is valid
154 * @ret is_valid Read cache is valid
158 return ( vpd->cache.address >= 0 );
162 * Invalidate PCI VPD read cache
168 vpd->cache.address = -1;
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h34 /** Storage medium cache used to
52 /** Holds whether the cache is set. */
160 /** Returns the medium cache key. */
162 /** Defines the medium cache @a strKey. */
246 /** Returns the medium cache for "don't show diffs" mode. */
247 const NoDiffsCache& cache() const { return m_noDiffs; } function in class:UIMedium
315 /** Holds the medium cache key. */
345 /** Holds the medium cache for "don't show diffs" mode. */
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h350 void *cache; member in struct:_xmlXPathContext
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/phantom/
H A Dphantom.c449 } cache; local
454 sub_offset = ( offset & ( sizeof ( cache ) - 1 ) );
455 offset = ( offset & ~( sizeof ( cache ) - 1 ) );
459 cache.dwords )) !=0 )
464 return cache.bytes[sub_offset];
/vbox/src/VBox/Main/include/
H A DPerformance.h792 GuestRamUsage(CollectorGuest *cguest, ComPtr<IUnknown> object, SubMetric *total, SubMetric *free, SubMetric *balloon, SubMetric *shared, SubMetric *cache, SubMetric *pagedtotal) argument
793 : BaseGuestMetric(cguest, "Guest/RAM/Usage", object), mTotal(total), mFree(free), mBallooned(balloon), mCache(cache), mPagedTotal(pagedtotal), mShared(shared) {};
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c237 Byte cache; member in struct:_CRangeEnc
523 p->cache = 0;
547 Byte temp = p->cache;
558 p->cache = (Byte)((UInt32)p->low >> 24);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp84 /** Icon-pool names cache. */
86 /** Icon-pool icons cache. */
815 cache();
868 void AttachmentItem::cache() function in class:AttachmentItem
2100 /* Load data to cache from corresponding external object(s),
2107 /* Clear cache initially: */
2180 /* Load data to corresponding widgets from cache,
2193 /* Get storage controller cache: */
2195 /* Get storage controller data from cache: */
2209 /* Get storage attachment cache
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c569 void *cache; member in struct:_xmlXPathStepOp
763 comp->steps[comp->nbStep].cache = NULL;
812 * XPath object cache structures *
818 #define XP_HAS_CACHE(c) ((c != NULL) && ((c)->cache != NULL))
1356 if (ctxt->cache != NULL) {
1357 xmlXPathContextCachePtr cache = local
1358 (xmlXPathContextCachePtr) ctxt->cache;
1360 cache->dbgCachedAll = 0;
1361 cache->dbgCachedNodeset = 0;
1362 cache
1432 xmlXPathContextCachePtr cache = local
1586 xmlXPathContextCachePtr cache = local
1690 xmlXPathContextCachePtr cache = local
1839 xmlXPathFreeCache(xmlXPathContextCachePtr cache) argument
1887 xmlXPathContextCachePtr cache; local
1925 xmlXPathContextCachePtr cache = local
1962 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2014 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2078 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2127 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2181 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
2229 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local
5441 xmlXPathContextCachePtr cache = local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 152 milliseconds