Home
last modified time | relevance | path

Searched refs:get_cache (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/core/
DSkResourceCache.cpp557 static SkResourceCache* get_cache() { in get_cache() function
572 return get_cache()->getTotalBytesUsed(); in GetTotalBytesUsed()
577 return get_cache()->getTotalByteLimit(); in GetTotalByteLimit()
582 return get_cache()->setTotalByteLimit(newLimit); in SetTotalByteLimit()
587 return get_cache()->discardableFactory(); in GetDiscardableFactory()
592 return get_cache()->allocator(); in GetAllocator()
597 return get_cache()->newCachedData(bytes); in NewCachedData()
602 get_cache()->dump(); in Dump()
607 return get_cache()->setSingleAllocationByteLimit(size); in SetSingleAllocationByteLimit()
612 return get_cache()->getSingleAllocationByteLimit(); in GetSingleAllocationByteLimit()
[all …]
/external/valgrind/coregrind/
Dm_cache.c593 get_cache(UInt level, VexCacheKind kind) in get_cache() function
645 ci->caches[i++] = get_cache(level, INSN_CACHE); in get_cache_info()
646 ci->caches[i++] = get_cache(level, DATA_CACHE); in get_cache_info()
650 ci->caches[i++] = get_cache(level, INSN_CACHE); in get_cache_info()
654 ci->caches[i++] = get_cache(level, DATA_CACHE); in get_cache_info()
658 ci->caches[i++] = get_cache(level, UNIFIED_CACHE); in get_cache_info()
/external/syslinux/core/fs/iso9660/
Dsusp_rr.c73 #define get_cache dummy_get_cache macro
205 data = get_cache(iter->fs->fs_dev, iter->next_lba + i); in susp_rr_switch_to_ca()
215 data = get_cache(iter->fs->fs_dev, iter->next_lba); in susp_rr_switch_to_ca()
460 dir_rec = (char *) get_cache(fs->fs_dev, lba); in susp_rr_check_signatures()
Diso9660.c116 data = get_cache(fs->fs_dev, dir_block++); in iso_find_entry()
223 data = get_cache(fs->fs_dev, PVT(inode)->lba + i); in iso_readdir()
/external/syslinux/core/fs/
Dcache.c116 const void *get_cache(struct device *dev, block_t block) in get_cache() function
147 cd = get_cache(fs->fs_dev, block); in cache_read()
/external/syslinux/core/include/
Dcache.h19 const void *get_cache(struct device *, block_t);
/external/syslinux/core/fs/ext2/
Dbmap.c39 eh = get_cache(fs->fs_dev, blk); in ext4_find_leaf()
131 blk = get_cache(fs->fs_dev, start); in bmap_indirect()
Dext2.c52 desc_data_block = get_cache(fs->fs_dev, desc_block); in ext2_get_group_desc()
85 return get_cache(inode->fs->fs_dev, pblock); in ext2_get_cache()
141 data = get_cache(fs->fs_dev, block_num); in ext2_get_inode()
/external/syslinux/core/fs/xfs/
Dxfs_dinode.c49 core = (xfs_dinode_t *)((uint8_t *)get_cache(fs->fs_dev, blk) + offset); in xfs_dinode_get_core()
Dxfs.c140 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_next_extent()
172 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_next_extent()
Dxfs_dir2.c84 p = (uint8_t *)get_cache(fs->fs_dev, startblock++); in get_dirblks()
552 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_dir2_get_right_blk()
579 blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); in xfs_dir2_get_right_blk()
/external/syslinux/core/fs/fat/
Dfat.c29 return get_cache(fs->fs_dev, FAT_SB(fs)->fat + sector); in get_fat_sector()
469 de = get_cache(fs->fs_dev, dir_sector); in vfat_find_entry()
608 data = get_cache(fs->fs_dev, sector); in vfat_readdir()
705 de = get_cache(fs->fs_dev, sector); in vfat_readdir()
/external/syslinux/core/fs/ufs/
Dufs.c103 data = get_cache(fs->fs_dev, pblock); in ufs_get_cache()
190 data = get_cache(fs->fs_dev, block_num); in ufs_get_inode()
Dbmap.c107 blk = get_cache(fs->fs_dev, frag_to_blk(fs, start)); in bmap_indirect()
/external/syslinux/core/fs/ntfs/
Dntfs.c126 data = (uint8_t *)get_cache(fs->fs_dev, *blk); in ntfs_read()
156 data = (uint8_t *)get_cache(fs->fs_dev, ++*blk); in ntfs_read()