Searched refs:bufferOffset (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dmmapped_buffer.h32 static MmappedBuffer* openBuffer(const char *const path, const int bufferOffset, argument
41 const int offset = bufferOffset % pagesize;
42 int alignedOffset = bufferOffset - offset;

Completed in 931 milliseconds