Home
last modified time | relevance | path

Searched refs:chunk_free (Results 1 – 25 of 89) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dstack.c46 struct StackChunk *chunk_free; /* free chunks */ member
117 stack_free_chunks(stack->chunk_free); in BLI_stack_free()
133 if (stack->chunk_free) { in BLI_stack_push_r()
134 chunk = stack->chunk_free; in BLI_stack_push_r()
135 stack->chunk_free = chunk->next; in BLI_stack_push_r()
238 struct StackChunk *chunk_free; in BLI_stack_discard() local
240 chunk_free = stack->chunk_curr; in BLI_stack_discard()
243 chunk_free->next = stack->chunk_free; in BLI_stack_discard()
244 stack->chunk_free = chunk_free; in BLI_stack_discard()
268 if (stack->chunk_free) { in BLI_stack_clear()
[all …]
H A Dgsqueue.c45 struct QueueChunk *chunk_free; /* free chunks to reuse */ member
110 queue_free_chunk(queue->chunk_free); in BLI_gsqueue_free()
129 if (queue->chunk_free) { in BLI_gsqueue_push()
130 chunk = queue->chunk_free; in BLI_gsqueue_push()
131 queue->chunk_free = chunk->next; in BLI_gsqueue_push()
171 struct QueueChunk *chunk_free = queue->chunk_first; in BLI_gsqueue_pop() local
180 chunk_free->next = queue->chunk_free; in BLI_gsqueue_pop()
181 queue->chunk_free = chunk_free; in BLI_gsqueue_pop()
/dports/security/tor/tor-0.4.6.8/src/test/fuzz/
H A Dfuzz_strops.c44 #define chunk_free(ch) \ macro
77 chunk_free(ch); in b16_dec()
97 chunk_free(ch); in b32_dec()
118 chunk_free(ch); in b64_dec()
201 chunk_free(b); \
203 chunk_free(d); \
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/fuzz/
H A Dfuzz_strops.c44 #define chunk_free(ch) \ macro
77 chunk_free(ch); in b16_dec()
97 chunk_free(ch); in b32_dec()
118 chunk_free(ch); in b64_dec()
201 chunk_free(b); \
203 chunk_free(d); \
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dxbstream_write.c41 size_t chunk_free; member
102 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
120 if (len < file->chunk_free) { in xb_stream_write_data()
123 file->chunk_free -= len; in xb_stream_write_data()
172 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dxbstream_write.cc40 size_t chunk_free; member
111 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
129 if (len < file->chunk_free) { in xb_stream_write_data()
132 file->chunk_free -= len; in xb_stream_write_data()
181 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dxbstream_write.cc41 size_t chunk_free; member
112 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
130 if (len < file->chunk_free) { in xb_stream_write_data()
133 file->chunk_free -= len; in xb_stream_write_data()
182 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dxbstream_write.cc40 size_t chunk_free; member
111 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
129 if (len < file->chunk_free) { in xb_stream_write_data()
132 file->chunk_free -= len; in xb_stream_write_data()
181 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dxbstream_write.cc41 size_t chunk_free; member
112 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
130 if (len < file->chunk_free) { in xb_stream_write_data()
133 file->chunk_free -= len; in xb_stream_write_data()
182 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dxbstream_write.cc41 size_t chunk_free;
112 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE;
130 if (len < file->chunk_free) {
133 file->chunk_free -= len;
182 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE;
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dxbstream_write.cc41 size_t chunk_free; member
112 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
130 if (len < file->chunk_free) { in xb_stream_write_data()
133 file->chunk_free -= len; in xb_stream_write_data()
182 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dxbstream_write.cc45 size_t chunk_free; member
105 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_write_open()
121 if (len < file->chunk_free) { in xb_stream_write_data()
124 file->chunk_free -= len; in xb_stream_write_data()
173 file->chunk_free = XB_STREAM_MIN_CHUNK_SIZE; in xb_stream_flush()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/misc/
H A De2freefrag.c126 int chunk_free; in scan_block_bitmap() local
134 chunk_free = 0; in scan_block_bitmap()
148 chunk_free++; in scan_block_bitmap()
157 if (chunk_free == info->blks_in_chunk) in scan_block_bitmap()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/misc/
H A De2freefrag.c126 int chunk_free; in scan_block_bitmap() local
134 chunk_free = 0; in scan_block_bitmap()
148 chunk_free++; in scan_block_bitmap()
157 if (chunk_free == info->blks_in_chunk) in scan_block_bitmap()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/misc/
H A De2freefrag.c126 int chunk_free; in scan_block_bitmap() local
134 chunk_free = 0; in scan_block_bitmap()
148 chunk_free++; in scan_block_bitmap()
157 if (chunk_free == info->blks_in_chunk) in scan_block_bitmap()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dlibkvazaar.c124 ctx->api->chunk_free(data_out); in libkvazaar_init()
135 ctx->api->chunk_free(data_out); in libkvazaar_init()
262 ctx->api->chunk_free(data_out); in libkvazaar_encode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c134 ctx->api->chunk_free(data_out); in libkvazaar_init()
145 ctx->api->chunk_free(data_out); in libkvazaar_init()
271 ctx->api->chunk_free(data_out); in libkvazaar_encode()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/driver/src/
H A Dgridfs.c57 static void chunk_free( bson *oChunk ) { in chunk_free() function
202 chunk_free( oChunk ); in gridfs_store_buffer()
263 chunk_free( oChunk ); in gridfile_write_buffer()
276 chunk_free( oChunk ); in gridfile_write_buffer()
306 chunk_free( oChunk ); in gridfile_writer_done()
348 chunk_free( oChunk ); in gridfs_store_file()
/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/mongo-c-driver/src/
H A Dgridfs.c57 static void chunk_free( bson *oChunk ) { in chunk_free() function
202 chunk_free( oChunk ); in gridfs_store_buffer()
264 chunk_free( oChunk ); in gridfile_write_buffer()
277 chunk_free( oChunk ); in gridfile_write_buffer()
307 chunk_free( oChunk ); in gridfile_writer_done()
349 chunk_free( oChunk ); in gridfs_store_file()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlibkvazaar.c133 ctx->api->chunk_free(data_out); in libkvazaar_init()
144 ctx->api->chunk_free(data_out); in libkvazaar_init()
299 ctx->api->chunk_free(data_out); in libkvazaar_encode()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlibkvazaar.c133 ctx->api->chunk_free(data_out); in libkvazaar_init()
144 ctx->api->chunk_free(data_out); in libkvazaar_init()
299 ctx->api->chunk_free(data_out); in libkvazaar_encode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c130 ctx->api->chunk_free(data_out); in libkvazaar_init()
141 ctx->api->chunk_free(data_out); in libkvazaar_init()
296 ctx->api->chunk_free(data_out); in libkvazaar_encode()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Demman.h14 void chunk_free (void *ptr, size_t size);
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/src/
H A Dinlines.c412 chunk_free(&(opener_inl->as.literal)); in S_insert_emph()
702 chunk_free(&urlchunk); in handle_close_bracket()
703 chunk_free(&titlechunk); in handle_close_bracket()
717 chunk_free(&raw_label); in handle_close_bracket()
729 chunk_free(&raw_label); in handle_close_bracket()
748 chunk_free(&inl->as.literal); in handle_close_bracket()
/dports/devel/cgprof/cgprof-1.2/
H A Dgprof_sample54 0.00 1.93 0.00 26 0.00 0.00 chunk_free
382 0.00 0.00 19/26 chunk_free [61]
434 [61] 0.0 0.00 0.00 26 chunk_free [61]
438 0.00 0.00 7/26 chunk_free [61]
645 [44] _IO_file_underflow [61] chunk_free (malloc.c) [35] realloc

1234