Lines Matching defs:cmdlen
1330 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 8)) - 4;
1332 (void) memmove(pc-4, pc, cmdlen);
5330 const GLuint cmdlen = 16 + __GLX_PAD((num * 32)) - 4;
5332 (void) memmove(pc-4, pc, cmdlen);
5514 const GLuint cmdlen = 12 + __GLX_PAD((n * 8)) - 4;
5516 (void) memmove(pc-4, pc, cmdlen);
5555 const GLuint cmdlen = 12 + __GLX_PAD((n * 16)) - 4;
5557 (void) memmove(pc-4, pc, cmdlen);
5596 const GLuint cmdlen = 12 + __GLX_PAD((n * 24)) - 4;
5598 (void) memmove(pc-4, pc, cmdlen);
5637 const GLuint cmdlen = 12 + __GLX_PAD((n * 32)) - 4;
5639 (void) memmove(pc-4, pc, cmdlen);
5767 const GLuint cmdlen = 44 + __GLX_PAD(len) - 4;
5769 (void) memmove(pc-4, pc, cmdlen);