HomeSort by relevance Sort by last modified time
    Searched full:total_buflen (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/EventLog/src/
riff.c 951 unsigned int total_buflen; local
984 total_buflen = headerSize + num_bytes;
1006 total_buflen += listChunkSize;
1008 if (total_buflen > *buflen)
1015 *buflen = total_buflen;
1047 header.riffChunkLength = total_buflen - chunkInfoSize;
EventLogImpl.c 603 unsigned int total_buflen; local
616 total_buflen = sizeof(RiffHeaderStruct) + impl->waveform_num_bytes;
619 header.riffChunkLength = total_buflen - sizeof(ChunkInfoStruct);

Completed in 51 milliseconds