/third_party/elfutils/lib/ |
H A D | dynamicsizehash_concurrent.c | 203 atomic_init(&htab->table[record_it].hashval, (uintptr_t) NULL); in resize_helper() 204 atomic_init(&htab->table[record_it].val_ptr, (uintptr_t) NULL); in resize_helper() 357 atomic_init(&htab->filled, 0); in NAME() 358 atomic_init(&htab->resizing_state, 0); in NAME() 360 atomic_init(&htab->next_init_block, 0); in NAME() 361 atomic_init(&htab->num_initialized_blocks, 0); in NAME() 363 atomic_init(&htab->next_move_block, 0); in NAME() 364 atomic_init(&htab->num_moved_blocks, 0); in NAME() 374 atomic_init(&htab->table[i].hashval, (uintptr_t) NULL); in NAME() 375 atomic_init( in NAME() [all...] |
H A D | stdatomic-fbsd.h | 112 #define atomic_init(obj, value) __c11_atomic_init(obj, value) macro 115 #define atomic_init(obj, value) ((void)((obj)->__val = (value))) macro
|
/third_party/ffmpeg/libavutil/ |
H A D | slicethread.c | 134 atomic_init(&ctx->first_job, 0); in avpriv_slicethread_create() 135 atomic_init(&ctx->current_job, 0); in avpriv_slicethread_create()
|
H A D | buffer.c | 40 atomic_init(&buf->refcount, 1); in buffer_create() 275 atomic_init(&pool->refcount, 1); in av_buffer_pool_init2() 291 atomic_init(&pool->refcount, 1); in av_buffer_pool_init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodecdec_common.c | 308 atomic_init(&buffer->released, 0); in mediacodec_wrap_hw_buffer() 543 atomic_init(&s->hw_buffer_count, 0); in mediacodec_dec_flush_codec() 569 atomic_init(&s->refcount, 1); in ff_mediacodec_dec_init() 570 atomic_init(&s->hw_buffer_count, 0); in ff_mediacodec_dec_init() 571 atomic_init(&s->serial, 1); in ff_mediacodec_dec_init()
|
H A D | pthread_frame.c | 796 atomic_init(&p->state, STATE_INPUT_READY); in init_thread() 855 atomic_init(&p->debug_threads, (copy->debug & FF_DEBUG_THREADS) != 0); in init_thread() 1087 atomic_init(&progress[0], -1); in ff_thread_get_ext_buffer() 1088 atomic_init(&progress[1], -1); in ff_thread_get_ext_buffer()
|
H A D | frame_thread_encoder.c | 201 atomic_init(&c->exit, 0); in ff_frame_thread_encoder_init()
|
H A D | v4l2_m2m.c | 71 atomic_init(&s->refcount, 0); in v4l2_prepare_contexts()
|
H A D | mmaldec.c | 291 atomic_init(&ctx->pool_out->refcount, 1); in ffmal_update_format()
|
H A D | vp8.c | 2782 atomic_init(&td->thread_mb_pos, 0); in vp78_decode_frame() 2783 atomic_init(&td->wait_mb_pos, INT_MAX); in vp78_decode_frame()
|
H A D | error_resilience.c | 801 atomic_init(&s->error_count, 3 * s->mb_num); in ff_er_frame_start()
|
H A D | vp9.c | 65 atomic_init(&s->entries[i], 0); in vp9_alloc_entries()
|
H A D | hevcdec.c | 3834 atomic_init(&s->wpp_err, 0); in hevc_decode_init()
|
/third_party/ffmpeg/compat/atomics/gcc/ |
H A D | stdatomic.h | 34 #define atomic_init(obj, value) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
H A D | stdatomic.h | 31 #define atomic_init(obj, value) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
H A D | stdatomic.h | 31 #define atomic_init(obj, value) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 33 #define atomic_init(obj, value) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 33 #define atomic_init(obj, value) \ macro
|
/third_party/ffmpeg/libavdevice/ |
H A D | android_camera.c | 775 atomic_init(&ctx->got_image_format, 0); in android_camera_read_header() 776 atomic_init(&ctx->exit, 0); in android_camera_read_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | fifo.c | 531 atomic_init(&fifo->queue_duration, 0); in fifo_init()
|
/third_party/ffmpeg/libswscale/ |
H A D | utils.c | 1159 atomic_init(&c->stride_unaligned_warned, 0); in sws_alloc_context() 1160 atomic_init(&c->data_unaligned_warned, 0); in sws_alloc_context()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 123 std::atomic_init(&atomic_counter, size_t{0}); in CompilationUnitQueues() 130 std::atomic_init(&top_tier_compiled_.get()[i], false); in CompilationUnitQueues() 300 for (auto& atomic : has_units) std::atomic_init(&atomic, false); in BigUnitsQueue()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |