Home
last modified time | relevance | path

Searched defs:bytes_to_read (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc83 int32_t bytes_to_read = in Read() local
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp422 size_t bytes_to_read = size; in DoReadMemory() local
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp292 size_t bytes_to_read = size; // Number of bytes to read from the core file in DoReadMemory() local
/external/libpcap/
Dsf-pcap-ng.c231 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Djp2.c1106 OPJ_UINT32 bytes_to_read = (OPJ_UINT32)((channel_size[i]+7)>>3); in opj_jp2_read_pclr() local
/external/lldb/source/Target/
DProcess.cpp2406 addr_t bytes_to_read = std::min<addr_t>(bytes_left, cache_line_bytes_left); in ReadStringFromMemory() local
2455 addr_t bytes_to_read = std::min<addr_t>(bytes_left, cache_line_bytes_left); in ReadCStringFromMemory() local
DTarget.cpp1412 addr_t bytes_to_read = std::min<addr_t>(bytes_left, cache_line_bytes_left); in ReadCStringFromMemory() local