Home
last modified time | relevance | path

Searched defs:alignedSize (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dmmapped_buffer.h57 void *const mmappedBuffer, const int alignedSize, const int mmapFd, in MmappedBuffer()
Dmmapped_buffer.cpp41 int alignedSize = bufferSize + offset; in openBuffer() local
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h262 size_t alignedSize() const { return ((mSize + kAlignment - 1) / kAlignment) * kAlignment; } in alignedSize() function