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

  /bootable/recovery/
asn1_decoder.cpp 39 bool asn1_context::skip_bytes(size_t num_skip) { function in class:asn1_context
94 skip_bytes(1);
96 if (!decode_length(&length) || !skip_bytes(length)) {
132 if (get_byte() == -1 || !decode_length(&length) || !skip_bytes(length)) {
asn1_decoder.h 47 bool skip_bytes(size_t num_skip);
  /system/core/debuggerd/libdebuggerd/
elf_utils.cpp 85 size_t skip_bytes = NOTE_ALIGN(nhdr.n_namesz) + NOTE_ALIGN(nhdr.n_descsz); local
86 addr += skip_bytes;
87 if (hdr_size < skip_bytes) {
90 hdr_size -= skip_bytes;
  /frameworks/base/tools/bit/
adb.cpp 182 skip_bytes(int fd, ssize_t size, char* scratch, int scratchSize) function
217 return skip_bytes(fd, 8, scratch, scratchSize);
229 return skip_bytes(fd, (ssize_t)size, scratch, scratchSize);
231 return skip_bytes(fd, 4, scratch, scratchSize);
  /build/make/tools/
fat16copy.py 54 def skip_bytes(f, n): function
60 skip_bytes(f, 2)
64 skip_bytes(f, 1)
68 skip_bytes(f, -n)
521 skip_bytes(f, 11)
532 skip_bytes(f, 3) # Various hackish nonsense
544 skip_bytes(f, 31)
553 skip_bytes(f, 31)
558 skip_bytes(f, 15) # Assorted flags, ctime/atime/mtime, etc.
628 skip_bytes(f, self.fat_size - 2
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
378 && skip_bytes (iter, end, length));
385 && skip_bytes (iter, end, length));
388 return skip_bytes (iter, end, encoded_ptr_width);
391 return skip_bytes (iter, end, 1);
394 return skip_bytes (iter, end, 2);
397 return skip_bytes (iter, end, 4);
400 return skip_bytes (iter, end, 8);
637 REQUIRE (skip_bytes (&buf, end, 4));
645 REQUIRE (skip_bytes (&buf, end, 4))
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 2251 Py_ssize_t skip_bytes, skip_back; local
    [all...]
  /external/python/cpython3/Lib/
_pyio.py     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 7682 size_t skip_bytes = d->skip; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 8401 size_t skip_bytes = d->skip; local
    [all...]

Completed in 155 milliseconds