HomeSort by relevance Sort by last modified time
    Searched defs:dircount (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/util/
symlinks.c 330 int dircount = 0; local
385 ++dircount;
388 if (dircount == 0)
  /external/tcpdump/
print-aoe.c 260 uint8_t dircount, i; local
277 dircount = *cp;
279 ND_PRINT((ndo, ", Dir Count: %u", dircount));
280 if (AOEV1_MAC_ARG_LEN + dircount * 8 > len)
283 for (i = 0; i < dircount; i++) {
  /external/pdfium/third_party/libtiff/
tif_dir.c 1432 uint16 dircount; local
1499 uint16 dircount; local
    [all...]
tif_dirwrite.c 251 uint16 dircount; local
255 !ReadOK(tif, &dircount, 2)) {
261 TIFFSwabShort(&dircount);
263 nextdir+2+dircount*12, SEEK_SET);
276 nextdir+2+dircount*12, SEEK_SET);
310 uint16 dircount; local
327 dircount=(uint16)dircount64;
329 nextdir+8+dircount*20, SEEK_SET);
342 nextdir+8+dircount*20, SEEK_SET);
2540 uint16 dircount; local
2600 uint16 dircount; local
2663 uint16 dircount; local
    [all...]
tif_dirread.c 156 static void TIFFReadDirectoryCheckOrder(TIFF* tif, TIFFDirEntry* dir, uint16 dircount);
157 static TIFFDirEntry* TIFFReadDirectoryFindEntry(TIFF* tif, TIFFDirEntry* dir, uint16 dircount, uint16 tagid);
160 static int EstimateStripByteCounts(TIFF* tif, TIFFDirEntry* dir, uint16 dircount);
3418 uint16 dircount; local
4209 uint16 dircount; local
    [all...]

Completed in 271 milliseconds