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

  /external/svox/pico/lib/
picowa.c 60 picoos_uint16 inLen; /* length of item in inBuf, 0 for empty buf */
97 wa->inLen = 0;
292 if (PICO_OK == picodata_copy_item(wa->inBuf, wa->inLen,
295 wa->inLen = 0;
333 wa->inLen = 0;
340 if (PICO_OK == picodata_copy_item(wa->inBuf, wa->inLen,
343 wa->inLen = 0;
390 PICODBG_DEBUG(("doing state %i, inLen: %d, outLen: %d",
391 wa->procState, wa->inLen, wa->outLen));
398 if (wa->inLen == 0) { /* is input buffer empty? *
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 512 SizeT inLen = inSize - inPos;
517 xzu.InBuf + inPos, &inLen,
520 // printf("\n_inPos = %6d inLen = %5d, outLen = %5d", inPos, inLen, outLen);
522 inPos += (UInt32)inLen;
524 lps->InSize += inLen;
527 bool finished = (((inLen == 0) && (outLen == 0)) || res != SZ_OK);
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 800 milliseconds