Home
last modified time | relevance | path

Searched refs:GIMV_IO_MEM_BLOCKS_STEP (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_io_mem.c79 memio->buf = g_new0 (gchar *, GIMV_IO_MEM_BLOCKS_STEP); in gimv_io_mem_init()
80 for (i = 0; i < GIMV_IO_MEM_BLOCKS_STEP; i++) in gimv_io_mem_init()
122 src_steps = src_blocks / GIMV_IO_MEM_BLOCKS_STEP + 1; in gimv_io_mem_stack()
123 dest_steps = dest_blocks / GIMV_IO_MEM_BLOCKS_STEP + 1; in gimv_io_mem_stack()
128 GIMV_IO_MEM_BLOCKS_STEP * dest_steps); in gimv_io_mem_stack()
129 for (i = GIMV_IO_MEM_BLOCKS_STEP * src_steps; i < dest_blocks; i++) { in gimv_io_mem_stack()
H A Dgimv_io_mem.h39 #define GIMV_IO_MEM_BLOCKS_STEP 64 macro