Lines Matching defs:cmdlen
1233 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 8)) - 4;
1235 (void) memmove(pc-4, pc, cmdlen);
5172 const GLuint cmdlen = 16 + __GLX_PAD((num * 32)) - 4;
5174 (void) memmove(pc-4, pc, cmdlen);
5356 const GLuint cmdlen = 12 + __GLX_PAD((n * 8)) - 4;
5358 (void) memmove(pc-4, pc, cmdlen);
5397 const GLuint cmdlen = 12 + __GLX_PAD((n * 16)) - 4;
5399 (void) memmove(pc-4, pc, cmdlen);
5438 const GLuint cmdlen = 12 + __GLX_PAD((n * 24)) - 4;
5440 (void) memmove(pc-4, pc, cmdlen);
5479 const GLuint cmdlen = 12 + __GLX_PAD((n * 32)) - 4;
5481 (void) memmove(pc-4, pc, cmdlen);
5607 const GLuint cmdlen = 44 + __GLX_PAD(len) - 4;
5609 (void) memmove(pc-4, pc, cmdlen);