OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextblock
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/details/
fstream_win32io.cpp
494
char *
nextblock
= buf, * ptrtextbuf = textbuf;
local
501
(nextlf = (char *)memchr(
nextblock
, _STLP_LF, nextblocksize)) != 0) {
502
ptrdiff_t linelength = nextlf -
nextblock
;
503
memcpy(ptrtextbuf,
nextblock
, linelength);
505
nextblock
+= (linelength + 1);
508
nextblocksize = (min) (ptrdiff_t(endblock -
nextblock
),
514
memcpy(ptrtextbuf,
nextblock
, nextblocksize);
516
nextblock
+= nextblocksize;
532
written = (
nextblock
- buf);
/ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp
494
char *
nextblock
= buf, * ptrtextbuf = textbuf;
local
501
(nextlf = (char *)memchr(
nextblock
, _STLP_LF, nextblocksize)) != 0) {
502
ptrdiff_t linelength = nextlf -
nextblock
;
503
memcpy(ptrtextbuf,
nextblock
, linelength);
505
nextblock
+= (linelength + 1);
508
nextblocksize = (min) (ptrdiff_t(endblock -
nextblock
),
514
memcpy(ptrtextbuf,
nextblock
, nextblocksize);
516
nextblock
+= nextblocksize;
532
written = (
nextblock
- buf);
Completed in 155 milliseconds