Searched refs:c1 (Results 101 - 125 of 215) sorted by relevance

123456789

/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_asm.S20 mrc p15, 0, r0, c1, c0, 0
27 mcr p15, 0, r0, c1, c0, 0
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ddoasin.c70 ADD2(p,pp,c1.x,cc1.x,p,pp,r,s);
H A Dulog.h48 /**/ c1 = {{0x3ff00000, 0x00000000} }, /* 1 */
124 /**/ c1 = {{0x00000000, 0x3ff00000} }, /* 1 */
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dpixma_parse.c54 unsigned char c1,c2; local
60 c1 = fgetc(infile);
64 if (c1 == 60 ){ /* "<" for XML start */
79 }else if (c1 == 27 ){ /* A new ESC command */
87 c1 = fgetc(infile); /* read size 16 bit little endian */
89 *cnt = c1 + (c2<<8);
103 }else if(c1==0x0c){ /* Form Feed */
106 printf("UNKNOWN BYTE 0x%x @ %lu\n",c1,ftell(infile));
H A Dbjc-unprint.c321 unsigned char c1=0,c2=0; local
325 while (!feof(infile) && c1!=0x1b && (c2!=0x28 && c2!=0x5b)) {
326 c1=c2; c2=fgetc(infile);
333 c1= fgetc(infile);
338 *cnt= c1+256*c2;
/haiku-fatelf/src/tests/kits/game/page_flipper/
H A Dpage_flip.cpp161 rgb_color c1 = {i * 2, i * 2, i * 2}; local
163 palette[i] = c1;
/haiku-fatelf/src/libs/iconv/
H A Diconv.c186 unsigned char c1;
189 c1 = * (unsigned char *) str1++;
191 if (c1 == 0)
195 if (c1 != c2)
198 return (c1 == c2);
H A Dbig5_2003.h436 unsigned int c1 = i / 157; local
438 buf[0] = c1 + (c1 < 5 ? 0xfa : c1 < 24 ? 0x89 : 0x69);
H A Dgb18030uni.h173 unsigned char c1 = s[0]; local
174 if (c1 >= 0x81 && c1 <= 0x84) {
184 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
H A Dhkscs2004.h81 unsigned char c1 = s[0]; local
82 if ((c1 == 0x87) || (c1 >= 0x8c && c1 <= 0x8d)) {
86 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
/haiku-fatelf/src/kits/interface/
H A DColorControl.cpp259 rgb_color c1 = ValueAsColor(); local
285 if (c1.red != c2.red) {
286 p = _SelectorPosition(_RampFrame(1), c1.red);
294 if (c1.green != c2.green) {
295 p = _SelectorPosition(_RampFrame(2), c1.green);
303 if (c1.blue != c2.blue) {
304 p = _SelectorPosition(_RampFrame(3), c1.blue);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp293 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
297 d[0] = c1;
301 d[0] += (uint8)(((c1 - d[0]) * alpha) >> 8);
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Dtypes.h171 uint8_t c1; member in struct:ud
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcrx.h71 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon4170
/haiku-fatelf/src/libs/ncurses/test/
H A Dknight.c176 chksqr(int r1, int c1) argument
180 if ((c1 < 0) || (c1 > BWIDTH - 1))
182 return ((!board[r1][c1]) ? TRUE : FALSE);
/haiku-fatelf/src/libs/udis86/
H A Dsyn-intel.c195 gen_operand(u, &u->operand[0], u->c1);
/haiku-fatelf/headers/private/graphics/common/
H A Dedid_raw.h43 c1 : 5, // add '@' to get ascii
/haiku-fatelf/headers/libs/agg/
H A Dagg_blur.h1191 const self_type& c1,
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;
1234 const self_type& c1,
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;
1273 const self_type& c1,
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-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_seq.c253 int r1, int c1)
270 mat0->numcols_ = c1 - c0 + 1;
252 jas_matrix_bindsub(jas_matrix_t *mat0, jas_matrix_t *mat1, int r0, int c0, int r1, int c1) argument
/haiku-fatelf/src/bin/coreutils/src/
H A Dtr.c1811 int c1, c2;
1833 c1 = get_next (s1, &class_s1);
1867 if (c1 == -1 || c2 == -1)
1869 xlate[c1] = c2;
1872 assert (c1 == -1 || truncate_set1);
1810 int c1, c2; local
/haiku-fatelf/src/bin/gdb/readline/
H A Dcomplete.c890 register int i, c1, c2, si; local
920 (c1 = _rl_to_lower(match_list[i][si])) &&
937 if (c1 != c2)
943 (c1 = match_list[i][si]) &&
957 if (c1 != c2)
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DVerbatim.java522 // <area id="ex.plco.c1" coords="4"/>
767 int c1 = 0;
780 c1 = coord;
800 for (int count = c1; count <= c2; count++) {
807 callout[calloutCount++] = new Callout(coNum, area, c1, c2, type);
811 callout[calloutCount++] = new Callout(coNum, area, c1, defaultColumn, type);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DVerbatim.java527 // <area id="ex.plco.c1" coords="4"/>
773 int c1 = 0;
786 c1 = coord;
806 for (int count = c1; count <= c2; count++) {
813 callout[calloutCount++] = new Callout(coNum, area, c1, c2, type);
817 callout[calloutCount++] = new Callout(coNum, area, c1, defaultColumn, type);
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c753 int c, c1 = 0; local
773 c1 = 0;
800 c1 = c1 * 10 +
804 c = c1 &0xff;
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp511 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3) argument
515 d[0] = c1;
519 d[0] += (uint8)(((c1 - d[0]) * alpha) >> 8);

Completed in 473 milliseconds

123456789