Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.c38 static inline void lfs_cache_zero(lfs_t *lfs, lfs_cache_t *pcache) { in lfs_cache_zero() argument
40 memset(pcache->buffer, 0xff, lfs->cfg->cache_size); in lfs_cache_zero()
41 pcache->block = LFS_BLOCK_NULL; in lfs_cache_zero()
45 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read()
57 if (pcache && block == pcache->block && in lfs_bd_read()
58 off < pcache->off + pcache->size) { in lfs_bd_read()
59 if (off >= pcache->off) { in lfs_bd_read()
60 // is already in pcache in lfs_bd_read()
44 lfs_bd_read(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) lfs_bd_read() argument
127 lfs_bd_cmp(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_bd_cmp() argument
154 lfs_bd_crc(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, lfs_size_t size, uint32_t *crc) lfs_bd_crc() argument
176 lfs_bd_flush(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) lfs_bd_flush() argument
211 lfs_bd_sync(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate) lfs_bd_sync() argument
227 lfs_bd_prog(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_bd_prog() argument
755 lfs_dir_getread(lfs_t *lfs, const lfs_mdir_t *dir, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_tag_t gmask, lfs_tag_t gtag, lfs_off_t off, void *buffer, lfs_size_t size) lfs_dir_getread() argument
2828 lfs_ctz_find(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, lfs_size_t pos, lfs_block_t *block, lfs_off_t *off) lfs_ctz_find() argument
2863 lfs_ctz_extend(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, lfs_block_t *block, lfs_off_t *off) lfs_ctz_extend() argument
2962 lfs_ctz_traverse(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, int (*cb)(void*, lfs_block_t), void *data) lfs_ctz_traverse() argument
[all...]
H A Dlfs.h418 lfs_cache_t pcache; member
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c1583 struct PERMISSIONS_CACHE *pcache; in enter_cache() local
1603 pcache = *scx->pseccache; in enter_cache()
1604 if (pcache in enter_cache()
1605 && (pcache->head.last >= index1) in enter_cache()
1606 && pcache->cachetable[index1]) { in enter_cache()
1607 cacheentry = &pcache->cachetable[index1][index2]; in enter_cache()
1633 pcache->head.p_writes++; in enter_cache()
1635 if (!pcache) { in enter_cache()
1637 pcache = create_caches(scx, securindex); in enter_cache()
1639 if (index1 > pcache in enter_cache()
1739 struct PERMISSIONS_CACHE *pcache; fetch_cache() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1610 VK_FROM_HANDLE(vk_pipeline_cache, pcache, cache); in dzn_graphics_pipeline_create()
1737 ret = dzn_graphics_pipeline_compile_shaders(device, pipeline, pcache, in dzn_graphics_pipeline_create()
2164 VK_FROM_HANDLE(vk_pipeline_cache, pcache, cache); in dzn_compute_pipeline_create()
2183 dzn_compute_pipeline_compile_shader(device, pipeline, pcache, layout, in dzn_compute_pipeline_create()

Completed in 13 milliseconds