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

  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 146 uint32_t blockLen = CPL;
177 if (sizeOfBlob < blockLen)
179 blockLen = sizeOfBlob;
189 for (i=0; i<blockLen; ++i)
194 if ((blockLen < CPL) && (moreThanOneLine))
197 for (i=0; i<(3*(CPL-blockLen)); ++i) {
203 for (i=0; i<blockLen; ++i)
209 blob = &(((const char *)blob)[blockLen]);
210 sizeOfBlob -= blockLen;