OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_in
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp
39
RetainPtr<IFX_SeekableReadStream>
io_in
() const { return m_io_in; }
function in class:CTiffContext
113
if (!pTiffContext->
io_in
()->ReadBlock(buf, offset, length))
117
if (offset + length > pTiffContext->
io_in
()->GetSize())
118
return pTiffContext->
io_in
()->GetSize() - offset;
137
if (file_offset > pTiffContext->
io_in
()->GetSize())
151
if (pTiffContext->
io_in
()->GetSize() < file_offset)
153
pTiffContext->set_offset(pTiffContext->
io_in
()->GetSize() - file_offset);
167
return static_cast<toff_t>(pTiffContext->
io_in
()->GetSize());
/external/toybox/toys/other/
vmstat.c
37
uint64_t
io_in
, io_out;
member in struct:vmstat_proc
132
// cache, swap_in, swap_out,
io_in
, io_out, sirq, ctxt, user, sys, idle,wait
Completed in 183 milliseconds