Searched refs:nextdir (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dir.c | 1371 TIFFAdvanceDirectory(TIFF* tif, uint64* nextdir, uint64* off) in TIFFAdvanceDirectory() argument 1376 uint64 poff=*nextdir; in TIFFAdvanceDirectory() 1387 *nextdir=0; in TIFFAdvanceDirectory() 1405 *nextdir=nextdir32; in TIFFAdvanceDirectory() 1437 _TIFFmemcpy(nextdir,tif->tif_base+poffc,sizeof(uint64)); in TIFFAdvanceDirectory() 1439 TIFFSwabLong8(nextdir); in TIFFAdvanceDirectory() 1449 if (!SeekOK(tif, *nextdir) || in TIFFAdvanceDirectory() 1470 *nextdir=nextdir32; in TIFFAdvanceDirectory() 1476 if (!SeekOK(tif, *nextdir) || in TIFFAdvanceDirectory() 1496 if (!ReadOK(tif, nextdir, sizeof (uint64))) { in TIFFAdvanceDirectory() [all …]
|
D | tif_dirwrite.c | 247 uint32 nextdir; in TIFFRewriteDirectory() local 248 nextdir = tif->tif_header.classic.tiff_diroff; in TIFFRewriteDirectory() 253 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory() 262 nextdir+2+dircount*12, SEEK_SET); in TIFFRewriteDirectory() 275 nextdir+2+dircount*12, SEEK_SET); in TIFFRewriteDirectory() 284 nextdir=nextnextdir; in TIFFRewriteDirectory() 305 uint64 nextdir; in TIFFRewriteDirectory() local 306 nextdir = tif->tif_header.big.tiff_diroff; in TIFFRewriteDirectory() 312 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory() 328 nextdir+8+dircount*20, SEEK_SET); in TIFFRewriteDirectory() [all …]
|
/external/v8/ |
D | .ycm_extra_conf.py | 70 nextdir = os.path.normpath(os.path.join(curdir, '..')) 71 if nextdir == curdir: 73 curdir = nextdir
|
/external/e2fsprogs/e2fsck/ |
D | pass2.c | 356 struct ext2_dir_entry *nextdir; in check_dot() local 395 nextdir = (struct ext2_dir_entry *) in check_dot() 399 nextdir); in check_dot() 400 nextdir->inode = 0; in check_dot() 401 ext2fs_dirent_set_name_len(nextdir, 0); in check_dot() 402 ext2fs_dirent_set_file_type(nextdir, in check_dot()
|