Home
last modified time | relevance | path

Searched refs:readushort (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jp3d/
H A Dconvert.c115 unsigned short readushort(FILE * f, int bigendian) in readushort() function
381 v = readushort(f, cmptparm.bigendian); in pgxtovolume()
383 v = (short) readushort(f, cmptparm.bigendian); in pgxtovolume()
692 v = readushort(f, bigendian); in bintovolume()
694 v = (short) readushort(f, bigendian); in bintovolume()
1030 v = readushort(f, bigendian); in imgtovolume()
1032 v = (short) readushort(f, bigendian); in imgtovolume()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dbyteptr.h122 FUNCINLINE static ATTRINLINE UINT16 readushort(void *ptr) in readushort() function
144 #define READUINT16(p) ({ UINT16 *p_tmp = ( UINT16 *)p; UINT16 b = readushort(p); p_tmp++; p…
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpattern.cpp126 static unsigned short readushort(IStream *infile);
4304 sx = df->Data->Sx = readushort(file); in Read_Density_File()
4305 sy = df->Data->Sy = readushort(file); in Read_Density_File()
4306 sz = df->Data->Sz = readushort(file); in Read_Density_File()
4341 map[z * sy * sx + y * sx + x] = readushort(file); in Read_Density_File()
4371 static unsigned short readushort(IStream *infile) in readushort() function
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpattern.cpp142 static unsigned short readushort(IStream *infile);
4599 sx = df->Data->Sx = readushort(file); in Read_Density_File()
4600 sy = df->Data->Sy = readushort(file); in Read_Density_File()
4601 sz = df->Data->Sz = readushort(file); in Read_Density_File()
4644 map[z * sy * sx + y * sx + x] = readushort(file); in Read_Density_File()
4678 static unsigned short readushort(IStream *infile) in readushort() function
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jp2/
H A Dconvert.c1105 static unsigned short readushort(FILE * f, int bigendian) in readushort() function
1313 v = readushort(f, bigendian); in pgxtoimage()
1315 v = (short) readushort(f, bigendian); in pgxtoimage()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/codec/
H A Dconvert.c979 unsigned short readushort(FILE * f, int bigendian) in readushort() function
1094 v = readushort(f, bigendian); in pgxtoimage()
1096 v = (short) readushort(f, bigendian); in pgxtoimage()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/pattern/
H A Dpattern.cpp140 static unsigned short readushort(IStream *infile);
8743 sx = df->Data->Sx = readushort(file); in Read_Density_File()
8744 sy = df->Data->Sy = readushort(file); in Read_Density_File()
8745 sz = df->Data->Sz = readushort(file); in Read_Density_File()
8780 map[z * sy * sx + y * sx + x] = readushort(file); in Read_Density_File()
8810 static unsigned short readushort(IStream *infile) in readushort() function
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/codec/
H A Dconvert.c1231 static unsigned short readushort(FILE * f, int bigendian) in readushort() function
1396 v = readushort(f, bigendian); in pgxtoimage()
1398 v = (short) readushort(f, bigendian); in pgxtoimage()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jpwl/
H A Dconvert.c1283 static unsigned short readushort(FILE * f, int bigendian) in readushort() function
1463 v = readushort(f, bigendian); in pgxtoimage()
1465 v = (short) readushort(f, bigendian); in pgxtoimage()