| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_accel.c | 527 unsigned int nwords = size >> 2; local 529 for (; nwords > 0; --nwords, ++d, ++s) 542 unsigned int nwords = size >> 1; local 544 for (; nwords > 0; --nwords, ++d, ++s)
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_accel.c | 956 unsigned int nwords = size >> 2; local 958 for (; nwords > 0; --nwords, ++d, ++s) 966 unsigned int nwords = size >> 2; local 968 for (; nwords > 0; --nwords, d+=4, s+=4) { 979 unsigned int nwords = size >> 2; local 981 for (; nwords > 0; --nwords, d+=2, s+=2) { 989 unsigned int nwords = size >> 2 local 1004 unsigned int nwords = size >> 1; local [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_accel.c | 138 unsigned int nwords = size >> 2; local 140 for (; nwords > 0; --nwords, ++d, ++s) 148 unsigned int nwords = size >> 2; local 150 for (; nwords > 0; --nwords, ++d, ++s) 163 unsigned int nwords = size >> 1; local 165 for (; nwords > 0; --nwords, ++d, ++s)
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| genauth.c | 134 add_entropy (const CARD32 *in, int nwords) 142 while (nwords--) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_vX_meta_copy.c | 2031 unsigned nwords = size / sizeof(uint32_t); local 2051 struct pan_compute_dim num_wg = { nwords, 1, 1 };
|