Searched refs:c1 (Results 76 - 100 of 215) sorted by relevance

123456789

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c180 int cie_compare (struct cie *c1, struct cie *c2) argument
182 if (c1->hdr.length == c2->hdr.length
183 && c1->version == c2->version
184 && strcmp (c1->augmentation, c2->augmentation) == 0
185 && strcmp (c1->augmentation, "eh") != 0
186 && c1->code_align == c2->code_align
187 && c1->data_align == c2->data_align
188 && c1->ra_column == c2->ra_column
189 && c1->augmentation_size == c2->augmentation_size
190 && c1
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dhtml-parse.c268 #define ENT2(p, c0, c1) (FITS (p, 2) && p[0] == c0 && p[1] == c1)
269 #define ENT3(p, c0, c1, c2) (FITS (p, 3) && p[0]==c0 && p[1]==c1 && p[2]==c2)
H A Dcmpt.c69 unsigned char c1, c2;
76 c1 = c_tolower (*p1++);
78 if (c1 == '\0')
81 while (c1 == c2);
83 return c1 - c2;
98 unsigned char c1, c2;
105 c1 = c_tolower (*p1++);
107 if (c1 == '\0' || c1 != c2)
108 return c1
68 unsigned char c1, c2; local
97 unsigned char c1, c2; local
[all...]
/haiku-fatelf/src/bin/sharutils/src/
H A Duudecode.c216 char c1, c2, c3; local
224 c1 = b64_tab[*p++];
242 putchar (c1 << 2 | c2 >> 4);
254 putchar (c1 << 2 | c2 >> 4);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c520 int c1; local
526 c1 = tolower ((int) *String1);
532 while ((c1 == c2) && (c1));
534 return (c1 - c2);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCalloutEmitter.java132 // <area id="ex.plco.c1" coords="4"/>
322 int c1 = 0;
335 c1 = coord;
355 for (int count = c1; count <= c2; count++) {
361 callout[calloutCount++] = new Callout(coNum, area, c1, c2);
365 callout[calloutCount++] = new Callout(coNum, area, c1, defaultColumn);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c714 xmlValidBuildAContentModel(content->c1, ctxt, name);
756 xmlValidBuildAContentModel(content->c1, ctxt, name);
1025 if (cur->c1 != NULL)
1026 ret->c1 = xmlCopyDocElementContent(doc, cur->c1);
1027 if (ret->c1 != NULL)
1028 ret->c1->parent = ret;
1055 if (cur->c1 != NULL)
1056 tmp->c1 = xmlCopyDocElementContent(doc,cur->c1);
[all...]
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dsm_loop.c196 U_CHAR c1; local
198 c1 = ((flags & FNM_NOESCAPE) == 0 && c == L('\\')) ? *p : c;
199 c1 = FOLD (c1);
205 if ((flags & FNM_EXTMATCH) == 0 && c != L('[') && FOLD (*n) != c1) /*]*/
212 STRCHR (L("?*+@!"), *p) == 0 && c != L('[') && FOLD (*n) != c1) /*]*/
608 CHAR c1, c2; local
610 c1 = *pe;
620 *pe = c1;
/haiku-fatelf/src/bin/bash/
H A Dexpr.c1024 register unsigned char c, c1; local
1114 c1 = *cp++;
1115 if ((c == EQ) && (c1 == EQ))
1117 else if ((c == NOT) && (c1 == EQ))
1119 else if ((c == GT) && (c1 == EQ))
1121 else if ((c == LT) && (c1 == EQ))
1123 else if ((c == LT) && (c1 == LT))
1134 else if ((c == GT) && (c1 == GT))
1145 else if ((c == BAND) && (c1 == BAND))
1147 else if ((c == BOR) && (c1
[all...]
H A Dbraces.c98 int i, j, c, c1; local
113 c1 = c;
123 c = c1;
128 c = c1;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c166 u16 c1, c2; local
182 u1 = c1 = le16_to_cpu(*name1);
207 if (c1 < c2)
209 if (c1 > c2)
213 u1 = c1 = le16_to_cpu(*name1);
256 ntfschar c1, c2; local
266 c1 = le16_to_cpu(s1[i]);
268 if (c1 < c2)
270 if (c1 > c2)
272 if (!c1)
299 u16 c1, c2; local
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c2044 # define BUF_PUSH_2(c1, c2) \
2047 *b++ = (UCHAR_T) (c1); \
2053 # define BUF_PUSH_3(c1, c2, c3) \
2056 *b++ = (UCHAR_T) (c1); \
2385 register UCHAR_T c, c1;
2631 PATFETCH (c1);
2632 if (!(c1 == '+' || c1 == '?'))
2639 c = c1;
2827 PATFETCH (c1);
2372 register UCHAR_T c, c1; variable
2618 PATFETCH (c1); variable
2814 PATFETCH (c1); variable
2815 BUF_PUSH(c1); variable
2856 PATFETCH (c1); variable
3226 PATFETCH (c1); variable
3227 SET_LIST_BIT (c1); variable
3264 PATFETCH (c1); variable
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c1997 # define BUF_PUSH_2(c1, c2) \
2000 *b++ = (UCHAR_T) (c1); \
2006 # define BUF_PUSH_3(c1, c2, c3) \
2009 *b++ = (UCHAR_T) (c1); \
2338 register UCHAR_T c, c1;
2584 PATFETCH (c1);
2585 if (!(c1 == '+' || c1 == '?'))
2592 c = c1;
2780 PATFETCH (c1);
2325 register UCHAR_T c, c1; variable
2571 PATFETCH (c1); variable
2767 PATFETCH (c1); variable
2768 BUF_PUSH(c1); variable
2809 PATFETCH (c1); variable
3179 PATFETCH (c1); variable
3180 SET_LIST_BIT (c1); variable
3217 PATFETCH (c1); variable
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dgb18030ext.h49 unsigned char c1 = s[0]; local
50 if ((c1 == 0xa2) || (c1 >= 0xa4 && c1 <= 0xa9) || (c1 == 0xd7) || (c1 == 0xfe)) {
54 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
56 switch (c1) {
H A Djohab_hangul.h107 unsigned char c1 = s[0]; local
108 if ((c1 >= 0x84 && c1 <= 0xd3)) {
112 unsigned int johab = (c1 << 8) | c2;
H A Dcp950ext.h38 unsigned char c1 = s[0]; local
39 if ((c1 == 0xf9)) {
43 unsigned int i = 157 * (c1 - 0xa1) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
H A Dcp950.h236 unsigned int c1 = i / 157; local
238 buf[0] = c1 + (c1 < 5 ? 0xfa : c1 < 24 ? 0x89 : 0x69);
/haiku-fatelf/headers/libs/agg/
H A Dagg_span_gradient.h126 gradient_linear_color(const color_type& c1, const color_type& c2, argument
128 m_c1(c1), m_c2(c2), m_size(size) {}
136 void colors(const color_type& c1, const color_type& c2, unsigned size = 256) argument
138 m_c1 = c1;
/haiku-fatelf/src/tools/stubgen/test/
H A Dsample.h71 char charfunc(char c1, char c2, char c3, char c4, char c5);
/haiku-fatelf/src/bin/diffutils/src/
H A Difdef.c305 char c1; local
317 c1 = *f++;
322 if (c1 != '\'')
341 if (c1 != 'n')
347 value = groups_letter_value (groups, c1);
/haiku-fatelf/src/apps/mail/
H A DWords.cpp470 char c1, c2; local
477 c1 = tolower(*s1);
481 if (c1 != c2) {
483 b = (tolower(s2[1]) == c1);
501 else if (vsvfn[(unsigned)c1] == vsvfn[(unsigned)c2])
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap569 *.[ch]) c1='/* '; c2=' */';;
570 *.texi) c1='@c '; c2= ;;
571 *.m4|*/Make*|Make*) c1='# ' ; c2= ;;
572 *) c1= ; c2= ;;
580 if test -z "$c1"; then
595 echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" &&
596 echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_sin.c611 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
627 c1 = (cs+t22)-t22;
628 c2=(cs-c1)+ccs;
629 cor=(ssn+s*ccs+cs*s+c2*y+c1*y2)-sn*c;
630 y=sn+c1*y1;
631 cor = cor+((sn-y)+c1*y1);
746 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
763 c1 = (cs+t22)-t22;
764 c2=(cs-c1)+ccs;
765 cor=(ssn+s*ccs+cs*s+c2*y+c1*y
865 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
1042 double sn,ssn,cs,ccs,s,c,w[2],y,y1,y2,c1,c2,xx,cor,res; local
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFWriter.h182 static inline bool IsSame(const rgb_color &c1, const rgb_color &c2);
386 PDFWriter::IsSame(const rgb_color &c1, const rgb_color &c2) argument
388 char *a = (char*)&c1;
389 char *b = (char*)&c1;
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dremote-utils.c465 unsigned char csum, c1, c2; local
500 c1 = fromhex (readchar ());
503 if (csum == (c1 << 4) + c2)
507 (c1 << 4) + c2, csum, buf);

Completed in 312 milliseconds

123456789