Searched refs:UShort (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-strtopx.c67 UShort *L = (UShort*)V;
92 L[_4] = (UShort)bits[0];
93 L[_3] = (UShort)(bits[0] >> 16);
94 L[_2] = (UShort)bits[1];
95 L[_1] = (UShort)(bits[1] >> 16);
H A Dgdtoa.h44 #ifndef UShort
45 typedef unsigned short UShort; typedef
H A Dgdtoaimp.h581 extern void ULtox ANSI((UShort*, ULong*, Long, int));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c120 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef
148 UShort *ushortBuf;
191 static void UShortGammaUByte (Int n, const UShort shortIn[],
194 const UShort *src, *stop;
296 static Boln readUShortRow (Tcl_Interp *interp, tkimg_MFile *handle, UShort *pixels,
299 UShort *mPtr = pixels;
311 pixels[i] = (UShort) val;
368 static Boln readUShortFile (Tcl_Interp *interp, tkimg_MFile *handle, UShort *buf, Int width, Int height,
373 UShort *bufPtr = buf;
384 line = ckalloc (sizeof (UShort) * ncha
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c68 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef
78 UShort nColors;
80 UShort nPlanes;
81 UShort bitCount;
88 UShort nIcons;
96 UShort nPlanes;
97 UShort nBitsPerPixel;
133 static Boln readUShort (tkimg_MFile *handle, UShort *s)
136 UShort tmp;
182 static Boln writeUShort (tkimg_MFile *handle, UShort
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/
H A DIrDATypes.h53 typedef UInt16 UShort; typedef
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c166 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef
206 UShort *ushortBuf;
284 static void UShortGammaUByte (Int n, const UShort shortIn[],
287 const UShort *src, *stop;
373 static Boln readUShortRow (tkimg_MFile *handle, UShort *pixels, Int nShorts,
377 UShort *mPtr = pixels;
673 static Boln readUShortFile (tkimg_MFile *handle, UShort *buf, Int width, Int height,
678 UShort *bufPtr = buf;
689 line = ckalloc (sizeof (UShort) * nchan * width);
705 printf (" %d", (UShort)minVal
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c127 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef
172 UShort imagic; /* stuff saved on disk . . */
173 UShort type;
174 UShort dim;
175 UShort xsize;
176 UShort ysize;
177 UShort zsize;
185 UShort flags;
191 UShort *ptr;
192 UShort *bas
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c74 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef
109 static UShort qtohs (UShort x)
112 return ((UShort)((((UShort)(x) & 0x00ff) << 8) | \
113 (((UShort)(x) & 0xff00) >> 8)));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c88 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef
399 static Boln writeUShort (tkimg_MFile *handle, UShort s)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c79 typedef unsigned short UShort; /* Unsigned 16 bit integer */ typedef

Completed in 99 milliseconds