Searched refs:chunkCount (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-sctp.c96 int chunkCount; local
162 for (chunkCount = 0,
170 chunkDescPtr = (const struct sctpChunkDesc *) nextChunk, chunkCount++)
179 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength);
192 printf("%s%d) ", sep, chunkCount+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.h88 long chunkCount; member in struct:MOVTrack
H A Dmovenc.c123 avio_wb32(pb, track->chunkCount); /* entry count */
182 avio_wb32(pb, track->chunkCount); // entry count
2519 if (trk->chunkCount)
2521 trk->chunkCount = 1;
2531 trk->chunkCount++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFile.cpp2022 uint16 chunkCount = 0; // Number of found chunks with same priority local
2029 chunkCount = 1;
2032 ++chunkCount;
2038 uint16 randomness = 1 + (int) (((float)(chunkCount-1))*rand()/(RAND_MAX+1.0));

Completed in 74 milliseconds