Searched refs:cache_size (Results 1 - 25 of 107) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/rangecoder/
H A Drange_encoder.h29 uint64_t cache_size; member in struct:__anon887
58 rc->cache_size = 1;
137 } while (--rc->cache_size != 0);
142 ++rc->cache_size;
228 return rc->cache_size + 5 - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-debugfs.c29 unsigned int waysize, way, cache_size; local
65 cache_size = cache->ways * cache->sets * cache->linesz;
67 (addrstart & 0x00ffffff) > cache_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/mm/
H A Dcache-debugfs.c29 unsigned int waysize, way, cache_size; local
65 cache_size = cache->ways * cache->sets * cache->linesz;
67 (addrstart & 0x00ffffff) > cache_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fsP.h70 int cache_size; member in struct:ext2_inode_cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fsP.h70 int cache_size; member in struct:ext2_inode_cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fsP.h70 int cache_size; member in struct:ext2_inode_cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgdbm/
H A Dgdbmclose.c59 for (index = 0; index < dbf->cache_size; index++) {
H A Dgdbmreorg.c184 for (index = 0; index < dbf->cache_size; index++) {
200 dbf->cache_size = new_dbf->cache_size;
H A Dgdbmdefs.h184 int cache_size; member in struct:__anon5062
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgdbm/
H A Dgdbmclose.c59 for (index = 0; index < dbf->cache_size; index++) {
H A Dgdbmreorg.c184 for (index = 0; index < dbf->cache_size; index++) {
200 dbf->cache_size = new_dbf->cache_size;
H A Dgdbmdefs.h184 int cache_size; member in struct:__anon4157
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgdbm/
H A Dgdbmclose.c59 for (index = 0; index < dbf->cache_size; index++) {
H A Dgdbmreorg.c184 for (index = 0; index < dbf->cache_size; index++) {
200 dbf->cache_size = new_dbf->cache_size;
H A Dgdbmdefs.h184 int cache_size; member in struct:__anon39087
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/
H A Dmtdblock.c43 unsigned int cache_size; member in struct:mtdblk_dev
124 mtdblk->cache_offset, mtdblk->cache_size);
127 mtdblk->cache_size, mtdblk->cache_data);
147 unsigned int sect_size = mtdblk->cache_size;
195 mtdblk->cache_size = sect_size;
217 unsigned int sect_size = mtdblk->cache_size;
270 if (unlikely(!mtdblk->cache_data && mtdblk->cache_size)) {
300 mtdblk->cache_size = mbd->mtd->erasesize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/
H A Dmtdblock.c43 unsigned int cache_size; member in struct:mtdblk_dev
124 mtdblk->cache_offset, mtdblk->cache_size);
127 mtdblk->cache_size, mtdblk->cache_data);
147 unsigned int sect_size = mtdblk->cache_size;
195 mtdblk->cache_size = sect_size;
217 unsigned int sect_size = mtdblk->cache_size;
270 if (unlikely(!mtdblk->cache_data && mtdblk->cache_size)) {
300 mtdblk->cache_size = mbd->mtd->erasesize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dsetup.c30 unsigned short cache_size; member in struct:cpu_info
99 info->cache_size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dsetup.c30 unsigned short cache_size; member in struct:cpu_info
99 info->cache_size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_shortname.c101 uint32_t cache_size; member in struct:pvfs_mangle_context
130 int i = hash % ctx->cache_size;
145 int i = hash % ctx->cache_size;
621 ctx->cache_size = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "cachesize", 512);
623 ctx->prefix_cache = talloc_array(ctx, char *, ctx->cache_size);
627 ctx->prefix_cache_hashes = talloc_array(ctx, uint32_t, ctx->cache_size);
632 memset(ctx->prefix_cache, 0, sizeof(char *) * ctx->cache_size);
633 memset(ctx->prefix_cache_hashes, 0, sizeof(uint32_t) * ctx->cache_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_shortname.c101 uint32_t cache_size; member in struct:pvfs_mangle_context
130 int i = hash % ctx->cache_size;
145 int i = hash % ctx->cache_size;
621 ctx->cache_size = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "cachesize", 512);
623 ctx->prefix_cache = talloc_array(ctx, char *, ctx->cache_size);
627 ctx->prefix_cache_hashes = talloc_array(ctx, uint32_t, ctx->cache_size);
632 memset(ctx->prefix_cache, 0, sizeof(char *) * ctx->cache_size);
633 memset(ctx->prefix_cache_hashes, 0, sizeof(uint32_t) * ctx->cache_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_shortname.c101 uint32_t cache_size; member in struct:pvfs_mangle_context
130 int i = hash % ctx->cache_size;
145 int i = hash % ctx->cache_size;
621 ctx->cache_size = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "cachesize", 512);
623 ctx->prefix_cache = talloc_array(ctx, char *, ctx->cache_size);
627 ctx->prefix_cache_hashes = talloc_array(ctx, uint32_t, ctx->cache_size);
632 memset(ctx->prefix_cache, 0, sizeof(char *) * ctx->cache_size);
633 memset(ctx->prefix_cache_hashes, 0, sizeof(uint32_t) * ctx->cache_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dpingpong.h45 size_t cache_size; /* size of cache in bytes */ member in struct:pingpong
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dpingpong.h45 size_t cache_size; /* size of cache in bytes */ member in struct:pingpong
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dpingpong.h45 size_t cache_size; /* size of cache in bytes */ member in struct:pingpong

Completed in 227 milliseconds

12345