Searched refs:pcache (Results 1 – 7 of 7) sorted by relevance
/third_party/littlefs/ |
D | lfs.c | 22 static inline void lfs_cache_zero(lfs_t *lfs, lfs_cache_t *pcache) { in lfs_cache_zero() argument 24 memset(pcache->buffer, 0xff, lfs->cfg->cache_size); in lfs_cache_zero() 25 pcache->block = LFS_BLOCK_NULL; in lfs_cache_zero() 29 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read() argument 41 if (pcache && block == pcache->block && in lfs_bd_read() 42 off < pcache->off + pcache->size) { in lfs_bd_read() 43 if (off >= pcache->off) { in lfs_bd_read() 45 diff = lfs_min(diff, pcache->size - (off-pcache->off)); in lfs_bd_read() 46 memcpy(data, &pcache->buffer[off-pcache->off], diff); in lfs_bd_read() 55 diff = lfs_min(diff, pcache->off-off); in lfs_bd_read() [all …]
|
D | lfs.h | 388 lfs_cache_t pcache; member
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 1583 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->head.last) { in enter_cache() [all …]
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | flea3_defconfig | 25 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-…
|
D | woodburn_defconfig | 28 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-…
|
D | woodburn_sd_defconfig | 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=mxc_nand:50m(root1),32m(rootfb),64m(pcache),64m(app1),10m(app2),-…
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 8332 Simplify pcache joining. 11988 frame so that the pcache's timestamp is updated correctly.
|