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

  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libmsgctl.h 30 char pbytes[99]; member in struct:mbuffer::__anon28542
  /toolchain/binutils/binutils-2.27/gold/
fileread.cc 519 const unsigned char* pbytes = static_cast<const unsigned char*>(p); local
520 File_read::View* v = new File_read::View(poff, psize, pbytes, byteshift,
590 unsigned char* pbytes; local
591 pbytes = static_cast<unsigned char*>(malloc(v->size() + byteshift));
592 if (pbytes == NULL)
594 memset(pbytes, 0, byteshift);
595 memcpy(pbytes + byteshift, v->data() + v->byteshift(), v->size());
598 new File_read::View(v->start(), v->size(), pbytes, byteshift,

Completed in 99 milliseconds