OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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::__anon26471
/toolchain/binutils/binutils-2.25/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 202 milliseconds