Searched refs:cache_index (Results 1 - 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
H A Dxrecord.c98 static int lookup_attr_cache(Window win, int *cache_index, int *next_index);
466 static int lookup_attr_cache(Window win, int *cache_index, int *next_index) { argument
471 *cache_index = -1;
508 if (*cache_index == -1) {
509 *cache_index = i;
523 if (*cache_index != -1) {
543 int cache_index, next_index, valid; local
665 if (lookup_attr_cache(src, &cache_index, &next_index)) {
666 i = cache_index;
721 if (lookup_attr_cache(dst, &cache_index,
870 int cache_index, next_index, valid; local
[all...]
/external/freetype/src/cache/
H A Dftccache.c281 if ( node->cache_index >= manager->num_caches )
288 cache = manager->caches[node->cache_index];
421 node->cache_index = (FT_UInt16)cache->index;
H A Dftccache.h63 FT_UShort cache_index; /* index of cache the node belongs to */ member in struct:FTC_NodeRec_
/external/v8/src/
H A Dserialize.cc849 int cache_index = source_->GetInt(); \
850 new_object = isolate->serialize_partial_snapshot_cache()[cache_index]; \
1445 int cache_index = PartialSnapshotCacheIndex(heap_object); local
1448 sink_->PutInt(cache_index, "partial_snapshot_cache_index");

Completed in 172 milliseconds