5 "@(#)isonum.c 1.9 10/12/19 Copyright 2006-2010 J. Schilling";
53 p[1] = (
i >> 8) & 0xff;
67 p[0] = (
i >> 8) & 0xff;
82 p[3] =
p[0] =
i & 0xff;
83 p[2] =
p[1] = (
i >> 8) & 0xff;
98 p[1] = (
i >> 8) & 0xff;
99 p[2] = (
i >> 16) & 0xff;
100 p[3] = (
i >> 24) & 0xff;
115 p[2] = (
i >> 8) & 0xff;
116 p[1] = (
i >> 16) & 0xff;
117 p[0] = (
i >> 24) & 0xff;
131 p[7] =
p[0] =
i & 0xff;
132 p[6] =
p[1] = (
i >> 8) & 0xff;
133 p[5] =
p[2] = (
i >> 16) & 0xff;
134 p[4] =
p[3] = (
i >> 24) & 0xff;
160 return ((
p[0] & 0xff) | ((
p[1] & 0xff) << 8));
174 if (
p[0] !=
p[3] ||
p[1] !=
p[2]) {
192 return ((
p[0] & 0xff)
193 | ((
p[1] & 0xff) << 8)
194 | ((
p[2] & 0xff) << 16)
195 | ((
p[3] & 0xff) << 24));
208 return ((
p[3] & 0xff)
209 | ((
p[2] & 0xff) << 8)
210 | ((
p[1] & 0xff) << 16)
211 | ((
p[0] & 0xff) << 24));
224 return ((
p[0] & 0xff)
225 | ((
p[1] & 0xff) << 8)
226 | ((
p[2] & 0xff) << 16)
227 | ((
p[3] & 0xff) << 24));
EXPORT void comerrno(int err, char *msg, va_alist)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
EXPORT UInt32_t get_732(void *vp)
EXPORT void set_723(void *vp, UInt32_t i)
static UConst char sccsid[]
EXPORT void set_731(void *vp, UInt32_t i)
EXPORT void set_722(void *vp, UInt32_t i)
EXPORT UInt32_t get_721(void *vp)
EXPORT void set_721(void *vp, UInt32_t i)
EXPORT UInt32_t get_711(void *vp)
EXPORT void set_732(void *vp, UInt32_t i)
EXPORT UInt32_t get_733(void *vp)
EXPORT UInt32_t get_731(void *vp)
EXPORT void set_733(void *vp, UInt32_t i)
EXPORT UInt32_t get_723(void *vp)