Home
last modified time | relevance | path

Searched refs:igetc (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_gif.c151 Header.ColourInfo = igetc(); in iLoadGifInternal()
152 Header.Background = igetc(); in iLoadGifInternal()
153 Header.Aspect = igetc(); in iLoadGifInternal()
256 ImageDesc.Separator = igetc(); in GetImages()
263 ImageDesc.ImageInfo = igetc(); in GetImages()
409 Gfx->Size = igetc(); in SkipExtensions()
410 Gfx->Packed = igetc(); in SkipExtensions()
412 Gfx->Transparent = igetc(); in SkipExtensions()
413 Gfx->Terminator = igetc(); in SkipExtensions()
478 navail_bytes = igetc(); in get_next_code()
[all …]
H A Dil_mp3.c101 Header->VersionMajor = igetc(); in iGetMp3Head()
102 Header->VersionMinor = igetc(); in iGetMp3Head()
103 Header->Flags = igetc(); in iGetMp3Head()
160 TextEncoding = igetc(); in iFindMp3Pic()
163 MimeType[i] = igetc(); in iFindMp3Pic()
177 PicType = igetc(); // Whether this is a cover, band logo, etc. in iFindMp3Pic()
181 Description[i] = igetc(); in iFindMp3Pic()
H A Dil_sun.c284 igetc(); in iLoadSunInternal()
291 igetc(); // Skip padding in iLoadSunInternal()
314 igetc(); in iLoadSunInternal()
321 igetc(); // Skip padding in iLoadSunInternal()
344 igetc(); // There is a pad byte before each pixel. in iLoadSunInternal()
345 iCurImage->Data[Offset] = igetc(); in iLoadSunInternal()
346 iCurImage->Data[Offset+1] = igetc(); in iLoadSunInternal()
347 iCurImage->Data[Offset+2] = igetc(); in iLoadSunInternal()
369 Flag = igetc(); in iSunGetRle()
371 Count = igetc(); in iSunGetRle()
[all …]
H A Dil_cut.c110 Count = igetc(); in iLoadCutInternal()
112 igetc(); // Not supposed to be here, but in iLoadCutInternal()
113 igetc(); // PSP is putting these two bytes here...WHY?! in iLoadCutInternal()
118 Run = igetc(); in iLoadCutInternal()
125 iCurImage->Data[i++] = igetc(); in iLoadCutInternal()
H A Dil_hdr.c269 r = igetc(); in ReadScanline()
270 g = igetc(); in ReadScanline()
271 b = igetc(); in ReadScanline()
272 e = igetc(); in ReadScanline()
286 t = igetc(); in ReadScanline()
288 ILubyte val = igetc(); in ReadScanline()
301 *runner = igetc(); in ReadScanline()
318 r = igetc(); in ReadScanline()
319 g = igetc(); in ReadScanline()
320 b = igetc(); in ReadScanline()
[all …]
H A Dil_utx.cpp115 Length = igetc(); in GetUtxName()
126 Name[Length++] = igetc(); in GetUtxName()
183 x = igetc(); in UtxReadCompactInteger()
378 Name = igetc(); // Skip the 2. @TODO: Can there be more in front of the palettes? in iLoadUtxInternal()
398 Type = igetc(); in iLoadUtxInternal()
402 igetc(); // Byte is 1 here... in iLoadUtxInternal()
407 Val = igetc(); in iLoadUtxInternal()
415 igetc(); in iLoadUtxInternal()
429 Val = igetc(); in iLoadUtxInternal()
H A Dil_tpl.c323 BytePixel = igetc(); in iLoadTplInternal()
351 igetc(); // Skip the pad byte. in iLoadTplInternal()
373 BytePixel = igetc(); in iLoadTplInternal()
400 Image->Data[DataOff] = igetc(); in iLoadTplInternal()
401 Image->Data[DataOff+1] = igetc(); in iLoadTplInternal()
487 Image->Data[DataOff+3] = igetc(); // Alpha in iLoadTplInternal()
488 Image->Data[DataOff] = igetc(); // Red in iLoadTplInternal()
500 Image->Data[DataOff+2] = igetc(); // Blue in iLoadTplInternal()
623 LumVal = igetc(); in TplGetIndexImage()
700 BytePixel = igetc(); in TplGetIndexImage()
[all …]
H A Dil_dicom.c207 if (igetc() != 'O') // @TODO: Can we assume that this is always 'O'? in iGetDicomHead()
209 Var2 = igetc(); in iGetDicomHead()
265 VR1 = igetc(); in SkipElement()
266 VR2 = igetc(); in SkipElement()
381 VR1 = igetc(); in GetNumericValue()
382 VR2 = igetc(); in GetNumericValue()
423 VR1 = igetc(); in GetUID()
424 VR2 = igetc(); in GetUID()
H A Dil_pic.c200 Chained = igetc(); in iLoadPicInternal()
201 Channels->Size = igetc(); in iLoadPicInternal()
202 Channels->Type = igetc(); in iLoadPicInternal()
203 Channels->Chan = igetc(); in iLoadPicInternal()
338 count = igetc(); in channelReadPure()
371 count = igetc(); in channelReadMixed()
H A Dil_dpx.c99 ImageElement->Descriptor = igetc(); in GetImageElement()
100 ImageElement->Transfer = igetc(); in GetImageElement()
101 ImageElement->Colorimetric = igetc(); in GetImageElement()
102 ImageElement->BitSize = igetc(); in GetImageElement()
H A Dil_wbmp.c80 if (igetc() != 0 || igetc() != 0) { // The first two bytes have to be 0 (the "header") in iLoadWbmpInternal()
129 Cur = igetc(); in WbmpGetMultibyte()
H A Dil_targa.c80 Header->IDLen = (ILubyte)igetc(); in iGetTgaHead()
81 Header->ColMapPresent = (ILubyte)igetc(); in iGetTgaHead()
82 Header->ImageType = (ILubyte)igetc(); in iGetTgaHead()
85 Header->ColMapEntSize = (ILubyte)igetc(); in iGetTgaHead()
91 Header->Bpp = (ILubyte)igetc(); in iGetTgaHead()
92 Header->ImageDesc = (ILubyte)igetc(); in iGetTgaHead()
456 Header = (ILubyte)igetc(); in iUncompressTgaData()
H A Dil_pcx.c70 Head->Manufacturer = igetc(); in iGetPcxHead()
71 Head->Version = igetc(); in iGetPcxHead()
72 Head->Encoding = igetc(); in iGetPcxHead()
73 Head->Bpp = igetc(); in iGetPcxHead()
81 Head->Reserved = igetc(); in iGetPcxHead()
82 Head->NumPlanes = igetc(); in iGetPcxHead()
H A Dil_pnm.c405 CurrByte = igetc(); in ilReadBitPbm()
428 while ((Current = igetc()) != IL_EOF && Current != '\n' && Current != '#' && Current != ' ') { in iGetWord()
453 while ((Current = igetc()) != IL_EOF && Current != '\n'); in iGetWord()
457 while ((Current = igetc()) != IL_EOF) { in iGetWord()
H A Dil_icon.c100 DirEntries[i].Width = (ILubyte)igetc(); in iLoadIconInternal()
101 DirEntries[i].Height = (ILubyte)igetc(); in iLoadIconInternal()
102 DirEntries[i].NumColours = (ILubyte)igetc(); in iLoadIconInternal()
103 DirEntries[i].Reserved = (ILubyte)igetc(); in iLoadIconInternal()
117 igetc(); // Skip the first character...seems to vary. in iLoadIconInternal()
H A Dil_blp.c126 Header->Compression = igetc(); in iGetBlp2Head()
127 Header->AlphaBits = igetc(); in iGetBlp2Head()
128 Header->AlphaType = igetc(); in iGetBlp2Head()
129 Header->HasMips = igetc(); in iGetBlp2Head()
H A Dil_pxr.c94 Bpp = (ILubyte)igetc(); in iLoadPxrInternal()
H A Dil_vtf.c92 Header->MipmapCount = (ILubyte)igetc(); in iGetVtfHead()
94 Header->LowResImageWidth = (ILubyte)igetc(); in iGetVtfHead()
95 Header->LowResImageHeight = (ILubyte)igetc(); in iGetVtfHead()
98 Header->Depth = igetc(); in iGetVtfHead()
/dports/science/molscript/MolScript-280abee/code/
H A Dlex.c351 igetc (void) in igetc() function
372 if (in_source) c = igetc(); in igetc()
382 c = igetc(); in igetc()
438 c = igetc(); in get_yytext()
450 get_yytext (igetc()); in push_in_source()
515 int c = igetc(); in skip_comment()
524 c = igetc(); in skip_comment()
536 for (c = igetc(); c != '"'; c = igetc()) { in get_string()
542 c = igetc(); in get_string()
656 c = igetc(); in lex_define_macro()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
H A Dlibmach8db.c1218 if (igetc(map, ip, &c) < 0) in igets()
1221 if (igetc(map, ip, &c) < 0) in igets()
1276 if (igetc(map, ip, &c) < 0) in getdisp()
1347 if (igetc(map, ip, &c) < 0) in modrm()
1392 if (igetc(map, ip, &c) < 0) in mkinstr()
1399 if(igetc(map, ip, &c) < 0) in mkinstr()
1426 if (igetc(map, ip, &c) < 0) in mkinstr()
1432 if (igetc(map, ip, &c) < 0) in mkinstr()
1442 if (igetc(map, ip, &c) < 0) in mkinstr()
1522 if (igetc(map, ip, &c) < 0) in mkinstr()
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Diget.c183 value = igetc (hstring,keyword);
225 value = igetc (hstring,keyword);
264 value = igetc (hstring,keyword);
295 value = igetc (hstring,keyword);
328 value = igetc (hstring,keyword);
348 igetc (hstring,keyword0) in igetc() function
H A Dfitshead.h194 char *igetc( /* Extract string from IRAF keyword string */
343 extern char *igetc(); /* Extract string from IRAF keyword string */
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmach/
H A Dmach386.c1464 if (igetc(map, ip, &c) < 0) in igets()
1467 if (igetc(map, ip, &c) < 0) in igets()
1522 if (igetc(map, ip, &c) < 0) in getdisp()
1593 if (igetc(map, ip, &c) < 0) in modrm()
1627 if (igetc(map, ip, &c) < 0) in mkinstr()
1634 if(igetc(map, ip, &c) < 0) in mkinstr()
1659 if (igetc(map, ip, &c) < 0) in mkinstr()
1665 if (igetc(map, ip, &c) < 0) in mkinstr()
1675 if (igetc(map, ip, &c) < 0) in mkinstr()
1755 if (igetc(map, ip, &c) < 0) in mkinstr()
[all …]
/dports/mail/mailest/mailest-mailest-0.9.24/
H A Dparse.y80 int igetc(void);
322 igetc(void) in igetc() function
348 if ((c = igetc()) == EOF) { in lgetc()
358 while ((c = igetc()) == '\\') { in lgetc()
359 next = igetc(); in lgetc()
389 c = igetc(); in lgetc()
/dports/net/gmid/gmid-1.7.5/
H A Dparse.y60 int igetc(void);
470 igetc(void) in igetc() function
496 if ((c = igetc()) == EOF) { in lgetc()
506 while ((c = igetc()) == '\\') { in lgetc()
507 next = igetc(); in lgetc()
529 c = igetc(); in lgetc()

12