Home
last modified time | relevance | path

Searched refs:nrBytes (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicokfst.c80 static void FixedBytesToUnsignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * p… in FixedBytesToUnsignedNum() argument
85 for (i = 0; i < nrBytes; i++) { in FixedBytesToUnsignedNum()
94 static void FixedBytesToSignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos… in FixedBytesToSignedNum() argument
100 for (i = 0; i < nrBytes; i++) { in FixedBytesToSignedNum()
Dpicopr.c986 … pr_copyData(picoos_uint8 * dest, const picoos_uint8 * src, picoos_int32 nrBytes, picoos_bool zero… in pr_copyData() argument
992 while ((i<nrBytes) && (i<PR_MAX_DATA_LEN)) { in pr_copyData()