Home
last modified time | relevance | path

Searched refs:next (Results 1 – 15 of 15) sorted by relevance

/libtiff-4.0.7/contrib/iptcutil/
H A Diptcutil.c331 int *next,char *quoted);
479 next; in main() local
493 next=0; in main()
504 next; in main() local
511 next=0; in main()
527 next; in main() local
837 for(_p_tokpos=0;(c=line[*next]);++(*next)) /* main loop */ in tokenizer()
846 ++(*next); in tokenizer()
905 ++(*next); in tokenizer()
911 --(*next); in tokenizer()
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_lzw.c122 struct code_ent *next; member
400 codep = codep->next; in LZWDecode()
406 codep = codep->next; in LZWDecode()
421 codep = codep->next; in LZWDecode()
516 codep = codep->next; in LZWDecode()
536 codep = codep->next; in LZWDecode()
631 codep = codep->next; in LZWDecodeCompat()
636 codep = codep->next; in LZWDecodeCompat()
648 codep = codep->next; in LZWDecodeCompat()
740 codep = codep->next; in LZWDecodeCompat()
[all …]
H A Dtif_compress.c181 struct _codec* next; member
192 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC()
214 cd->next = registeredCODECS; in TIFFRegisterCODEC()
230 for (pcd = &registeredCODECS; (cd = *pcd) != NULL; pcd = &cd->next) in TIFFUnRegisterCODEC()
232 *pcd = cd->next; in TIFFUnRegisterCODEC()
261 for (cd = registeredCODECS; cd; cd = cd->next) { in TIFFGetConfiguredCODECs()
H A Dtif_extension.c72 psLink = psLink->next; in TIFFGetClientInfo()
90 psLink = psLink->next; in TIFFSetClientInfo()
104 psLink->next = tif->tif_clientinfo; in TIFFSetClientInfo()
H A Dtif_close.c67 tif->tif_clientinfo = psLink->next; in TIFFCleanup()
H A Dtiffiop.h82 struct client_info *next; member
/libtiff-4.0.7/tools/
H A Dtiffmedian.c76 struct colorbox *next, *prev; member
188 freeboxes[0].next = &freeboxes[1]; in main()
191 freeboxes[i].next = &freeboxes[i+1]; in main()
194 freeboxes[num_colors-1].next = NULL; in main()
201 freeboxes = ptr->next; in main()
204 ptr->next = usedboxes; in main()
206 if (ptr->next) in main()
207 ptr->next->prev = ptr; in main()
411 for (p = usedboxes; p != NULL; p = p->next) in largest_box()
500 freeboxes = new->next; in splitbox()
[all …]
H A Dtiffcrop.c8005 uint8 *next; in rotateContigSamples8bits() local
8045 buff1 = ((*next) & matchbits) << (src_bit); in rotateContigSamples8bits()
8082 uint8 *next; in rotateContigSamples16bits() local
8122 buff1 = (next[0] << 8) | next[1]; in rotateContigSamples16bits()
8124 buff1 = (next[1] << 8) | next[0]; in rotateContigSamples16bits()
8165 uint8 *next; in rotateContigSamples24bits() local
8206 buff1 = (next[0] << 24) | (next[1] << 16) | (next[2] << 8) | next[3]; in rotateContigSamples24bits()
8208 buff1 = (next[3] << 24) | (next[2] << 16) | (next[1] << 8) | next[0]; in rotateContigSamples24bits()
8258 uint8 *next; in rotateContigSamples32bits() local
8307 longbuff1 = (next[0] << 24) | (next[1] << 16) | (next[2] << 8) | next[3]; in rotateContigSamples32bits()
[all …]
/libtiff-4.0.7/
H A DSConstruct50 opts.Add(BoolOption('next', \
162 conf.CheckCustomOption('next')
H A DCMakeLists.txt494 option(next "support for NeXT 2-bit RLE algorithm" ON) option
495 set(NEXT_SUPPORT ${next})
748 message(STATUS " NeXT 2-bit RLE algorithm: ${next}")
H A Dconfigure.ac547 AC_ARG_ENABLE(next, optenable
548 AS_HELP_STRING([--disable-next],
H A Daclocal.m4434 # the next Automake release, Autoconf can make the AC_INIT
H A DChangeLog2494 * libtiff/tif_dirwrite.c: Fix byte swapping of next directory offset.
/libtiff-4.0.7/contrib/pds/
H A DREADME16 incorporate them into your next major release of the TIFF library.
/libtiff-4.0.7/m4/
H A Dlibtool.m42387 version_type=linux # correct to gnu/linux during the next big refactor
2396 version_type=linux # correct to gnu/linux during the next big refactor
2511 version_type=linux # correct to gnu/linux during the next big refactor
2650 version_type=linux # correct to gnu/linux during the next big refactor
2704 version_type=linux # correct to gnu/linux during the next big refactor
2766 version_type=linux # correct to gnu/linux during the next big refactor
2782 version_type=linux # correct to gnu/linux during the next big refactor
4022 " \$ 0!~/External *\|/{next};"\
4023 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
4024 " {if(hide[section]) next};"\
[all …]