26 static void invert(
int *val)
29 *val = (tval >> 24) | ((tval << 8) & 0x00ff0000) | ((tval >> 8) & 0x0000ff00) | (tval << 24);
32 static void sinvert(
short int *val)
35 *val = (tval >> 8) | (tval << 8);
46 static void Ilist(
AviList *list)
90 sinvert(&streamh->
left);
91 sinvert(&streamh->
right);
92 sinvert(&streamh->
top);
103 sinvert(&bitmaph->
Planes);
135 #ifdef __BIG_ENDIAN__
185 fwrite(datain, block,
size, fp);
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
Read Guarded memory(de)allocation.
void awrite(AviMovie *movie, void *datain, int block, int size, FILE *fp, int type)
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
SyclQueue void void size_t num_bytes void
CCL_NAMESPACE_BEGIN ccl_device float invert(float color, float factor)
void(* MEM_freeN)(void *vmemh)
void *(* MEM_mallocN)(size_t len, const char *str)