Searched refs:cache (Results 1 – 16 of 16) 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/img/psb_video/ |
D | .gitignore | 21 autom4te.cache
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mlFIFO.c | 134 int cache; member 640 fifo_obj.cache = 0; in inv_read_and_process_fifo() 758 fifo_obj.cache = 0; in inv_process_fifo_packet() 793 if ((fifo_obj.cache & FIFO_CACHE_TEMPERATURE) == 0) { in inv_get_temperature_raw() 796 fifo_obj.cache |= FIFO_CACHE_TEMPERATURE; in inv_get_temperature_raw() 891 if ((fifo_obj.cache & FIFO_CACHE_GYRO) == 0) { in inv_get_gyro_sensor() 892 fifo_obj.cache |= FIFO_CACHE_GYRO; in inv_get_gyro_sensor() 1709 if ((fifo_obj.cache & FIFO_CACHE_GRAVITY_BODY) == 0) { in inv_get_gravity() 1710 fifo_obj.cache |= FIFO_CACHE_GRAVITY_BODY; in inv_get_gravity() 1781 if ((fifo_obj.cache & FIFO_CACHE_ACC_BIAS) == 0) { in inv_get_linear_accel() [all …]
|
/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/img/libdrm/ |
D | configure | 981 -cache-file | --cache-file | --cache-fil | --cache-fi \ 982 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 984 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 985 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 988 --config-cache | -C) 989 cache_file=config.cache ;; 1455 --cache-file=FILE cache test results in FILE [disabled] 1456 -C, --config-cache alias for \`--cache-file=config.cache' 2125 …*_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newlin… 2126 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; [all …]
|
D | Makefile.in | 67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 648 -rm -rf $(top_srcdir)/autom4te.cache
|
D | configure.ac | 84 dnl Note: if you change the following variable, the cache is automatically
|
D | aclocal.m4 | 8289 # We try a few techniques and use that to set a single cache variable.
|
/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()
|