/external/webkit/Source/JavaScriptCore/heap/ |
MarkedSpace.h | 99 MarkedBlock* nextBlock; 160 : nextBlock(0) 167 nextBlock = blockList.head();
|
MarkedSpace.cpp | 57 sizeClass.nextBlock = block; 77 for (MarkedBlock*& block = sizeClass.nextBlock ; block; block = block->next()) { 101 sizeClass.nextBlock = sizeClass.blockList.head();
|
/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);
|
/external/clang/lib/CodeGen/ |
CGCUDANV.cpp | 100 llvm::BasicBlock *NextBlock = CGF.createBasicBlock("setup.next"); 111 CGF.Builder.CreateCondBr(CSZero, NextBlock, EndBlock); 112 CGF.EmitBlock(NextBlock);
|
CGException.cpp | [all...] |
CGStmt.cpp | [all...] |
/dalvik/vm/compiler/ |
Frontend.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 504 <Emphasis>nextblock</Emphasis> to pass to its next block, letting EXT2ED following by [all...] |
ext2ed-design.sgml | [all...] |
/external/e2fsprogs/ext2ed/ |
init.c | 280 add_user_command (&ptr->type_commands,"nextblock","Pass to next file block",type_file___nextblock);
|
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
DynMemManager.c | 25 /* minimum block size dynamically allocated in function nextBlock (affects only shared memory) */
|
/external/webkit/Source/WebCore/rendering/ |
RenderBlock.cpp | [all...] |
/external/webkit/Source/JavaScriptCore/ |
ChangeLog | [all...] |
ChangeLog-2010-05-24 | [all...] |