Home
last modified time | relevance | path

Searched refs:cache_sz (Results 1 – 18 of 18) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/ext/
H A Drepl_str.c40 size_t cache_sz = 0; in replace_substr() local
48 if (cache_sz < count) { in replace_substr()
49 cache_sz += cache_sz_inc; in replace_substr()
50 pos_cache = realloc(pos_cache, sizeof(*pos_cache) * cache_sz); in replace_substr()
/dports/graphics/eos-movrec/eos-movrec-0.3.2_beta/
H A Dmjpegwrt.c146 unsigned int cache_sz; member
292 riff->cache_sz = DEFCACHE_SZ; in mjpegCreateFile()
294 riff->cache = (unsigned char*)malloc(riff->cache_sz); in mjpegCreateFile()
324 if (rf->cache_pos + sz > rf->cache_sz) in cached_write()
326 inbuf_pos = rf->cache_sz - rf->cache_pos; in cached_write()
328 res = write(rf->fd, rf->cache, rf->cache_sz); in cached_write()
338 int full_count = (sz - inbuf_pos)/rf->cache_sz; in cached_write()
341 unsigned int f_pos = full_count*rf->cache_sz; in cached_write()
433 rf->cache_sz = sz; in mjpegSetCache()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/cmd_context/
H A Dsimplify_cmd.cpp77 unsigned cache_sz; in execute() local
99 cache_sz = s.get_cache_size(); in execute()
122 << " :cache-size: " << cache_sz in execute()
/dports/math/z3/z3-z3-4.8.13/src/cmd_context/
H A Dsimplify_cmd.cpp77 unsigned cache_sz; in execute() local
99 cache_sz = s.get_cache_size(); in execute()
122 << " :cache-size: " << cache_sz in execute()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dident.c53 size_t cache_sz; member
247 ctx->cache_sz = 0; in ident_read_begin()
263 if (ctx->cache_sz == ctx->cache_alloc) { in ident_read()
288 ctx->cache[ctx->cache_sz++] = p; in ident_read()
292 else if (likely(index < ctx->cache_sz)) in ident_read()
296 fbuf_file_name(ctx->file), index, (int)ctx->cache_sz); in ident_read()
/dports/math/py-opt-einsum/opt_einsum-3.3.0/opt_einsum/tests/
H A Dtest_backends.py125 cache_sz = len(cache)
126 assert cache_sz > 0
128 assert len(cache) == cache_sz
192 cache_sz = len(cache)
193 assert cache_sz > 0
195 assert len(cache) == cache_sz
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_userdir.c189 const int cache_sz =(int)(sizeof(p->cache_user)/sizeof(*p->cache_user)); in mod_userdir_docroot_construct() local
190 for (int i = 0; i < cache_sz; ++i) { in mod_userdir_docroot_construct()
212 for (int i = 1; i < cache_sz; ++i) { in mod_userdir_docroot_construct()
/dports/lang/gravity/gravity-0.8.5/src/utils/
H A Dgravity_utils.c423 size_t cache_sz = 0; in string_replace() local
432 if (cache_sz < count) { in string_replace()
433 cache_sz += cache_sz_inc; in string_replace()
434 pos_cache_tmp = mem_realloc(NULL, pos_cache, sizeof(*pos_cache) * cache_sz); in string_replace()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_comm.c104 if (len > pe_entry->cache_sz) { in sock_comm_send()
176 if (len <= pe_entry->cache_sz) { in sock_comm_recv()
H A Dsock_progress.c215 pe_entry->cache_sz = SOCK_PE_OVERFLOW_COMM_BUFF_SZ; in sock_pe_acquire_entry()
2678 pe->pe_table[i].cache_sz = SOCK_PE_COMM_BUFF_SZ; in sock_pe_init_table()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/lsm/
H A Dlsm_tree.c638 uint64_t cache_sz, cache_used, oldtime, record_count, timediff; in __wt_lsm_tree_throttle() local
647 cache_sz = S2C(session)->cache_size; in __wt_lsm_tree_throttle()
719 if (cache_used > cache_sz * 0.8) in __wt_lsm_tree_throttle()
/dports/math/chuffed/chuffed-e04bedd/chuffed/mdd/
H A DMDD.h175 int cache_sz(void) in cache_sz() function
/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A Dbtree.c1601 i64 cache_sz; in btreeOpenEnvironment() local
1654 cache_sz = (i64)pBt->cacheSize; in btreeOpenEnvironment()
1655 if (cache_sz < DB_MIN_CACHESIZE) in btreeOpenEnvironment()
1656 cache_sz = DB_MIN_CACHESIZE; in btreeOpenEnvironment()
1661 (u_int32_t)(cache_sz / GIGABYTE), in btreeOpenEnvironment()
7344 i64 cache_sz; in openPrivateEnvironment() local
7359 cache_sz = (i64)pBt->cacheSize; in openPrivateEnvironment()
7360 if (cache_sz < DB_MIN_CACHESIZE) in openPrivateEnvironment()
7361 cache_sz = DB_MIN_CACHESIZE; in openPrivateEnvironment()
7362 cache_sz *= (pBt->pageSize > 0) ? in openPrivateEnvironment()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c65 unsigned int cache_sz; member
263 dma_unmap_single(priv->dev, sreq->cache_dma, sreq->cache_sz, in safexcel_handle_req_result()
266 sreq->cache_sz = 0; in safexcel_handle_req_result()
405 req->cache_sz = cache_len; in safexcel_ahash_send_req()
508 dma_unmap_single(priv->dev, req->cache_dma, req->cache_sz, in safexcel_ahash_send_req()
511 req->cache_sz = 0; in safexcel_ahash_send_req()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c65 unsigned int cache_sz; member
263 dma_unmap_single(priv->dev, sreq->cache_dma, sreq->cache_sz, in safexcel_handle_req_result()
266 sreq->cache_sz = 0; in safexcel_handle_req_result()
405 req->cache_sz = cache_len; in safexcel_ahash_send_req()
508 dma_unmap_single(priv->dev, req->cache_dma, req->cache_sz, in safexcel_ahash_send_req()
511 req->cache_sz = 0; in safexcel_ahash_send_req()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c65 unsigned int cache_sz; member
263 dma_unmap_single(priv->dev, sreq->cache_dma, sreq->cache_sz, in safexcel_handle_req_result()
266 sreq->cache_sz = 0; in safexcel_handle_req_result()
405 req->cache_sz = cache_len; in safexcel_ahash_send_req()
508 dma_unmap_single(priv->dev, req->cache_dma, req->cache_sz, in safexcel_ahash_send_req()
511 req->cache_sz = 0; in safexcel_ahash_send_req()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/include/
H A Dsock.h839 size_t cache_sz; member
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c36831 i64 cache_sz;
36884 cache_sz = (i64)pBt->cacheSize;
36885 if (cache_sz < DB_MIN_CACHESIZE)
36886 cache_sz = DB_MIN_CACHESIZE;
36891 (u_int32_t)(cache_sz / GIGABYTE),
42574 i64 cache_sz;
42589 cache_sz = (i64)pBt->cacheSize;
42590 if (cache_sz < DB_MIN_CACHESIZE)
42591 cache_sz = DB_MIN_CACHESIZE;
42592 cache_sz *= (pBt->pageSize > 0) ?
[all …]