Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.h51 char *alloc_buffer; member
107 stb_vorbis_alloc *alloc_buffer);
179 int *error, stb_vorbis_alloc *alloc_buffer);
185 int *error, stb_vorbis_alloc *alloc_buffer);
190 int *error, stb_vorbis_alloc *alloc_buffer);
200 int *error, stb_vorbis_alloc *alloc_buffer, unsigned int len);
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.h52 char *alloc_buffer; member
108 const stb_vorbis_alloc *alloc_buffer);
184 int *error, const stb_vorbis_alloc *alloc_buffer);
190 int *error, const stb_vorbis_alloc *alloc_buffer);
195 int *error, const stb_vorbis_alloc *alloc_buffer);
205 int *error, const stb_vorbis_alloc *alloc_buffer, unsigned int len);
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dchunk.py37 self.buffer = alloc_buffer(buffer)
85 self.buffer[x : x] = alloc_buffer(b)
94 self.buffer[size:] = alloc_buffer(filebytes.pad(nullsize))
100 self.buffer[x : xx] = alloc_buffer(b)
109 self.buffer[x : xx] = alloc_buffer(filebytes.BLANK)
118 def alloc_buffer(b): function
121 def alloc_buffer(b): function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1Allocator.hpp190 virtual G1ParGCAllocBuffer* alloc_buffer(InCSetState dest, AllocationContext_t context) = 0;
229 G1ParGCAllocBuffer* buffer = alloc_buffer(dest, context); in plab_allocate()
247 if (alloc_buffer(dest, context)->contains(obj)) { in undo_allocation()
248 assert(alloc_buffer(dest, context)->contains(obj + word_sz - 1), in undo_allocation()
250 alloc_buffer(dest, context)->undo_allocation(obj, word_sz); in undo_allocation()
266 virtual G1ParGCAllocBuffer* alloc_buffer(InCSetState dest, AllocationContext_t context) { in alloc_buffer() function in G1DefaultParGCAllocator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1Allocator.hpp190 virtual G1ParGCAllocBuffer* alloc_buffer(InCSetState dest, AllocationContext_t context) = 0;
229 G1ParGCAllocBuffer* buffer = alloc_buffer(dest, context); in plab_allocate()
247 if (alloc_buffer(dest, context)->contains(obj)) { in undo_allocation()
248 assert(alloc_buffer(dest, context)->contains(obj + word_sz - 1), in undo_allocation()
250 alloc_buffer(dest, context)->undo_allocation(obj, word_sz); in undo_allocation()
266 virtual G1ParGCAllocBuffer* alloc_buffer(InCSetState dest, AllocationContext_t context) { in alloc_buffer() function in G1DefaultParGCAllocator
/dports/devel/godot/godot-3.2.3-stable/modules/stb_vorbis/
H A Daudio_stream_ogg_vorbis.cpp123 if (ogg_alloc.alloc_buffer) { in ~AudioStreamPlaybackOGGVorbis()
125 AudioServer::get_singleton()->audio_data_free(ogg_alloc.alloc_buffer); in ~AudioStreamPlaybackOGGVorbis()
137 …ovs->ogg_alloc.alloc_buffer = (char *)AudioServer::get_singleton()->audio_data_alloc(decode_mem_si… in instance_playback()
146 AudioServer::get_singleton()->audio_data_free(ovs->ogg_alloc.alloc_buffer); in instance_playback()
147 ovs->ogg_alloc.alloc_buffer = NULL; in instance_playback()
185 ogg_alloc.alloc_buffer = w.ptr(); in set_data()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/stb_vorbis/
H A Daudio_stream_ogg_vorbis.cpp123 if (ogg_alloc.alloc_buffer) { in ~AudioStreamPlaybackOGGVorbis()
125 AudioServer::get_singleton()->audio_data_free(ogg_alloc.alloc_buffer); in ~AudioStreamPlaybackOGGVorbis()
137 …ovs->ogg_alloc.alloc_buffer = (char *)AudioServer::get_singleton()->audio_data_alloc(decode_mem_si… in instance_playback()
146 AudioServer::get_singleton()->audio_data_free(ovs->ogg_alloc.alloc_buffer); in instance_playback()
147 ovs->ogg_alloc.alloc_buffer = NULL; in instance_playback()
185 ogg_alloc.alloc_buffer = w.ptr(); in set_data()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp75 inline PLAB* G1PLABAllocator::alloc_buffer(G1HeapRegionAttr dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
80 return alloc_buffer(dest.type(), node_index); in alloc_buffer()
83 inline PLAB* G1PLABAllocator::alloc_buffer(region_type_t dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
107 PLAB* buffer = alloc_buffer(dest, node_index); in plab_allocate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp89 inline PLAB* G1PLABAllocator::alloc_buffer(G1HeapRegionAttr dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
94 return alloc_buffer(dest.type(), node_index); in alloc_buffer()
97 inline PLAB* G1PLABAllocator::alloc_buffer(region_type_t dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
121 PLAB* buffer = alloc_buffer(dest, node_index); in plab_allocate()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dsocket.hpp116 virtual void alloc_buffer(size_t suggested_size, uv_buf_t* buf) = 0;
150 virtual void alloc_buffer(size_t suggested_size, uv_buf_t* buf);
177 virtual void alloc_buffer(size_t suggested_size, uv_buf_t* buf);
355 static void alloc_buffer(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf);
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dbasicdsk.cpp187 void *alloc_buffer = nullptr; in basicdsk_format_track() local
199 alloc_buffer = malloc(sector_length); in basicdsk_format_track()
200 if (!alloc_buffer) in basicdsk_format_track()
205 buffer = alloc_buffer; in basicdsk_format_track()
209 alloc_buffer = nullptr; in basicdsk_format_track()
223 if (alloc_buffer) in basicdsk_format_track()
224 free(alloc_buffer); in basicdsk_format_track()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dbasicdsk.cpp187 void *alloc_buffer = nullptr; in basicdsk_format_track() local
199 alloc_buffer = malloc(sector_length); in basicdsk_format_track()
200 if (!alloc_buffer) in basicdsk_format_track()
205 buffer = alloc_buffer; in basicdsk_format_track()
209 alloc_buffer = nullptr; in basicdsk_format_track()
223 if (alloc_buffer) in basicdsk_format_track()
224 free(alloc_buffer); in basicdsk_format_track()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Drl_sound.c76 rl_free( ogg_alloc.alloc_buffer ); in rl_sound_done()
215 ogg_alloc.alloc_buffer = (char*)rl_malloc( 256 * 1024 ); in rl_sound_play_ogg()
217 if ( ogg_alloc.alloc_buffer ) in rl_sound_play_ogg()
232 rl_free( ogg_alloc.alloc_buffer ); in rl_sound_play_ogg()
245 rl_free( ogg_alloc.alloc_buffer ); in rl_sound_stop_ogg()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/code/multi-echo-server/
H A Dworker.c22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
86 uv_read_start((uv_stream_t*)&queue, alloc_buffer, on_new_connection); in main()
/dports/devel/libuv/libuv-v1.42.0/docs/code/multi-echo-server/
H A Dworker.c22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
86 uv_read_start((uv_stream_t*)&queue, alloc_buffer, on_new_connection); in main()
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/code/multi-echo-server/
H A Dworker.c22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
74 uv_read_start((uv_stream_t*) client, alloc_buffer, echo_read); in on_new_connection()
86 uv_read_start((uv_stream_t*)&queue, alloc_buffer, on_new_connection); in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvaapi.c124 static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int size, uint32_t *buf_i… in alloc_buffer() function
138 return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id); in ff_vaapi_alloc_pic_param()
143 return alloc_buffer(vactx, VAIQMatrixBufferType, size, &vactx->iq_matrix_buf_id); in ff_vaapi_alloc_iq_matrix()
148 return alloc_buffer(vactx, VABitPlaneBufferType, size, &vactx->bitplane_buf_id); in ff_vaapi_alloc_bitplane()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvaapi.c124 static void *alloc_buffer(struct vaapi_context *vactx, int type, unsigned int size, uint32_t *buf_i… in alloc_buffer() function
138 return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id); in ff_vaapi_alloc_pic_param()
143 return alloc_buffer(vactx, VAIQMatrixBufferType, size, &vactx->iq_matrix_buf_id); in ff_vaapi_alloc_iq_matrix()
148 return alloc_buffer(vactx, VABitPlaneBufferType, size, &vactx->bitplane_buf_id); in ff_vaapi_alloc_bitplane()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp75 inline PLAB* G1PLABAllocator::alloc_buffer(G1HeapRegionAttr dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
80 return alloc_buffer(dest.type(), node_index); in alloc_buffer()
83 inline PLAB* G1PLABAllocator::alloc_buffer(region_type_t dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
107 PLAB* buffer = alloc_buffer(dest, node_index); in plab_allocate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1Allocator.inline.hpp75 inline PLAB* G1PLABAllocator::alloc_buffer(G1HeapRegionAttr dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
80 return alloc_buffer(dest.type(), node_index); in alloc_buffer()
83 inline PLAB* G1PLABAllocator::alloc_buffer(region_type_t dest, uint node_index) const { in alloc_buffer() function in G1PLABAllocator
107 PLAB* buffer = alloc_buffer(dest, node_index); in plab_allocate()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
44 alloc_buffer(NULL, 256, &buffer); in make_discover_msg()
111 uv_udp_recv_start(&recv_socket, alloc_buffer, on_read); in main()
/dports/devel/libuv/libuv-v1.42.0/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
44 alloc_buffer(NULL, 256, &buffer); in make_discover_msg()
111 uv_udp_recv_start(&recv_socket, alloc_buffer, on_read); in main()
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
44 alloc_buffer(NULL, 256, &buffer); in make_discover_msg()
111 uv_udp_recv_start(&recv_socket, alloc_buffer, on_read); in main()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-pipe-close-stdout-read-stdin.c32 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t* buf) in alloc_buffer() function
81 r = uv_read_start((uv_stream_t *)&stdin_pipe, alloc_buffer, read_stdin); in TEST_IMPL()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-pipe-close-stdout-read-stdin.c32 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t* buf) in alloc_buffer() function
82 r = uv_read_start((uv_stream_t *)&stdin_pipe, alloc_buffer, read_stdin); in TEST_IMPL()

12345678910>>...41