OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullness
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h
90
u32
fullness
;
member in struct:__anon29865
/external/chromium_org/v8/src/
d8-posix.cc
319
int
fullness
= 0;
local
331
buffer +
fullness
,
332
kStdoutReadBufferSize -
fullness
);
350
if (bytes_read +
fullness
> 0) {
352
bytes_read +
fullness
:
353
LengthWithoutIncompleteUtf8(buffer, bytes_read +
fullness
);
357
fullness
= bytes_read +
fullness
- length;
358
memcpy(buffer, buffer + length,
fullness
);
/external/v8/src/
d8-posix.cc
316
int
fullness
= 0;
local
327
buffer +
fullness
,
328
kStdoutReadBufferSize -
fullness
);
345
if (bytes_read +
fullness
> 0) {
347
bytes_read +
fullness
:
348
LengthWithoutIncompleteUtf8(buffer, bytes_read +
fullness
);
351
fullness
= bytes_read +
fullness
- length;
352
memcpy(buffer, buffer + length,
fullness
);
Completed in 134 milliseconds