Searched refs:toRead (Results 1 – 1 of 1) sorted by relevance
13994 unsigned int toRead; in AU_CUS_DTS_Parser_dtsDecodeBUILDVER() local13998 toRead = DTS_HD_BUILDVER_MAX_LENGTH_IN_BYTES; in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()14002 toRead = (unsigned int)chunkLength; in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()14006 if(toRead == fread(bldVerChunk, 1, toRead, fp)) in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()14009 memcpy(&pFileInfo->bldVer.data, bldVerChunk, toRead); in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()