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

  /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/webrtc/src/modules/audio_processing/ns/
ns_core.h 54 int blockLen;
ns_core.c 89 inst->blockLen = 80;
96 inst->blockLen = 160;
103 inst->blockLen = 160;
819 for (i = inst->windShift; i < inst->blockLen + inst->windShift; i++) {
823 memcpy(inst->syntBuf, inst->syntBuf + inst->blockLen,
824 sizeof(float) * (inst->anaLen - inst->blockLen));
825 memset(inst->syntBuf + inst->anaLen - inst->blockLen, 0,
826 sizeof(float) * inst->blockLen);
829 inst->outLen = inst->blockLen - inst->blockLen10ms;
830 if (inst->blockLen > inst->blockLen10ms)
    [all...]
  /external/srec/srec/clib/
fpi_tgt.c 51 * "blockLen" Blocking length (if Using)
64 fepFramePkt* createFrameBuffer(int fCnt, int dimen, int blockLen, int doVoice)
82 tmpsiz = blockLen;
90 blockLen = frame_mask + 1;
100 frmPkt->blockLen = blockLen;
290 * happen, blockLen member must be set. Otherwise pushBlkp will always
393 if (frmPkt->blockLen == 0)
583 if (frmPkt->blockLen > 0 && frmPkt->isCollecting == FB_ACTIVE)
585 if (POINTER_GAP(frmPkt, frmPkt->pullp, frmPkt->pushBlkp) >= frmPkt->blockLen)
    [all...]
  /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);
  /dalvik/tools/hprof-conv/
HprofConv.c 325 int blockLen = 0;
328 blockLen += kIdentSize * 7 + 8;
329 buf += blockLen;
330 len -= blockLen;

Completed in 351 milliseconds