| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | register_allocate_test.cpp | 183 struct ra_class *c4 = ra_alloc_contig_reg_class(regs, 4); local in function:TEST_F 185 ra_class_add_reg(c4, i); 191 ASSERT_EQ(c1->q[c4->index], 4); 194 ASSERT_EQ(c2->q[c4->index], 2); 195 ASSERT_EQ(c4->q[c1->index], 1); 196 ASSERT_EQ(c4->q[c2->index], 1); 197 ASSERT_EQ(c4->q[c4->index], 1); 199 /* Check conflicts for a c4 allocation at i against other classes. */ 202 ASSERT_EQ(ra_class_allocations_conflict(c4, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_alu.c | 61 nir_ssa_def *c4 = nir_imm_int(b, 4); local in function:lower_alu_instr 83 nir_iand(b, nir_ushr(b, lowered, c4), c0f0f0f0f), 84 nir_ishl(b, nir_iand(b, lowered, c0f0f0f0f), c4)); 105 nir_ssa_def *c4 = nir_imm_int(b, 4); local in function:lower_alu_instr 126 nir_ushr(b, lowered, c4)),
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | test_trig.c | 207 FT_Fixed c2, s2, c4, s4; local in function:test_rotate 226 c4 = (FT_Fixed)(c3*65536.0); 229 if ( abs( c4 - v.x ) > THRESHOLD || 236 c4/65536.0, s4/65536.0 );
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | murmurhash3.c | 170 uint32_t c4 = 0xa1e38b93; local in function:MurmurHash3_x86_128 202 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; 206 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; 226 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; 232 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_alu.c | 61 nir_ssa_def *c4 = nir_imm_int(b, 4); local in function:lower_alu_instr 83 nir_iand(b, nir_ushr(b, lowered, c4), c0f0f0f0f), 84 nir_ishl(b, nir_iand(b, lowered, c0f0f0f0f), c4)); 105 nir_ssa_def *c4 = nir_imm_int(b, 4); local in function:lower_alu_instr 126 nir_ushr(b, lowered, c4)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 111 GLubyte c3 = mask[v3], c4 = mask[v4]; \ 112 GLubyte ormask = c1|c2|c3|c4; \ 115 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 111 GLubyte c3 = mask[v3], c4 = mask[v4]; \ 112 GLubyte ormask = c1|c2|c3|c4; \ 115 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xt.c | 858 int c4; local in function:Lisp_XtGetValues 920 XtSetArg(args[0], THESTR(CAR(list)), &c4); 935 object = CONS(CAR(list), STRING((char*)c4)); 944 object = CONS(CAR(list), INTEGER(c4)); 955 object = CONS(CAR(list), OPAQUE(c4, 0)); 1467 int c4; local in function:LispConvertResources 1588 to.addr = (XtPointer)&c4; 1605 c4 = (long)from.addr; 1626 XrmQuarkToString(resource->qname), c4);
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfdriver.c | 312 const FT_UInt32 c4 = 0xa1e38b93; local in function:murmur_hash_3_128 347 k3 *= c4; 354 k4 *= c4; 383 k4 *= c4; 402 k3 *= c4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_noise.c | 520 int c4 = (x0 > w0) ? 4 : 0; local in function:_mesa_noise4 523 int c = c1 + c2 + c3 + c4 + c5 + c6;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_noise.c | 520 int c4 = (x0 > w0) ? 4 : 0; local in function:_mesa_noise4 523 int c = c1 + c2 + c3 + c4 + c5 + c6;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1072 ir_constant *c4 = new(ir) ir_constant(4u); local in function:lower_instructions_visitor::bit_count_to_math 1096 ir->operands[0] = rshift(mul(bit_and(add(temp, rshift(temp, c4)), c0F0F0F0F), 1257 ir_constant *c4 = local in function:lower_instructions_visitor::reverse_to_shifts 1304 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c4), c0F0F0F0F), 1306 c4->clone(ir, NULL)))));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_instructions.cpp | 1064 ir_constant *c4 = new(ir) ir_constant(4u); local in function:lower_instructions_visitor::bit_count_to_math 1088 ir->operands[0] = rshift(mul(bit_and(add(temp, rshift(temp, c4)), c0F0F0F0F), 1249 ir_constant *c4 = local in function:lower_instructions_visitor::reverse_to_shifts 1296 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c4), c0F0F0F0F), 1298 c4->clone(ir, NULL)))));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1501 LLVMValueRef c4 = lp_build_const_int_vec(gallivm, ivec_bld->type, 4); local in function:lp_build_cube_new_coords 1508 tmp = lp_build_add(ivec_bld, faceand1, c4); 1512 tmp = lp_build_andnot(ivec_bld, face, c4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1638 LLVMValueRef c4 = lp_build_const_int_vec(gallivm, ivec_bld->type, 4); local in function:lp_build_cube_new_coords 1645 tmp = lp_build_add(ivec_bld, faceand1, c4); 1649 tmp = lp_build_andnot(ivec_bld, face, c4);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-access.c | 501 MAKE_ACCESSORS(c4); 1693 FORMAT_INFO (c4),
|
| /xsrc/external/mit/xf86-input-ws/dist/ |
| H A D | config.guess | 723 echo c4-convex-bsd 1411 c4*) 1412 echo c4-convex-bsd
|
| /xsrc/external/mit/evieext/dist/ |
| H A D | config.guess | 748 echo c4-convex-bsd 1453 c4*) 1454 echo c4-convex-bsd
|
| /xsrc/external/mit/libXTrap/dist/ |
| H A D | config.guess | 751 echo c4-convex-bsd 1483 c4*) 1484 echo c4-convex-bsd
|
| /xsrc/external/mit/libXevie/dist/ |
| H A D | config.guess | 748 echo c4-convex-bsd 1453 c4*) 1454 echo c4-convex-bsd
|
| /xsrc/external/mit/libXfont/dist/ |
| H A D | config.guess | 786 echo c4-convex-bsd
|
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | config.guess | 728 echo c4-convex-bsd 1474 c4*) 1475 echo c4-convex-bsd
|
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | config.guess | 723 echo c4-convex-bsd 1361 c4*) 1362 echo c4-convex-bsd
|
| /xsrc/external/mit/luit/dist/ |
| H A D | config.guess | 748 echo c4-convex-bsd 1453 c4*) 1454 echo c4-convex-bsd
|
| /xsrc/external/mit/mkfontdir/dist/ |
| H A D | config.guess | 748 echo c4-convex-bsd 1453 c4*) 1454 echo c4-convex-bsd
|