HomeSort by relevance Sort by last modified time
    Searched full:rchunk (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h 39 // Convenience wrapper around an RChunk
40 class SymbianChunk : public RChunk {
OSAllocatorSymbian.cpp 47 RChunk c;
130 // - OSAllocator::commit() actually calls RChunk.commit() and commits *all or part* of the region
132 // - OSAllocator::decommit() calls RChunk.decommit()
139 RChunk chunk;
OSAllocator.h 83 // On Symbian, this makes implementation simpler and better aligned with the RChunk API
  /external/genext2fs/
genext2fs.c 320 // This code uses backward seeks (unless rchunk is set to 1) which can't work
322 // regular files, so a larger rchunk and backward seeks are okay.
328 size_t const rchunk = 512; // number of bytes to read local
330 size_t m = rchunk + 1; // initial buffer size
352 i = fread(p, 1, rchunk, stream);
353 if (i < rchunk && ferror(stream))
377 i = ((m + (rchunk + 1 > mchunk ? rchunk + 1 : mchunk) +
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog     [all...]
ChangeLog-2011-02-16     [all...]

Completed in 261 milliseconds