Searched refs:next (Results 1 – 15 of 15) sorted by relevance
331 int *next,char *quoted);479 next; in main() local493 next=0; in main()504 next; in main() local511 next=0; in main()527 next; in main() local837 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 …]
122 struct code_ent *next; member400 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 …]
181 struct _codec* next; member192 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC()214 cd->next = registeredCODECS; in TIFFRegisterCODEC()230 for (pcd = ®isteredCODECS; (cd = *pcd) != NULL; pcd = &cd->next) in TIFFUnRegisterCODEC()232 *pcd = cd->next; in TIFFUnRegisterCODEC()261 for (cd = registeredCODECS; cd; cd = cd->next) { in TIFFGetConfiguredCODECs()
72 psLink = psLink->next; in TIFFGetClientInfo()90 psLink = psLink->next; in TIFFSetClientInfo()104 psLink->next = tif->tif_clientinfo; in TIFFSetClientInfo()
67 tif->tif_clientinfo = psLink->next; in TIFFCleanup()
82 struct client_info *next; member
76 struct colorbox *next, *prev; member188 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 …]
8005 uint8 *next; in rotateContigSamples8bits() local8045 buff1 = ((*next) & matchbits) << (src_bit); in rotateContigSamples8bits()8082 uint8 *next; in rotateContigSamples16bits() local8122 buff1 = (next[0] << 8) | next[1]; in rotateContigSamples16bits()8124 buff1 = (next[1] << 8) | next[0]; in rotateContigSamples16bits()8165 uint8 *next; in rotateContigSamples24bits() local8206 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() local8307 longbuff1 = (next[0] << 24) | (next[1] << 16) | (next[2] << 8) | next[3]; in rotateContigSamples32bits()[all …]
50 opts.Add(BoolOption('next', \162 conf.CheckCustomOption('next')
494 option(next "support for NeXT 2-bit RLE algorithm" ON) option495 set(NEXT_SUPPORT ${next})748 message(STATUS " NeXT 2-bit RLE algorithm: ${next}")
547 AC_ARG_ENABLE(next, optenable548 AS_HELP_STRING([--disable-next],
434 # the next Automake release, Autoconf can make the AC_INIT
2494 * libtiff/tif_dirwrite.c: Fix byte swapping of next directory offset.
16 incorporate them into your next major release of the TIFF library.
2387 version_type=linux # correct to gnu/linux during the next big refactor2396 version_type=linux # correct to gnu/linux during the next big refactor2511 version_type=linux # correct to gnu/linux during the next big refactor2650 version_type=linux # correct to gnu/linux during the next big refactor2704 version_type=linux # correct to gnu/linux during the next big refactor2766 version_type=linux # correct to gnu/linux during the next big refactor2782 version_type=linux # correct to gnu/linux during the next big refactor4022 " \$ 0!~/External *\|/{next};"\4023 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\4024 " {if(hide[section]) next};"\[all …]