/prebuilts/ndk/r11/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);
|
/prebuilts/ndk/r13/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);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_collectionsmodule.c | 491 block *nextblock = deque->leftblock->rightlink;
local 494 assert(nextblock != NULL);
495 nextblock->leftlink = NULL;
496 deque->leftblock = nextblock;
[all...] |
/external/toybox/generated/ |
globals.h | 732 unsigned nextblock; // Next data block to allocate member in struct:mke2fs_data
|