Searched refs:dircount (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirread.c98 uint16 dircount; local
142 if (!ReadOK(tif, &dircount, sizeof (uint16))) {
149 TIFFSwabShort(&dircount);
151 dircount, sizeof (TIFFDirEntry), "to read TIFF directory");
154 if (!ReadOK(tif, dir, dircount*sizeof (TIFFDirEntry))) {
173 _TIFFmemcpy(&dircount, tif->tif_base + off, sizeof (uint16));
176 TIFFSwabShort(&dircount);
178 dircount, sizeof (TIFFDirEntry), "to read TIFF directory");
181 if (off + dircount*sizeof (TIFFDirEntry) > tif->tif_size) {
188 dircount*sizeo
641 EstimateStripByteCounts(TIFF* tif, TIFFDirEntry* dir, uint16 dircount) argument
[all...]
H A Dtif_dirwrite.c94 uint16 dircount; local
359 dircount = (uint16) nfields;
372 for (dir = (TIFFDirEntry*) data; dircount; dir++, dircount--) {
376 dircount = (uint16) nfields;
377 TIFFSwabShort(&dircount);
381 if (!WriteOK(tif, &dircount, sizeof (dircount))) {
1142 uint16 dircount; local
1145 !ReadOK(tif, &dircount, sizeo
1231 uint16 dircount; local
[all...]
H A Dtif_dir.c1180 uint16 dircount; local
1190 _TIFFmemcpy(&dircount, tif->tif_base+poff, sizeof (uint16));
1192 TIFFSwabShort(&dircount);
1193 poff+=sizeof (uint16)+dircount*sizeof (TIFFDirEntry);
1210 !ReadOK(tif, &dircount, sizeof (uint16))) {
1216 TIFFSwabShort(&dircount);
1219 dircount*sizeof (TIFFDirEntry), SEEK_CUR);
1222 dircount*sizeof (TIFFDirEntry), SEEK_CUR);
H A Dtif_ojpeg.c2578 uint16 dircount; local
2585 _TIFFmemcpy(&dircount,(const tdata_t)
2587 sizeof dircount);
2588 if (tif->tif_flags & TIFF_SWAB) TIFFSwabShort(&dircount);
2589 sp->src.next_input_byte += dircount*sizeof(TIFFDirEntry)
2590 + sizeof maxoffset + sizeof dircount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagtiff.cpp371 int dircount = 0; // according to the libtiff docs, dircount should be set to 1 here??? local
373 dircount++;
378 return dircount;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c154 int totalsize = 0, dircount, dirindex; local
171 dircount = scandir(name, &dirlist, 0, cramsort);
173 if (dircount < 0) {
179 for (dirindex = 0; dirindex < dircount; dirindex++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dxdr3.h97 __u32 dircount; member in struct:nfsd3_readdirargs
H A Dnfs3xdr.c562 args->dircount = ~0;
585 args->dircount = ntohl(*p++);

Completed in 97 milliseconds