Home
last modified time | relevance | path

Searched refs:chunks_alloc (Results 1 – 20 of 20) sorted by relevance

/dports/devel/git-gui/git-2.34.1/
H A Dchunk-format.c23 size_t chunks_alloc; member
51 ALLOC_GROW(cf->chunks, cf->chunks_nr + 1, cf->chunks_alloc); in add_chunk()
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
/dports/devel/git-p4/git-2.34.1/
H A Dchunk-format.c23 size_t chunks_alloc; member
51 ALLOC_GROW(cf->chunks, cf->chunks_nr + 1, cf->chunks_alloc); in add_chunk()
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
/dports/devel/git/git-2.34.1/
H A Dchunk-format.c23 size_t chunks_alloc; member
51 ALLOC_GROW(cf->chunks, cf->chunks_nr + 1, cf->chunks_alloc); in add_chunk()
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
/dports/devel/git-cvs/git-2.34.1/
H A Dchunk-format.c23 size_t chunks_alloc; member
51 ALLOC_GROW(cf->chunks, cf->chunks_nr + 1, cf->chunks_alloc); in add_chunk()
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
/dports/devel/git-svn/git-2.34.1/
H A Dchunk-format.c23 size_t chunks_alloc; member
51 ALLOC_GROW(cf->chunks, cf->chunks_nr + 1, cf->chunks_alloc); in add_chunk()
108 ALLOC_GROW(cf->chunks, toc_length, cf->chunks_alloc); in read_table_of_contents()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/dw-edma/
H A Ddw-edma-core.c83 chunk->cb = !(desc->chunks_alloc % 2); in dw_edma_alloc_chunk()
98 desc->chunks_alloc++; in dw_edma_alloc_chunk()
103 desc->chunks_alloc = 0; in dw_edma_alloc_chunk()
155 desc->chunks_alloc--; in dw_edma_free_chunk()
198 desc->chunks_alloc--; in dw_edma_start_transfer()
554 if (desc->chunks_alloc) { in dw_edma_done_interrupt()
H A Ddw-edma-core.h82 u32 chunks_alloc; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/dw-edma/
H A Ddw-edma-core.c83 chunk->cb = !(desc->chunks_alloc % 2); in dw_edma_alloc_chunk()
98 desc->chunks_alloc++; in dw_edma_alloc_chunk()
103 desc->chunks_alloc = 0; in dw_edma_alloc_chunk()
155 desc->chunks_alloc--; in dw_edma_free_chunk()
198 desc->chunks_alloc--; in dw_edma_start_transfer()
554 if (desc->chunks_alloc) { in dw_edma_done_interrupt()
H A Ddw-edma-core.h82 u32 chunks_alloc; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/dw-edma/
H A Ddw-edma-core.c83 chunk->cb = !(desc->chunks_alloc % 2); in dw_edma_alloc_chunk()
98 desc->chunks_alloc++; in dw_edma_alloc_chunk()
103 desc->chunks_alloc = 0; in dw_edma_alloc_chunk()
155 desc->chunks_alloc--; in dw_edma_free_chunk()
198 desc->chunks_alloc--; in dw_edma_start_transfer()
554 if (desc->chunks_alloc) { in dw_edma_done_interrupt()
H A Ddw-edma-core.h82 u32 chunks_alloc; member
/dports/www/squid/squid-4.15/src/mem/
H A DPoolMalloc.cc72 stats->chunks_alloc += 0; in getStats()
H A DPool.h289 int chunks_alloc; variable
H A Dold_api.cc599 stream << std::setw(4) << mp_st->chunks_alloc << delim; in PoolReport()
749 mp_stats.chunks_alloc = mp_total.tot_chunks_alloc; in Report()
H A DPool.cc277 stats->tot_chunks_alloc = pp_stats.chunks_alloc; in memPoolGetGlobalStats()
H A DPoolChunked.cc454 stats->chunks_alloc += chunkCount; in getStats()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/lsm/
H A Dlsm_cursor_bulk.c127 __wt_realloc_def(session, &clsm->chunks_alloc, 1, &clsm->chunks)); in __wt_clsm_open_bulk()
H A Dlsm_cursor.c422 WT_RET(__wt_realloc_def(session, &clsm->chunks_alloc, nchunks, in __clsm_resize_chunks()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dlsm.h64 size_t chunks_alloc; /* Current size iterators array */ member
/dports/devel/libspice-server/spice-0.15.0/server/tests/
H A Dtest-gst.cpp784 static SpiceChunks* chunks_alloc(uint32_t stride, uint32_t height, uint32_t split);
812 bitmap->data = chunks_alloc(bitmap->stride, height, image_split_lines); in gst_to_spice_bitmap()
855 chunks_alloc(uint32_t stride, uint32_t height, uint32_t split) in chunks_alloc() function