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

  /external/e2fsprogs/util/
symlinks.c 326 int dircount = 0; local
381 ++dircount;
384 if (dircount == 0)
  /external/tcpdump/
print-aoe.c 262 uint8_t dircount, i; local
279 dircount = *cp;
281 ND_PRINT((ndo, ", Dir Count: %u", dircount));
282 if (AOEV1_MAC_ARG_LEN + dircount * 8 > len)
285 for (i = 0; i < dircount; i++) {
  /external/opencv3/3rdparty/libtiff/
tif_dir.c 1340 uint16 dircount; local
1406 uint16 dircount; local
    [all...]
tif_dirwrite.c 250 uint16 dircount; local
254 !ReadOK(tif, &dircount, 2)) {
260 TIFFSwabShort(&dircount);
262 nextdir+2+dircount*12, SEEK_SET);
275 nextdir+2+dircount*12, SEEK_SET);
309 uint16 dircount; local
326 dircount=(uint16)dircount64;
328 nextdir+8+dircount*20, SEEK_SET);
341 nextdir+8+dircount*20, SEEK_SET);
2451 uint16 dircount; local
2511 uint16 dircount; local
2574 uint16 dircount; local
    [all...]
tif_dirread.c 154 static void TIFFReadDirectoryCheckOrder(TIFF* tif, TIFFDirEntry* dir, uint16 dircount);
155 static TIFFDirEntry* TIFFReadDirectoryFindEntry(TIFF* tif, TIFFDirEntry* dir, uint16 dircount, uint16 tagid);
158 static int EstimateStripByteCounts(TIFF* tif, TIFFDirEntry* dir, uint16 dircount);
3422 uint16 dircount; local
4158 uint16 dircount; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 1372 uint16 dircount; local
1439 uint16 dircount; local
    [all...]
tif_dirwrite.c 250 uint16 dircount; local
254 !ReadOK(tif, &dircount, 2)) {
260 TIFFSwabShort(&dircount);
262 nextdir+2+dircount*12, SEEK_SET);
275 nextdir+2+dircount*12, SEEK_SET);
309 uint16 dircount; local
326 dircount=(uint16)dircount64;
328 nextdir+8+dircount*20, SEEK_SET);
341 nextdir+8+dircount*20, SEEK_SET);
2451 uint16 dircount; local
2511 uint16 dircount; local
2574 uint16 dircount; local
    [all...]
tif_dirread.c 154 static void TIFFReadDirectoryCheckOrder(TIFF* tif, TIFFDirEntry* dir, uint16 dircount);
155 static TIFFDirEntry* TIFFReadDirectoryFindEntry(TIFF* tif, TIFFDirEntry* dir, uint16 dircount, uint16 tagid);
158 static int EstimateStripByteCounts(TIFF* tif, TIFFDirEntry* dir, uint16 dircount);
3401 uint16 dircount; local
4154 uint16 dircount; local
    [all...]

Completed in 670 milliseconds