OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullness
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h
90
u32
fullness
;
member in struct:__anon38542
/external/v8/src/
d8-posix.cc
307
int
fullness
= 0;
local
320
read(child_fd, buffer +
fullness
, kStdoutReadBufferSize -
fullness
));
339
if (bytes_read +
fullness
> 0) {
341
bytes_read +
fullness
:
342
LengthWithoutIncompleteUtf8(buffer, bytes_read +
fullness
);
347
fullness
= bytes_read +
fullness
- length;
348
memcpy(buffer, buffer + length,
fullness
);
Completed in 85 milliseconds