Searched refs:cache (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/libwsbm/src/ |
D | wsbm_slabpool.c | 179 struct _WsbmSlabCache *cache; member 253 wsbmFreeTimeoutKBOsLocked(struct _WsbmSlabCache *cache, struct timeval *time) in wsbmFreeTimeoutKBOsLocked() argument 258 if (!wsbmTimeAfterEq(time, &cache->nextCheck)) in wsbmFreeTimeoutKBOsLocked() 261 WSBMLISTFOREACHSAFE(list, next, &cache->timeoutList) { in wsbmFreeTimeoutKBOsLocked() 272 cache->nextCheck = *time; in wsbmFreeTimeoutKBOsLocked() 273 wsbmTimeAdd(&cache->nextCheck, &cache->checkInterval); in wsbmFreeTimeoutKBOsLocked() 283 wsbmSetKernelBOFree(struct _WsbmSlabCache *cache, in wsbmSetKernelBOFree() argument 291 WSBM_MUTEX_LOCK(&cache->mutex); in wsbmSetKernelBOFree() 292 wsbmTimeAdd(&timeFreed, &cache->slabTimeout); in wsbmSetKernelBOFree() 296 WSBMLISTADD(&kbo->head, &cache->cached); in wsbmSetKernelBOFree() [all …]
|
D | wsbm_pool.h | 144 struct _WsbmSlabCache *cache); 147 extern void wsbmSlabCacheFinish(struct _WsbmSlabCache *cache);
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 27 It can also use an optional file (typically called `config.cache' 28 and enabled with `--cache-file=config.cache' or simply `-C') that saves 31 cache files. 36 be considered for the next release. If you are using the cache, and at 37 some point `config.cache' contains results you don't want to keep, you 259 `--cache-file=FILE' 260 Enable the cache: use and save the results of the tests in FILE, 261 traditionally `config.cache'. FILE defaults to `/dev/null' to 264 `--config-cache' 266 Alias for `--cache-file=config.cache'.
|
/hardware/intel/img/psb_video/ |
D | .gitignore | 21 autom4te.cache
|
/hardware/intel/common/libva/ |
D | .gitignore | 16 autom4te.cache
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 17 * Allowed seeking beyond end of cluster cache
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_dx.dox | 36 overall application in some cases, due to improved cache behavior.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | subpixel_mmx.asm | 190 ; recon block should be in cache this shouldn't cost much. Its obviously
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | sixtappredict8x4_v6.asm | 104 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 287 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to 289 # When the cache is full, less often used symbols will be written to disk. 291 # probably good enough. For larger projects a too small cache size can cause 294 # If the system has enough physical memory increasing the cache will improve the 297 # memory usage. The cache size is given by this formula: 299 # corresponding to a cache size of 2^16 = 65536 symbols
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | configure.sh | 87 ${toggle_ccache} turn on/off compiler cache
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 414 uint8_t *cache = cache_ptr; in update_reference_segmentation_map() local 415 for (col = 0; col < cm->mi_cols; col++, mi_8x8++, cache++) in update_reference_segmentation_map() 416 cache[0] = mi_8x8[0]->mbmi.segment_id; in update_reference_segmentation_map()
|