Searched refs:io_ (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | edit-output.cpp | 137 ConnectionState &connection{io_.GetConnectionState()}; in EmitPrefix() 140 io_.AdvanceRecord()) && in EmitPrefix() 141 io_.Emit(" (", prefixLength); in EmitPrefix() 143 return io_.EmitRepeated(' ', width - length); in EmitPrefix() 151 return io_.Emit(edit.modes.editingFlags & decimalComma ? ";" : ",", 1); in EmitSuffix() 153 return io_.Emit(")", 1); in EmitSuffix() 169 io_.GetIoErrorHandler().Crash( in Convert() 209 io_.Emit(converted.str, converted.length) && EmitSuffix(edit); in EditEorDOutput() 239 return io_.EmitRepeated('*', width); in EditEorDOutput() 247 io_.Emit(converted.str, signLength + digitsBeforePoint) && in EditEorDOutput() [all …]
|
D | unit.h | 71 io_.emplace(state); in BeginIoStatement() 72 return *io_; in BeginIoStatement() 125 std::optional<IoStatementState> io_; variable
|
D | edit-output.h | 38 explicit RealOutputEditingBase(IoStatementState &io) : io_{io} {} in RealOutputEditingBase() 58 IoStatementState &io_; variable
|
D | unit.cpp | 508 io_.reset(); in EndIoStatement()
|
/external/webp/src/dec/ |
D | idec_dec.c | 70 VP8Io io_; member 117 idec->io_.data = new_base; in DoRemap() 118 idec->io_.data_size = MemDataSize(mem); in DoRemap() 291 VP8ExitCritical((VP8Decoder*)idec->dec_, &idec->io_); in IDecError() 303 idec->io_.data = mem->buf_ + mem->start_; in ChangeState() 304 idec->io_.data_size = MemDataSize(mem); in ChangeState() 364 idec->io_.data = data; in DecodeVP8FrameHeader() 365 idec->io_.data_size = curr_size; in DecodeVP8FrameHeader() 401 VP8Io* const io = &idec->io_; in DecodePartition0() 454 VP8Io* const io = &idec->io_; in DecodeRemaining() [all …]
|
D | vp8l_dec.c | 784 assert(row <= dec->io_->crop_bottom); in ProcessRows() 789 VP8Io* const io = dec->io_; in ProcessRows() 859 ALPHDecoder* const alph_dec = (ALPHDecoder*)dec->io_->opaque; in ExtractPalettedAlphaRows() 862 alph_dec->filter_ == WEBP_FILTER_HORIZONTAL) ? dec->io_->crop_top in ExtractPalettedAlphaRows() 865 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows() 868 const int width = dec->io_->width; in ExtractPalettedAlphaRows() 1544 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows() 1549 ALPHDecoder* const alph_dec = (ALPHDecoder*)dec->io_->opaque; in ExtractAlphaRows() 1551 const int width = dec->io_->width; // the final width (!= dec->width_) in ExtractAlphaRows() 1578 dec->io_ = &alph_dec->io_; in VP8LDecodeAlphaHeader() [all …]
|
D | alphai_dec.h | 34 VP8Io io_; member
|
D | alpha_dec.c | 55 VP8Io* const io = &dec->io_; in ALPHInit() 113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()
|
D | vp8li_dec.h | 61 VP8Io* io_; member
|
D | vp8i_dec.h | 171 VP8Io io_; // copy of the VP8Io to pass to put() member
|
D | frame_dec.c | 519 ctx->io_ = *io; in VP8ProcessRow() 650 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
|
/external/lua/src/ |
D | lobject.h | 687 { Node *n_=(node); const TValue *io_=(obj); \ 688 n_->u.key_val = io_->value_; n_->u.key_tt = io_->tt_; \ 689 checkliveness(L,io_); } 694 { TValue *io_=(obj); const Node *n_=(node); \ 695 io_->value_ = n_->u.key_val; io_->tt_ = n_->u.key_tt; \ 696 checkliveness(L,io_); }
|
/external/strace/ |
D | NEWS | 613 getdents64, getsockopt, io_*, mount, msgctl, prctl, quotactl, recvfrom, 891 * Corrected io_* syscall entries on ARM.
|
D | ChangeLog-CVS | 2207 * linux/syscallent.h: Use those for io_* syscalls.
|
D | ChangeLog | 33100 * tests/aio.c (main): Place all objects passed to io_* syscalls 37440 aio.c: enhance io_* syscalls decoding. 43147 x32: update io_{setup,submit} syscalls. 43151 * linux/x32/syscallent.h: Change existing io_{setup,submit} to 64bit, 44530 Move io_* syscalls decoding to a separate file. 49834 arm: fix io_* syscall entries.
|