OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
591
unsigned int
total_buflen
;
local
604
total_buflen
= sizeof(RiffHeaderStruct) + impl->waveform_num_bytes;
607
header.riffChunkLength =
total_buflen
- sizeof(ChunkInfoStruct);
Completed in 116 milliseconds