Home
last modified time | relevance | path

Searched refs:nextdir (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.c1443 TIFFAdvanceDirectory(TIFF* tif, uint64* nextdir, uint64* off) in TIFFAdvanceDirectory() argument
1448 uint64 poff=*nextdir; in TIFFAdvanceDirectory()
1459 *nextdir=0; in TIFFAdvanceDirectory()
1477 *nextdir=nextdir32; in TIFFAdvanceDirectory()
1509 _TIFFmemcpy(nextdir,tif->tif_base+poffc,sizeof(uint64)); in TIFFAdvanceDirectory()
1511 TIFFSwabLong8(nextdir); in TIFFAdvanceDirectory()
1521 if (!SeekOK(tif, *nextdir) || in TIFFAdvanceDirectory()
1542 *nextdir=nextdir32; in TIFFAdvanceDirectory()
1548 if (!SeekOK(tif, *nextdir) || in TIFFAdvanceDirectory()
1568 if (!ReadOK(tif, nextdir, sizeof (uint64))) { in TIFFAdvanceDirectory()
[all …]
Dtif_dirwrite.c290 uint32 nextdir; in TIFFRewriteDirectory() local
291 nextdir = tif->tif_header.classic.tiff_diroff; in TIFFRewriteDirectory()
296 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory()
305 nextdir+2+dircount*12, SEEK_SET); in TIFFRewriteDirectory()
318 nextdir+2+dircount*12, SEEK_SET); in TIFFRewriteDirectory()
327 nextdir=nextnextdir; in TIFFRewriteDirectory()
348 uint64 nextdir; in TIFFRewriteDirectory() local
349 nextdir = tif->tif_header.big.tiff_diroff; in TIFFRewriteDirectory()
355 if (!SeekOK(tif, nextdir) || in TIFFRewriteDirectory()
371 nextdir+8+dircount*20, SEEK_SET); in TIFFRewriteDirectory()
[all …]
/external/webrtc/tools_webrtc/vim/
Dwebrtc.ycm_extra_conf.py98 nextdir = os.path.normpath(os.path.join(curdir, '..'))
99 if nextdir == curdir:
101 curdir = nextdir
/external/python/cpython2/Lib/
DCGIHTTPServer.py112 nextdir = path[:i]
115 scriptdir = self.translate_path(nextdir)
117 dir, rest = nextdir, nextrest
/external/python/cpython3/Lib/http/
Dserver.py1041 nextdir = path[:i]
1044 scriptdir = self.translate_path(nextdir)
1046 dir, rest = nextdir, nextrest
/external/e2fsprogs/e2fsck/
Dpass2.c382 struct ext2_dir_entry *nextdir; in check_dot() local
421 nextdir = (struct ext2_dir_entry *) in check_dot()
425 nextdir); in check_dot()
426 nextdir->inode = 0; in check_dot()
427 ext2fs_dirent_set_name_len(nextdir, 0); in check_dot()
428 ext2fs_dirent_set_file_type(nextdir, in check_dot()