HomeSort by relevance Sort by last modified time
    Searched defs:copy_bytes (Results 1 - 3 of 3) sorted by null

  /external/libunwind/src/
elfxx.c 56 size_t copy_bytes = MIN(sizeof(unw_word_t) - align_bytes, bytes); local
57 memcpy (buffer, (uint8_t*) (&data_word) + align_bytes, copy_bytes);
60 uint8_t* nul_terminator = memchr (buffer, '\0', copy_bytes);
66 addr += copy_bytes;
67 bytes_read += copy_bytes;
68 bytes -= copy_bytes;
69 buffer += copy_bytes;
  /external/harfbuzz_ng/src/
hb-machinery.hh 632 hb_bytes_t copy_bytes () const function in struct:hb_serialize_context_t
  /external/libcups/filter/
pstops.c 140 static void copy_bytes(cups_file_t *fp, off_t offset,
516 * 'copy_bytes()' - Copy bytes from the input file to stdout.
520 copy_bytes(cups_file_t *fp, /* I - File to read from */ function
979 copy_bytes(doc->temp, 0, (size_t)pageinfo->offset);
1014 copy_bytes(doc->temp, pageinfo->offset, (size_t)pageinfo->length);
1199 copy_bytes(doc->temp, 0, 0);
    [all...]

Completed in 704 milliseconds