Searched refs:write_flag (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-7.c | 154 #define write_flag(A) _write_flag(__FUNCTION__,__LINE__,A) macro 168 write_flag(MED_START_WORK); in low_prio_rt_thread() 200 write_flag(HIGH_GRAB_MUTEX); in med_prio_thread() 204 write_flag(HIGH_GRAB_MUTEX); in med_prio_thread() 233 write_flag(LOW_START_CYCLE); in high_prio_rt_thread() 239 write_flag(LOW_DROP_MUTEX); in high_prio_rt_thread() 244 write_flag(END_OF_CYCLE); in high_prio_rt_thread() 259 write_flag(END_OF_GAME); in high_prio_rt_thread()
|
/third_party/ffmpeg/libavformat/ |
D | aviobuf.c | 91 int write_flag, in ffio_init_context() argument 107 url_resetbuf(s, write_flag ? AVIO_FLAG_WRITE : AVIO_FLAG_READ); in ffio_init_context() 121 if (!read_packet && !write_flag) { in ffio_init_context() 141 int write_flag, in avio_alloc_context() argument 150 ffio_init_context(s, buffer, buffer_size, write_flag, opaque, in avio_alloc_context() 190 if (s->write_flag && s->buf_ptr_max > s->buffer) { in flush_buffer() 199 if (!s->write_flag) in flush_buffer() 247 int seekback = s->write_flag ? FFMIN(0, s->buf_ptr - s->buf_ptr_max) : 0; in avio_flush() 270 pos = s->pos - (s->write_flag ? 0 : buffer_size); in avio_seek() 293 offset1 >= 0 && offset1 <= (s->write_flag ? s->buf_ptr_max - s->buffer : buffer_size)) { in avio_seek() [all …]
|
D | avio.h | 240 int write_flag; /**< true if open for writing */ member 465 int write_flag,
|
D | avio_internal.h | 32 int write_flag,
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 353 static VALUE grpc_rb_call_set_write_flag(VALUE self, VALUE write_flag) { in grpc_rb_call_set_write_flag() argument 354 if (!NIL_P(write_flag) && TYPE(write_flag) != T_FIXNUM) { in grpc_rb_call_set_write_flag() 356 rb_obj_classname(write_flag)); in grpc_rb_call_set_write_flag() 360 return rb_ivar_set(self, id_write_flag, write_flag); in grpc_rb_call_set_write_flag() 625 unsigned write_flag; member 632 unsigned write_flag) { in grpc_run_batch_stack_init() argument 639 st->write_flag = write_flag; in grpc_run_batch_stack_init() 711 st->ops[st->op_num].flags = st->write_flag; in grpc_run_batch_stack_fill_ops() 828 unsigned write_flag = 0; in grpc_rb_call_run_batch() local 844 write_flag = NUM2UINT(rb_write_flag); in grpc_rb_call_run_batch() [all …]
|
/third_party/grpc/src/ruby/pb/test/ |
D | client.rb | 247 @call_op.write_flag = request_and_flag[:write_flag] 414 write_flag: 0 }, 416 write_flag: GRPC::Core::WriteFlags::NO_COMPRESS }
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | callback_common.pyx.pxi | 141 int write_flag, argument 143 cdef SendMessageOperation op = SendMessageOperation(message, write_flag)
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.c | 282 (*context)->write_flag = 0; in gst_ffmpegdata_open()
|
/third_party/grpc/src/ruby/spec/generic/ |
D | client_stub_spec.rb | 60 op_view.write_flag = 1 77 expect(op_view.write_flag).to be(nil)
|
D | active_call_spec.rb | 168 client_call.write_flag = f
|