Searched refs:c1 (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxfbconfig.c33 int AreFBConfigsMatch( __GLXFBConfig *c1, __GLXFBConfig *c2 ) argument
38 (c1->visualType == c2->visualType) &&
39 (c1->transparentType == c2->transparentType) &&
40 (c1->transparentRed == c2->transparentRed) &&
41 (c1->transparentGreen == c2->transparentGreen) &&
42 (c1->transparentBlue == c2->transparentBlue) &&
43 (c1->transparentAlpha == c2->transparentAlpha) &&
44 (c1->transparentIndex == c2->transparentIndex) &&
45 (c1->visualCaveat == c2->visualCaveat) &&
46 (c1
[all...]
H A Dglxfbconfig.h35 int AreFBConfigsMatch( __GLXFBConfig *c1, __GLXFBConfig *c2 );
/xsrc/external/mit/xsetmode/dist/
H A Dxsetmode.c37 char c1, c2; local in function:StrCaseCmp
45 c1 = (isupper(*s1) ? tolower(*s1) : *s1);
47 while (c1 == c2)
49 if (c1 == '\0')
52 c1 = (isupper(*s1) ? tolower(*s1) : *s1);
55 return(c1 - c2);
/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
H A Dbig5_emacs.h12 Conversion between BIG5 codes (s1,s2) and BIG5-0 codes (c1,c2):
13 Example. (s1,s2) = 0xA140, (c1,c2) = 0x2121.
15 0x21 <= c1 <= 0x62, 0x21 <= c2 <= 0x7E.
18 = 94*(c1-0x21)+(c2-0x21)
19 Conversion (s1,s2) -> (c1,c2):
21 c1 := (t div 94) + 0x21
23 Conversion (c1,c2) -> (s1,s2):
24 t := 94*(c1-0x21)+(c2-0x21)
29 Conversion between BIG5 codes (s1,s2) and BIG5-1 codes (c1,c2):
30 Example. (s1,s2) = 0xC940, (c1,c
50 unsigned char c1 = s[0]; local in function:big5_0_mbtowc
84 unsigned char c1 = s[0]; local in function:big5_1_mbtowc
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbclip.c56 const BoxRec *c0, *c1; local in function:fbClipBoxes
77 c1 = c0 + region->data->numRects;
84 c0 = find_clip_row_for_y(c0, c1, box->y1);
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
90 *end = c1;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbclip.c56 const BoxRec *c0, *c1; local in function:fbClipBoxes
77 c1 = c0 + region->data->numRects;
84 c0 = find_clip_row_for_y(c0, c1, box->y1);
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
90 *end = c1;
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_options.c74 char c1, c2; local in function:namecmp
89 c1 = isupper(*s1) ? tolower(*s1) : *s1;
91 while (c1 == c2) {
92 if (c1 == '\0')
103 c1 = isupper(*s1) ? tolower(*s1) : *s1;
107 return c1 - c2;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp38 memset(c1, 0, sizeof(c1));
47 nir_const_value c1[NIR_MAX_VEC_COMPONENTS]; member in class:const_value_negative_equal_test
70 EXPECT_TRUE(nir_const_value_negative_equal(c1, c1, NIR_MAX_VEC_COMPONENTS,
77 EXPECT_TRUE(nir_const_value_negative_equal(c1, c1, NIR_MAX_VEC_COMPONENTS,
87 count_sequence(c1, base_type, bits, 1); \
88 EXPECT_FALSE(nir_const_value_negative_equal(c1, c1, \
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-radial-gradient.c331 v.vector[0] -= radial->c1.x;
332 v.vector[1] -= radial->c1.y;
343 b = dot (v.vector[0], v.vector[1], radial->c1.radius,
349 -((pixman_fixed_48_16_t) radial->c1.radius),
350 v.vector[0], v.vector[1], radial->c1.radius);
395 pdx = v.vector[0] * invv2 - radial->c1.x;
398 pdy = v.vector[1] * invv2 - radial->c1.y;
401 b = fdot (pdx, pdy, radial->c1.radius,
406 c = fdot (pdx, pdy, -radial->c1.radius,
407 pdx, pdy, radial->c1
[all...]
/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_trig.c103 double l, a, c1, s1; local in function:test_atan2
110 c1 = l * cos(a);
113 c2 = (FT_Fixed)(c1*65536.0);
138 double a, c1, s1; local in function:test_unit
144 c1 = cos(a);
146 c2 = (FT_Fixed)(c1*65536.0);
156 c1, s1 );
209 double l, a, c1, s1, c3, s3; local in function:test_rotate
215 c1 = l * cos(a);
218 v.x = c2 = (FT_Fixed)(c1*65536.
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dinvocationid.asm4 @const(c1.x) 1.0, 2.0, 3.0, 4.0
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp40 memset(c1, 0, sizeof(c1));
49 nir_const_value c1[NIR_MAX_VEC_COMPONENTS]; member in class:const_value_negative_equal_test
62 memset(c1, 0, sizeof(c1));
73 nir_const_value c1[NIR_MAX_VEC_COMPONENTS]; member in class:alu_srcs_negative_equal_test
80 EXPECT_TRUE(nir_const_value_negative_equal(c1[0], c1[0], nir_type_float32));
86 EXPECT_TRUE(nir_const_value_negative_equal(c1[0], c1[
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmurmurhash3.c102 uint32_t c1 = 0xcc9e2d51; local in function:MurmurHash3_x86_32
120 k1 *= c1;
141 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
167 uint32_t c1 = 0x239b961b; local in function:MurmurHash3_x86_128
194 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
206 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
226 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
244 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
280 uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); local in function:MurmurHash3_x64_128
300 k1 *= c1; k
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp76 ra_chunk *c1 = e->a->chunk, *c2 = e->b->chunk; local in function:r600_sb::coalescer::unify_chunks
80 dump_chunk(c1);
84 if (c2->is_chan_pinned() && !c1->is_chan_pinned()) {
85 c1->flags |= RCF_PIN_CHAN;
86 c1->pin = sel_chan(c1->pin.sel(), c2->pin.chan());
89 if (c2->is_reg_pinned() && !c1->is_reg_pinned()) {
90 c1->flags |= RCF_PIN_REG;
91 c1->pin = sel_chan(c2->pin.sel(), c1
111 chunks_interference(ra_chunk * c1,ra_chunk * c2) argument
151 ra_chunk *c1 = e->a->chunk, *c2 = e->b->chunk; local in function:r600_sb::coalescer::build_chunks
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp76 ra_chunk *c1 = e->a->chunk, *c2 = e->b->chunk; local in function:r600_sb::coalescer::unify_chunks
80 dump_chunk(c1);
84 if (c2->is_chan_pinned() && !c1->is_chan_pinned()) {
85 c1->flags |= RCF_PIN_CHAN;
86 c1->pin = sel_chan(c1->pin.sel(), c2->pin.chan());
89 if (c2->is_reg_pinned() && !c1->is_reg_pinned()) {
90 c1->flags |= RCF_PIN_REG;
91 c1->pin = sel_chan(c2->pin.sel(), c1
111 chunks_interference(ra_chunk * c1,ra_chunk * c2) argument
151 ra_chunk *c1 = e->a->chunk, *c2 = e->b->chunk; local in function:r600_sb::coalescer::build_chunks
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dir_expression_operation_constant.h1095 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1097 c0 += c0_inc, c1 += c1_inc, c++) {
1101 data.u[c] = op[0]->value.u[c0] + op[1]->value.u[c1];
1104 data.i[c] = op[0]->value.i[c0] + op[1]->value.i[c1];
1107 data.f[c] = op[0]->value.f[c0] + op[1]->value.f[c1];
1110 data.d[c] = op[0]->value.d[c0] + op[1]->value.d[c1];
1113 data.u64[c] = op[0]->value.u64[c0] + op[1]->value.u64[c1];
1116 data.i64[c] = op[0]->value.i64[c0] + op[1]->value.i64[c1];
1126 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1128 c0 += c0_inc, c1
1159 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1217 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1248 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1408 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1440 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1465 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1490 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1515 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1589 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1620 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
[all...]
/xsrc/external/mit/mkfontscale/dist/
H A Dhash.c156 int c1 = strcasecmp((*b1)->key, (*b2)->key); local in function:key_first_cmp
158 if (c1 != 0)
159 return c1;
167 int c1 = strcmp((*b1)->value, (*b2)->value); local in function:value_first_cmp
169 if (c1 != 0)
170 return c1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dir_expression_operation_constant.h1227 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1229 c0 += c0_inc, c1 += c1_inc, c++) {
1233 data.u[c] = op[0]->value.u[c0] + op[1]->value.u[c1];
1236 data.i[c] = op[0]->value.i[c0] + op[1]->value.i[c1];
1239 data.f[c] = op[0]->value.f[c0] + op[1]->value.f[c1];
1242 data.d[c] = op[0]->value.d[c0] + op[1]->value.d[c1];
1245 data.u64[c] = op[0]->value.u64[c0] + op[1]->value.u64[c1];
1248 data.i64[c] = op[0]->value.i64[c0] + op[1]->value.i64[c1];
1258 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1260 c0 += c0_inc, c1
1396 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1469 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1500 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1660 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1692 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1717 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1742 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1767 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1841 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
1872 for (unsigned c = 0, c0 = 0, c1 = 0; variable in typeref:typename:unsigned
[all...]
/xsrc/external/mit/xsetpointer/dist/
H A Dxsetpointer.c38 char c1, c2; local in function:StrCaseCmp
46 c1 = (isupper(*s1) ? tolower(*s1) : *s1);
48 while (c1 == c2)
50 if (c1 == '\0')
53 c1 = (isupper(*s1) ? tolower(*s1) : *s1);
56 return(c1 - c2);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c251 FcChar8 c1, c2; local in function:FcStrCmpIgnoreCase
260 c1 = FcStrCaseWalkerNext (&w1);
262 if (!c1 || (c1 != c2))
265 return (int) c1 - (int) c2;
272 FcChar8 c1, c2; local in function:FcStrCmpIgnoreBlanksAndCase
281 c1 = FcStrCaseWalkerNextNonBlank (&w1);
283 if (!c1 || (c1 != c2))
286 return (int) c1
292 FcChar8 c1, c2; local in function:FcStrCmp
344 FcChar8 c1, c2; local in function:FcStrIsAtIgnoreBlanksAndCase
403 FcChar8 c1, c2; local in function:FcStrIsAtIgnoreCase
470 FcChar8 c1, c2; local in function:FcStrMatchIgnoreCaseAndDelims
535 FcChar8 c1, c2; local in function:FcStrStrIgnoreCase
579 FcChar8 c1, c2; local in function:FcStrStr
1327 FcChar8 c1, c2; local in function:fc_strcmp_r
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_alu.c59 nir_ssa_def *c1 = nir_imm_int(b, 1); local in function:lower_alu_instr
73 nir_iand(b, nir_ushr(b, lowered, c1), c55555555),
74 nir_ishl(b, nir_iand(b, lowered, c55555555), c1));
103 nir_ssa_def *c1 = nir_imm_int(b, 1); local in function:lower_alu_instr
115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555));
136 nir_ssa_def *c1 = nir_imm_int(b, 1); local in function:lower_alu_instr
171 hi = nir_iadd(b, hi, nir_iand(b, nir_uadd_carry(b, lo, tmp), c1));
176 hi = nir_iadd(b, hi, nir_iand(b, nir_uadd_carry(b, lo, tmp), c1));
192 c1),
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate_test.cpp175 struct ra_class *c1 = ra_alloc_contig_reg_class(regs, 1); local in function:TEST_F
177 ra_class_add_reg(c1, i);
189 ASSERT_EQ(c1->q[c1->index], 1);
190 ASSERT_EQ(c1->q[c2->index], 2);
191 ASSERT_EQ(c1->q[c4->index], 4);
192 ASSERT_EQ(c2->q[c1->index], 1);
195 ASSERT_EQ(c4->q[c1->index], 1);
202 ASSERT_EQ(ra_class_allocations_conflict(c4, i, c1, j),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h47 #define SWIZZLE(c0,c1,c2,c3) \
49 INST_SWIZ_COMP_##c1, \
/xsrc/external/mit/xkbcomp/dist/
H A Dutils.c314 char c1; local in function:uStrCasePrefix
316 while (((c1 = *my_prefix) != '\0') && ((c2 = *str) != '\0'))
318 if (isupper(c1))
319 c1 = tolower(c1);
322 if (c1 != c2)
327 if (c1 != '\0')
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_alu.c59 nir_ssa_def *c1 = nir_imm_int(b, 1); local in function:lower_alu_instr
73 nir_iand(b, nir_ushr(b, lowered, c1), c55555555),
74 nir_ishl(b, nir_iand(b, lowered, c55555555), c1));
103 nir_ssa_def *c1 = nir_imm_int(b, 1); local in function:lower_alu_instr
115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555));
150 nir_ssa_def *c1 = nir_imm_intN_t(b, 1, src0->bit_size); local in function:lower_alu_instr
183 hi = nir_iadd(b, hi, nir_iand(b, nir_uadd_carry(b, lo, tmp), c1));
188 hi = nir_iadd(b, hi, nir_iand(b, nir_uadd_carry(b, lo, tmp), c1));
204 c1),

Completed in 17 milliseconds

1234567891011>>