Searched refs:c3 (Results 1 - 23 of 23) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dtst-wscanf.c13 char c3; local
19 n = wscanf(L"%s %S %c%C %d", buf1, wbuf2, &c3, &wc4, &d);
22 || c3 != '!' || wc4 != L'!' || d != 42) {
23 printf ("*** FAILED, n = %d, buf1 = \"%s\", wbuf2 = L\"%S\", c3 = '%c', wc4 = L'%C', d = %d\n",
24 n, buf1, wbuf2, c3, (wint_t) wc4, d);
/haiku/src/libs/iconv/
H A Deuc_jp.h81 unsigned char c3 = s[2]; local
82 if (c3 >= 0xa1 && c3 < 0xff) {
85 buf[0] = c2-0x80; buf[1] = c3-0x80;
96 unsigned char c3 = s[2]; local
97 if (c3 >= 0xa1 && c3 < 0xff) {
98 *pwc = 0xe3ac + 94*(c2-0xf5) + (c3-0xa1);
H A Deuc_tw.h53 unsigned char c3 = s[2]; local
55 if (c3 >= 0xa1 && c3 < 0xff && c4 >= 0xa1 && c4 < 0xff) {
58 buf[0] = c3-0x80; buf[1] = c4-0x80;
H A Dgb18030.h243 unsigned char c3 = s[2]; local
244 if (c3 >= 0x81 && c3 <= 0xfe) {
248 unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Deuc_jisx0213.h74 unsigned char c3 = s[2]; local
75 wc = jisx0213_to_ucs4(0x200-0x80+c2,c3^0x80);
H A Dgb18030uni.h179 unsigned char c3 = s[2]; local
180 if (c3 >= 0x81 && c3 <= 0xfe) {
184 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp59 uint8 c1, c2, c3; local
64 c3 = *source++;
68 destination[2] = ALPHABLEND(c3, destination[2], alpha);
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp109 uint8 c3 = dstHandle[2] * srcHandle[2] >> 8; local
110 c3 += dstHandle[2] * (
115 ) - c3
117 c3 = (c3 * dstHandle[3]
122 (srcHandle[3] * alphaOverride) >> 8, c1, c2, c3);
145 uint8 c3 local
149 (srcHandle[3] * alphaOverride) / 255, c1, c2, c3);
172 uint8 c3 local
176 (srcHandle[3] * alphaOverride) / 255, c1, c2, c3);
323 uint8 c3 = 255 - ( local
356 uint8 c3 = ( local
[all...]
/haiku/headers/libs/agg/
H A Dagg_span_gouraud.h48 const color_type& c3,
55 colors(c1, c2, c3);
60 void colors(ColorT c1, ColorT c2, ColorT c3) argument
64 m_coord[2].color = c3;
46 span_gouraud(const color_type& c1, const color_type& c2, const color_type& c3, double x1, double y1, double x2, double y2, double x3, double y3, double d) argument
H A Dagg_math.h394 double c3 = 0;
405 double c6 = 2 * (m2 - i) * c2 / x - c3;
406 c3 = c2;
418 double c6 = 2 * c2 / x - c3;
H A Dagg_span_gouraud_gray.h95 const color_type& c3,
100 base_type(c1, c2, c3, x1, y1, x2, y2, x3, y3, d)
93 span_gouraud_gray(const color_type& c1, const color_type& c2, const color_type& c3, double x1, double y1, double x2, double y2, double x3, double y3, double d = 0) argument
H A Dagg_span_gouraud_rgba.h107 const color_type& c3,
112 base_type(c1, c2, c3, x1, y1, x2, y2, x3, y3, d)
105 span_gouraud_rgba(const color_type& c1, const color_type& c2, const color_type& c3, double x1, double y1, double x2, double y2, double x3, double y3, double d = 0) argument
H A Dagg_blur.h1193 const self_type& c3,
1196 r = b1*c1.r + b2*c2.r + b3*c3.r + b4*c4.r;
1197 g = b1*c1.g + b2*c2.g + b3*c3.g + b4*c4.g;
1198 b = b1*c1.b + b2*c2.b + b3*c3.b + b4*c4.b;
1199 a = b1*c1.a + b2*c2.a + b3*c3.a + b4*c4.a;
1236 const self_type& c3,
1239 r = b1*c1.r + b2*c2.r + b3*c3.r + b4*c4.r;
1240 g = b1*c1.g + b2*c2.g + b3*c3.g + b4*c4.g;
1241 b = b1*c1.b + b2*c2.b + b3*c3.b + b4*c4.b;
1275 const self_type& c3,
1187 calc(value_type b1, value_type b2, value_type b3, value_type b4, const self_type& c1, const self_type& c2, const self_type& c3, const self_type& c4) argument
1230 calc(value_type b1, value_type b2, value_type b3, value_type b4, const self_type& c1, const self_type& c2, const self_type& c3, const self_type& c4) argument
1269 calc(value_type b1, value_type b2, value_type b3, value_type b4, const self_type& c1, const self_type& c2, const self_type& c3, const self_type& c4) argument
[all...]
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpsqrt.c89 static const double c0 = 0.99674, c1 = -0.53380, c2 = 0.45472, c3 = -0.21553; local
97 z = ((c3*z + c2)*z + c1)*z + c0; /* 2**-7 */
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h89 uint8 c1, uint8 c2, uint8 c3,
96 dest[2] = c3;
116 uint8 c1, uint8 c2, uint8 c3,
123 bottom[2] = c3;
141 uint8 c1, uint8 c2, uint8 c3)
147 dest[2] = c3;
151 c1, c2, c3, alpha,
161 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
167 bottom[2] = c3;
171 c1, c2, c3, alph
88 blend_colors_copy(uint8* bottom, uint8 alpha, uint8* dest, uint8 c1, uint8 c2, uint8 c3, uint16 gc1, uint16 gc2, uint16 gc3) argument
115 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3, uint16 gc1, uint16 gc2, uint16 gc3) argument
140 blend_colors_copy(uint8* bottom, uint8 alpha, uint8* dest, uint8 c1, uint8 c2, uint8 c3) argument
363 blend_colors_copy(uint8* bottom, uint8 alpha, uint8* dest, uint8 c1, uint8 c2, uint8 c3) argument
397 blend_colors(uint8* bottom, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
[all...]
/haiku/src/tests/libs/linprog/
H A DProgram.cpp63 Constraint* c3 = ls.AddConstraint(1, x2, -1, x3, kLE, 0); local
95 Constraint* c3 = ls.AddConstraint(1, x2, -1, x3, kLE, 0); local
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp277 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
283 d[2] = c3;
287 d[2] += (uint8)(((c3 - d[2]) * alpha) >> 8);
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dentry.S87 mcr p15, 0, r9, c3, c0, 0
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp498 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
504 d[2] = c3;
508 d[2] += (uint8)(((c3 - d[2]) * alpha) >> 8);
/haiku/headers/private/graphics/common/
H A Dedid_raw.h48 c3 : 5
/haiku/src/bin/
H A Dsetmime.cpp403 char c3 = (char)((type >> 8) & 0xFF); local
410 IsPrintableChar(c3) && IsPrintableChar(c4))
411 cout << " '" << c1 << c2 << c3 << c4 << "' ";
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c34 vendor->manufacturer[2] = raw->c3 + '@';
/haiku/src/build/libgnuregex/
H A Dregex.c906 #define BUF_PUSH_3(c1, c2, c3) \
911 *b++ = (unsigned char) (c3); \

Completed in 229 milliseconds