OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ckLength
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/EventLog/include/
riff.h
84
int
ckLength
;
/external/srec/srec/EventLog/src/
riff.c
889
ck.
ckLength
= chunk_len;
892
swapInt(&ck.
ckLength
);
1065
ck.
ckLength
= listChunkSize - chunkInfoSize;
1066
if (doSwap) swapInt(&ck.
ckLength
);
1083
ck.
ckLength
= kvals_chunk_size; /* num_pairs and pairs themselves */
1084
if (doSwap) swapInt(&ck.
ckLength
);
Completed in 1024 milliseconds