HomeSort by relevance Sort by last modified time
    Searched defs:blockLen (Results 1 - 5 of 5) 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;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 59 int blockLen; /* block length */
72 int blockLen; /* Sample: Handles non-128 bit block sizes (if available) */
78 makeKeyEx(): parameter blockLen added
81 cipherInitEx(): parameter blockLen added (for obvious reasons)
  /external/srec/srec/include/
fpi_tgt.h 100 int blockLen; /* Blocking enabled to this length */
127 fepFramePkt* createFrameBuffer(int fCnt, int dimen, int blockLen, int doVoice);
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 54 int blockLen;
  /dalvik/tools/hprof-conv/
HprofConv.c 325 int blockLen = 0;
328 blockLen += kIdentSize * 7 + 8;
329 buf += blockLen;
330 len -= blockLen;

Completed in 404 milliseconds