Searched refs:is (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTestFile.cpp38 // file is an OpenEXR file, and whether the
39 // file is scanline-based or tiled.
57 StdIFStream is (fileName);
60 Xdr::read <StreamIO> (is, magic);
61 Xdr::read <StreamIO> (is, version);
92 isOpenExrFile (IStream &is, bool &tiled) argument
96 Int64 pos = is.tellg();
99 is.seekg (0);
102 Xdr::read <StreamIO> (is, magic);
103 Xdr::read <StreamIO> (is, versio
120 isOpenExrFile(IStream &is) argument
128 isTiledOpenExrFile(IStream &is) argument
[all...]
H A DImfTestFile.h42 // file is an OpenEXR file, and whether the
43 // file is scanline-based or tiled.
56 bool isOpenExrFile (IStream &is, bool &isTiled);
57 bool isOpenExrFile (IStream &is);
58 bool isTiledOpenExrFile (IStream &is);
H A DImfMatrixAttribute.cpp78 M33fAttribute::readValueFrom (IStream &is, int size, int version) argument
80 Xdr::read <StreamIO> (is, _value[0][0]);
81 Xdr::read <StreamIO> (is, _value[0][1]);
82 Xdr::read <StreamIO> (is, _value[0][2]);
84 Xdr::read <StreamIO> (is, _value[1][0]);
85 Xdr::read <StreamIO> (is, _value[1][1]);
86 Xdr::read <StreamIO> (is, _value[1][2]);
88 Xdr::read <StreamIO> (is, _value[2][0]);
89 Xdr::read <StreamIO> (is, _value[2][1]);
90 Xdr::read <StreamIO> (is, _valu
130 readValueFrom(IStream &is, int size, int version) argument
[all...]
H A DImfRationalAttribute.cpp66 RationalAttribute::readValueFrom (IStream &is, int size, int version) argument
68 Xdr::read <StreamIO> (is, _value.n);
69 Xdr::read <StreamIO> (is, _value.d);
H A DImfChromaticitiesAttribute.cpp73 ChromaticitiesAttribute::readValueFrom (IStream &is, int size, int version) argument
75 Xdr::read <StreamIO> (is, _value.red.x);
76 Xdr::read <StreamIO> (is, _value.red.y);
77 Xdr::read <StreamIO> (is, _value.green.x);
78 Xdr::read <StreamIO> (is, _value.green.y);
79 Xdr::read <StreamIO> (is, _value.blue.x);
80 Xdr::read <StreamIO> (is, _value.blue.y);
81 Xdr::read <StreamIO> (is, _value.white.x);
82 Xdr::read <StreamIO> (is, _value.white.y);
H A DImfCompressionAttribute.cpp68 CompressionAttribute::readValueFrom (IStream &is, int size, int version) argument
71 Xdr::read <StreamIO> (is, tmp);
H A DImfEnvmapAttribute.cpp67 EnvmapAttribute::readValueFrom (IStream &is, int size, int version) argument
70 Xdr::read <StreamIO> (is, tmp);
H A DImfKeyCodeAttribute.cpp71 KeyCodeAttribute::readValueFrom (IStream &is, int size, int version) argument
75 Xdr::read <StreamIO> (is, tmp);
78 Xdr::read <StreamIO> (is, tmp);
81 Xdr::read <StreamIO> (is, tmp);
84 Xdr::read <StreamIO> (is, tmp);
87 Xdr::read <StreamIO> (is, tmp);
90 Xdr::read <StreamIO> (is, tmp);
93 Xdr::read <StreamIO> (is, tmp);
H A DImfLineOrderAttribute.cpp69 LineOrderAttribute::readValueFrom (IStream &is, int size, int version) argument
72 Xdr::read <StreamIO> (is, tmp);
H A DImfVecAttribute.cpp71 V2iAttribute::readValueFrom (IStream &is, int size, int version) argument
73 Xdr::read <StreamIO> (is, _value.x);
74 Xdr::read <StreamIO> (is, _value.y);
97 V2fAttribute::readValueFrom (IStream &is, int size, int version) argument
99 Xdr::read <StreamIO> (is, _value.x);
100 Xdr::read <StreamIO> (is, _value.y);
124 V3iAttribute::readValueFrom (IStream &is, int size, int version) argument
126 Xdr::read <StreamIO> (is, _value.x);
127 Xdr::read <StreamIO> (is, _value.y);
128 Xdr::read <StreamIO> (is, _valu
152 readValueFrom(IStream &is, int size, int version) argument
[all...]
H A DImfBoxAttribute.cpp71 Box2iAttribute::readValueFrom (IStream &is, int size, int version) argument
73 Xdr::read <StreamIO> (is, _value.min.x);
74 Xdr::read <StreamIO> (is, _value.min.y);
75 Xdr::read <StreamIO> (is, _value.max.x);
76 Xdr::read <StreamIO> (is, _value.max.y);
101 Box2fAttribute::readValueFrom (IStream &is, int size, int version) argument
103 Xdr::read <StreamIO> (is, _value.min.x);
104 Xdr::read <StreamIO> (is, _value.min.y);
105 Xdr::read <StreamIO> (is, _value.max.x);
106 Xdr::read <StreamIO> (is, _valu
[all...]
H A DImfChannelListAttribute.cpp92 ChannelListAttribute::readValueFrom (IStream &is, int size, int version) argument
101 Xdr::read <StreamIO> (is, sizeof (name), name);
115 Xdr::read <StreamIO> (is, type);
116 Xdr::read <StreamIO> (is, pLinear);
117 Xdr::skip <StreamIO> (is, 3);
118 Xdr::read <StreamIO> (is, xSampling);
119 Xdr::read <StreamIO> (is, ySampling);
H A DImfPreviewImageAttribute.cpp78 PreviewImageAttribute::readValueFrom (IStream &is, int size, int version) argument
82 Xdr::read <StreamIO> (is, width);
83 Xdr::read <StreamIO> (is, height);
92 Xdr::read <StreamIO> (is, pixels[i].r);
93 Xdr::read <StreamIO> (is, pixels[i].g);
94 Xdr::read <StreamIO> (is, pixels[i].b);
95 Xdr::read <StreamIO> (is, pixels[i].a);
H A DImfTimeCodeAttribute.cpp66 TimeCodeAttribute::readValueFrom (IStream &is, int size, int version) argument
70 Xdr::read <StreamIO> (is, tmp);
73 Xdr::read <StreamIO> (is, tmp);
/haiku-fatelf/src/bin/coreutils/man/
H A Dgroups.x2 groups \- print the groups a user is in
H A Dwho.x2 who \- show who is logged on
/haiku-fatelf/headers/private/kernel/boot/platform/bios_ia32/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/cfe/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/src/bin/gdb/
H A Dmove-if-change5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
25 echo $2 is unchanged
/haiku-fatelf/src/libs/ncurses/include/
H A DMKncurses_def.sh6 # Permission is hereby granted, free of charge, to any person obtaining a #
11 # permit persons to whom the Software is furnished to do so, subject to the #
40 # we chose the latter. It is guaranteed by the language standard, and there
50 * This file is generated by $0
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsfont.c13 * hpgs is free software; you can redistribute it and/or *
18 * hpgs is distributed in the hope that it will be useful, *
164 static int read_uint32(hpgs_istream *is, uint32_t *x) argument
168 c1=hpgs_getc(is);
170 c2=hpgs_getc(is);
172 c3=hpgs_getc(is);
174 c4=hpgs_getc(is);
186 static int read_int32(hpgs_istream *is, int32_t *x) { return read_uint32(is,(uint32_t *)x); } argument
188 static int read_uint16(hpgs_istream *is, uint16_ argument
204 read_int16(hpgs_istream *is, int16_t *x) argument
206 read_uint8(hpgs_istream *is, uint8_t *x) argument
217 read_int8(hpgs_istream *is, int8_t *x) argument
222 ucs2_stream_string_to_utf8(hpgs_istream *is, size_t n, char *str) argument
251 ascii_stream_string_to_utf8(hpgs_istream *is, size_t n, char *str) argument
269 read_table_entry(hpgs_istream *is, hpgs_font_table_entry *e) argument
385 read_header(hpgs_font_header *header, hpgs_istream *is) argument
447 seek_table(hpgs_istream *is, hpgs_font_header *header, int table) argument
469 scan_name_table(hpgs_font_header *header, hpgs_istream *is) argument
561 hpgs_istream *is=0; local
[all...]
/haiku-fatelf/headers/private/kernel/boot/platform/amiga_m68k/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/atari_m68k/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only

Completed in 213 milliseconds

1234567891011>>