Go to the source code of this file.
◆ crc32_for_byte()
Definition at line 33 of file SDL_crc32.c.
36 for(
i = 0;
i < 8; ++
i) {
37 r = (
r & 1? 0: (
Uint32)0xEDB88320L) ^
r >> 1;
GLdouble GLdouble GLdouble r
return Display return Display Bool Bool int int int return Display XEvent Bool(*) XPointer return Display return Display Drawable _Xconst char unsigned int unsigned int return Display Pixmap Pixmap XColor XColor unsigned int unsigned int return Display _Xconst char char int char return Display Visual unsigned int int int char unsigned int unsigned int in i)
References i.
Referenced by SDL_crc32().
◆ SDL_crc32()
Definition at line 42 of file SDL_crc32.c.
static Uint32 crc32_for_byte(Uint32 r)
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
References crc32_for_byte(), and i.