HomeSort by relevance Sort by last modified time
    Searched refs:bytes_fetched (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/
network.py 162 bytes_fetched = 0
163 while bytes_fetched < bytes_to_fetch:
164 bytes_left = bytes_to_fetch - bytes_fetched
167 bytes_fetched += bytes_read
  /toolchain/binutils/binutils-2.27/opcodes/
xtensa-dis.c 139 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
188 bytes_fetched = fetch_data (info, memaddr);
193 xtensa_insnbuf_from_chars (isa, insn_buffer, priv.byte_buf, bytes_fetched);
197 || ((size = xtensa_format_length (isa, fmt)) > bytes_fetched))

Completed in 116 milliseconds