103 llen = strlen (list);
104 e->
buf = malloc (llen + 2);
113 memcpy (p, list, llen + 1);
131 } u = { p - ((uintptr_t)p & 3) };
137 {{0xff, 0xff, 0xff, 0xff}},
138 {{0x00, 0xff, 0xff, 0xff}},
139 {{0x00, 0x00, 0xff, 0xff}},
140 {{0x00, 0x00, 0x00, 0xff}},
142 static const uint8_t rest[32] = {
143 0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
144 0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4
150 uint32_t w = (~(*s++)) & mask[(uintptr_t)p & 3].
v;
152 w = w & 0x80808080 & ((w & 0x7f7f7f7f) + 0x21212121);
158 w = (w * 0x00204081) & 0xffffffff;
160 p = (
unsigned char *)s - rest[endian.b[0] + w];
xine_gl_t * _x_load_gl(xine_t *xine, unsigned visual_type, const void *visual, unsigned flags)
Definition xine_gl.c:56