| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| murmurhash3.c | 108 uint32_t k1; local 118 k1 = getblock_32(blocks,i); 120 k1 *= c1; 121 k1 = ROTL32(k1,15); 122 k1 *= c2; 124 h1 ^= k1; 134 k1 = 0; 138 case 3: k1 ^= tail[2] << 16; 139 case 2: k1 ^= tail[1] << 8 172 uint32_t k1; local 286 uint64_t k1; local [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mizerarc.h | 34 int x, y, k1, k3, a, b, d, dx, dy; member in struct:__anon10285 51 k1 = info.k1; \ 65 a = b = k1 = 0; \ 69 dx = (k1 << 1) - k3; \ 70 k1 = dx - k1; \ 72 b = b + a - (k1 >> 1); \ 85 b -= k1; \ 90 a += k1; \ [all...] |
| mizerarc.c | 111 info->k1 = -8; 125 info->k1 = 0; 135 info->k1 = info->beta << 1; 136 info->k3 = info->k1 + (info->alpha << 1); 144 info->b -= info->k1; 145 info->a += info->k1; 148 info->k1 = -info->k1; 372 int k1, k3, dx, dy; local 473 int k1, k3, dx, dy local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mizerarc.h | 35 int x, y, k1, k3, a, b, d, dx, dy; member in struct:__anon10876 52 k1 = info.k1; \ 66 a = b = k1 = 0; \ 70 dx = (k1 << 1) - k3; \ 71 k1 = dx - k1; \ 73 b = b + a - (k1 >> 1); \ 86 b -= k1; \ 91 a += k1; \ [all...] |
| mizerarc.c | 113 info->k1 = -8; 129 info->k1 = 0; 140 info->k1 = info->beta << 1; 141 info->k3 = info->k1 + (info->alpha << 1); 149 info->b -= info->k1; 150 info->a += info->k1; 153 info->k1 = -info->k1; 406 int k1, k3, dx, dy; local 514 int k1, k3, dx, dy local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_noise.c | 352 unsigned int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ local 360 k1 = 0; 368 k1 = 0; 376 k1 = 1; 386 k1 = 1; 394 k1 = 0; 402 k1 = 0; 417 z1 = z0 - k1 + G3; 445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1, 525 unsigned int i1, j1, k1, l1; /* The integer offsets for the second simplex corner * local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| prog_noise.c | 352 unsigned int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ local 360 k1 = 0; 368 k1 = 0; 376 k1 = 1; 386 k1 = 1; 394 k1 = 0; 402 k1 = 0; 417 z1 = z0 - k1 + G3; 445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1, 525 unsigned int i1, j1, k1, l1; /* The integer offsets for the second simplex corner * local [all...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| sfdriver.c | 321 FT_UInt32 k1 = blocks[i * 4 + 0]; local 327 k1 *= c1; 328 k1 = ROTL32( k1, 15 ); 329 k1 *= c2; 330 h1 ^= k1; 367 FT_UInt32 k1 = 0; local 424 k1 ^= (FT_UInt32)tail[3] << 24; 427 k1 ^= (FT_UInt32)tail[2] << 16; 430 k1 ^= (FT_UInt32)tail[1] << 8 [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| x-hash.c | 96 hash_table_compare_keys(x_hash_table *h, void *k1, void *k2) 99 return k1 == k2; 101 return (*h->compare_keys)(k1, k2) == 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| x-hash.c | 93 hash_table_compare_keys (x_hash_table *h, void *k1, void *k2) 96 return k1 == k2; 98 return (*h->compare_keys) (k1, k2) == 0;
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| fc-lang.py | 69 for k1, k2 in zip(keys, other_keys): 70 if k1 != k2: 72 if not leaves_equal(self.leaves[k1], other_cs.leaves[k2]):
|
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| regdb.py | 55 def union(self, k1, k2): 56 k1 = self.find(k1) 58 if k1 == k2: 60 if len(k1) < len(k2): 61 k1, k2 = k2, k1 62 self.d[k1].update(self.d[k2]) 63 self.d[k2] = (k1,)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| create-rootfs.sh | 106 COLUMNS=300 dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1n
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| create-rootfs.sh | 193 COLUMNS=300 dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1n
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbarcbits.h | 44 int k1, k3, dx, dy; local
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbarcbits.h | 44 int k1, k3, dx, dy; local
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_arc.c | 69 int yoffset, dyoffset, x, y, a, b, d, mask, k1, k3, dx, dy, tmp; local
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| newmmio.h | 76 int32 k1; member in struct:__anon9262
|
| s3_reg.h | 191 #define SET_K1_VSCALE(val) ((mmtr)s3MmioMem)->streams_regs.regs.k1 = (val)
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| legacy_crtc.c | 1380 int k1, c; local 1562 k1 = 40; 1565 k1 = 20; 1569 k1 = 40; 1572 mc_latency_mclk = ((2.0*mem_trcd + mem_tcas*c + 4.0*mem_tras + 4.0*mem_trp + k1) /
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| savage_video.c | 700 int k1, k2, k3, k4, k5, k6, k7, kb; local 730 k1 = (int)(dk1+0.5) & 0x1ff; 733 assembly1 = (k3<<18) | (k2<<9) | k1; 776 int k1, k2, k3, k4, k5, k6, k7, kb; local 839 k1 = (int)(dk1 /*+0.5*/) & 0x1ff; 841 assembly1 = (k2<<16) | k1;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| vbo_save_api.c | 448 struct vertex_key *k1 = (struct vertex_key*)key1; local 452 assert (k1->vertex_size == k2->vertex_size); 453 return memcmp(k1->vertex_attributes, 455 k1->vertex_size * sizeof(float)) == 0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_texfilter.c | 2061 GLint i0, j0, k0, i1, j1, k1; local 2069 linear_texel_locations(samp->Attrib.WrapR, img, depth, texcoord[2], &k0, &k1, &c); 2077 k1 += img->Border; 2086 if (k1 < 0 || k1 >= depth) useBorderColor |= K1BIT; 2119 swImg->FetchTexel(swImg, i0, j0, k1, t001); 2125 swImg->FetchTexel(swImg, i1, j0, k1, t101); 2131 swImg->FetchTexel(swImg, i0, j1, k1, t011); 2137 swImg->FetchTexel(swImg, i1, j1, k1, t111);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_texfilter.c | 2061 GLint i0, j0, k0, i1, j1, k1; local 2069 linear_texel_locations(samp->WrapR, img, depth, texcoord[2], &k0, &k1, &c); 2077 k1 += img->Border; 2086 if (k1 < 0 || k1 >= depth) useBorderColor |= K1BIT; 2119 swImg->FetchTexel(swImg, i0, j0, k1, t001); 2125 swImg->FetchTexel(swImg, i1, j0, k1, t101); 2131 swImg->FetchTexel(swImg, i0, j1, k1, t011); 2137 swImg->FetchTexel(swImg, i1, j1, k1, t111);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| xxhash.h | 1124 xxh_u64 const k1 = XXH64_round(0, XXH_get64bits(ptr)); \ 1126 h64 ^= k1; \
|