HomeSort by: relevance | last modified time | path
    Searched defs:c1 (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbclip.c 56 const BoxRec *c0, *c1; local
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/
fbclip.c 56 const BoxRec *c0, *c1; local
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/
intel_options.c 74 char c1, c2; local
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/dist/src/intel/blorp/
blorp_nir_builder.h 112 nir_ssa_def *c1 = nir_ult(b, nir_channel(b, pos, 0), x1); local
117 nir_iand(b, nir_iand(b, c0, c1), nir_iand(b, c2, c3));
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
big5_emacs.h 12 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,c2) = 0x2121
50 unsigned char c1 = s[0]; local
84 unsigned char c1 = s[0]; local
    [all...]
big5.h 1857 unsigned char c1 = s[0]; local
1858 if ((c1 >= 0xa1 && c1 <= 0xc7) || (c1 >= 0xc9 && c1 <= 0xf9)) {
1862 unsigned int i = 157 * (c1 - 0xa1) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
big5hkscs.h 2658 unsigned char c1 = s[0]; local
2659 if ((c1 >= 0x81 && c1 <= 0xfe)) {
2663 unsigned int i = 157 * (c1 - 0x81) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
gb2312.h 1065 unsigned char c1 = (s[0] & 0x7F); local
1066 if ((c1 >= 0x21 && c1 <= 0x29) || (c1 >= 0x30 && c1 <= 0x77)) {
1070 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
jisx0208.h 996 unsigned char c1 = (s[0] & 0x7F); local
997 if ((c1 >= 0x21 && c1 <= 0x28) || (c1 >= 0x30 && c1 <= 0x74)) {
1001 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
jisx0212.h 897 unsigned char c1 = (s[0] & 0x7F); local
898 if ((c1 == 0x22) || (c1 >= 0x26 && c1 <= 0x27) || (c1 >= 0x29 && c1 <= 0x2b) || (c1 >= 0x30 && c1 <= 0x6d)) {
902 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
ksc5601.h 1172 unsigned char c1 = (s[0] & 0x7F); local
1173 if ((c1 >= 0x21 && c1 <= 0x2c) || (c1 >= 0x30 && c1 <= 0x48) || (c1 >= 0x4a && c1 <= 0x7d)) {
1177 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
gbk.h 3140 unsigned char c1 = s[0]; local
3141 if ((c1 >= 0x81 && c1 <= 0xfe)) {
3145 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
  /xsrc/external/mit/xsetmode/dist/
xsetmode.c 37 char c1, c2; local
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/xsetpointer/dist/
xsetpointer.c 38 char c1, c2; local
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/MesaLib/dist/src/util/
register_allocate_test.cpp 175 struct ra_class *c1 = ra_alloc_contig_reg_class(regs, 1); local
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/dist/src/compiler/nir/tests/
negative_equal_tests.cpp 40 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[0], nir_type_float64))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
negative_equal_tests.cpp 38 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/mkfontscale/dist/
hash.c 156 int c1 = strcasecmp((*b1)->key, (*b2)->key); local
158 if (c1 != 0)
159 return c1;
167 int c1 = strcmp((*b1)->value, (*b2)->value); local
169 if (c1 != 0)
170 return c1;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_zoom.c 54 GLint c0, c1, r0, r1; local
60 * Compute destination columns: [c0, c1)
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
64 if (c1 < c0) {
66 GLint tmp = c1;
67 c1 = c0;
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
72 if (c0 == c1) {
94 *x1 = c1;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_alu.c 59 nir_ssa_def *c1 = nir_imm_int(b, 1); local
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
115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555));
136 nir_ssa_def *c1 = nir_imm_int(b, 1); local
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.old/dist/src/mesa/swrast/
s_zoom.c 54 GLint c0, c1, r0, r1; local
60 * Compute destination columns: [c0, c1)
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
64 if (c1 < c0) {
66 GLint tmp = c1;
67 c1 = c0;
71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
72 if (c0 == c1) {
94 *x1 = c1;
    [all...]
  /xsrc/external/mit/freetype/dist/src/tools/
test_trig.c 103 double l, a, c1, s1; local
110 c1 = l * cos(a);
113 c2 = (FT_Fixed)(c1*65536.0);
138 double a, c1, s1; local
144 c1 = cos(a);
146 c2 = (FT_Fixed)(c1*65536.0);
156 c1, s1 );
209 double l, a, c1, s1, c3, s3; local
215 c1 = l * cos(a);
218 v.x = c2 = (FT_Fixed)(c1*65536.0)
    [all...]
  /xsrc/external/mit/libXcursor/dist/src/
display.c 88 char c1 = v[1]; local
89 if (isupper ((int)c1))
90 c1 = (char) tolower (c1);
91 if (c1 == 'n')
93 if (c1 == 'f')
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
fsraytrace.c 242 const float c1 = cosf(radX); local
248 mat3[1] = s1*s2; mat3[4] = c1; mat3[7] = -s1*c2;
249 mat3[2] = -c1*s2;mat3[5] = s1; mat3[8] = c1*c2;
vsraytrace.c 233 const float c1 = cosf(radX); local
239 mat3[1] = s1*s2; mat3[4] = c1; mat3[7] = -s1*c2;
240 mat3[2] = -c1*s2;mat3[5] = s1; mat3[8] = c1*c2;

Completed in 37 milliseconds

1 2 3 4