HomeSort by relevance Sort by last modified time
    Searched refs:picoos_uint8 (Results 26 - 35 of 35) sorted by null

12

  /external/svox/pico/lib/
picokfst.c 58 picoos_uint8 * fstStream; /* the byte stream base address */
80 static void FixedBytesToUnsignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_uint32 * num)
94 static void FixedBytesToSignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_int32 * num)
116 static void BytesToNum (picoos_uint8 * stream, picoos_uint32 * pos, picoos_int32 * num)
247 extern picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this)
picokpdf.c 131 static picoos_uint8 convScaleFactorToBig(picoos_uint8 pow, picoos_uint8 bigpow)
148 picoos_uint8 scmeanpow, maxbigpow, nummean;
149 picoos_uint8 i;
194 pdfmul->meanpowUm = picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
195 pdfmul->ivarpow = picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
picosig.c 70 picoos_uint8 procState; /* where to take up work at next processing step */
71 picoos_uint8 retState; /* where to return after next processing step */
72 picoos_uint8 needMoreInput; /* more data necessary to start processing */
74 picoos_uint8 inBuf[PICOSIG_IN_BUFF_SIZE]; /* internal input buffer */
82 picoos_uint8 outBuf[PICOSIG_OUT_BUFF_SIZE]; /* internal output buffer */
91 picoos_uint8 innerProcState; /*where to take up work at next processing step*/
326 picoos_uint8 *nCurrIndexOffset, *nContent;
338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32);
584 = (picoos_uint8) PICODATA_ITEM_FRAME;
586 = (picoos_uint8) (hop_p_half)
    [all...]
picokfst.h 73 * picoos_uint8 transductionMode = PICOKFST_TRANSMODE_NEWSYMS | PICOKFST_TRANSMODE_POSUSED;
111 picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this);
picoknow.h 173 picoos_uint8 * base; /* start address */
picorsrc.h 164 picoos_uint8 numResources;
picoctrl.c 77 picoos_uint8 numProcUnits;
78 picoos_uint8 curPU;
79 picoos_uint8 lastItemTypeProduced;
144 picoos_uint8 btype;
161 ctrl->lastItemTypeProduced=(picoos_uint8)btype;
303 picoos_uint8 newPU;
576 picoos_uint8 done= TRUE;
765 rv = picodata_cbGetSpeechData(this->cbOut, (picoos_uint8 *)buffer,
picorsrc.c 68 picoos_uint8 * raw_mem; /* pointer to allocated memory. NULL if preallocated. */
70 picoos_uint8 * start; /* start of content (after header) */
171 picoos_uint8 numResources;
179 /* picoos_uint8 i; */
272 static picoos_uint8 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) {
320 if (picoos_ReadBytes(file, (picoos_uint8 *) this->tmpHeader, &n) && hdrlen1 == n) {
339 picoos_uint8 * data,
472 picoos_uint8 * data,
479 picoos_uint8 i, numKbs, kbid;
542 picoos_uint8 rem
    [all...]
picotok.c 91 typedef picoos_uint8 pico_tokenType;
248 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */
483 picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2,
578 picoos_uint8 type,
579 picoos_uint8 info1, picoos_uint8 info2,
580 picoos_uint8 len,
581 picoos_uint8 data[]
    [all...]
picopr.c 288 picoos_uint8 inBuf[IN_BUF_SIZE+PICODATA_ITEM_HEADSIZE]; /* internal input buffer */
291 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */
305 picoos_uint8 pr_WorkMem[PR_WORK_MEM_SIZE];
308 picoos_uint8 pr_DynMem[PR_DYN_MEM_SIZE];
468 static picoos_uint32 pr_strcpy(picoos_uint8 * dest, const picoos_uint8 * src)
482 static picoos_uint32 pr_strcat(picoos_uint8 * dest, const picoos_uint8 * src)
813 static picoos_bool pr_isCmdType (pr_ioItemPtr it, picoos_uint8 type)
823 static picoos_bool pr_isCmdInfo2 (pr_ioItemPtr it, picoos_uint8 info2
    [all...]

Completed in 498 milliseconds

12