Searched refs:c2 (Results 1 - 25 of 220) sorted by relevance

123456789

/haiku-fatelf/src/bin/coreutils/lib/
H A Dc-strcasecmp.c35 unsigned char c1, c2; local
43 c2 = c_tolower (*p2);
51 while (c1 == c2);
54 return c1 - c2;
59 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
H A Dc-strncasecmp.c35 unsigned char c1, c2; local
43 c2 = c_tolower (*p2);
51 while (c1 == c2);
54 return c1 - c2;
59 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
H A Dmemchr2.h27 extern void *memchr2 (void const *s, int c1, int c2, size_t n);
H A Dmbscasecmp.c75 unsigned char c1, c2; local
80 c2 = TOLOWER (*p2);
88 while (c1 == c2);
91 return c1 - c2;
96 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
H A Dmemchr2.c51 unsigned char c2; local
54 c2 = (unsigned char) c2_in;
56 if (c1 == c2)
64 if (*char_ptr == c1 || *char_ptr == c2)
75 repeated_c2 has c2 in every byte. */
78 repeated_c2 = c2 | (c2 << 8);
101 bytes in the longword in question are equal to c1 or c2. We first use
151 sizeof (longword) bytes starting at char_ptr is == c1 or == c2. On
159 if (*char_ptr == c1 || *char_ptr == c2)
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dmct.h52 @param c2 Samples blue component
55 void mct_encode(int *c0, int *c1, int *c2, int n);
60 @param c2 Samples for blue chrominance component
63 void mct_decode(int *c0, int *c1, int *c2, int n);
75 @param c2 Samples blue component
78 void mct_encode_real(int *c0, int *c1, int *c2, int n);
83 @param c2 Samples for blue chrominance component
86 void mct_decode_real(float* c0, float* c1, float* c2, int n);
H A Dmct.c54 int* restrict c2,
61 int b = c2[i];
67 c2[i] = v;
77 int* restrict c2,
84 int v = c2[i];
90 c2[i] = b;
107 int* restrict c2,
114 int b = c2[i];
120 c2[i] = v;
130 float* restrict c2,
51 mct_encode( int* restrict c0, int* restrict c1, int* restrict c2, int n) argument
74 mct_decode( int* restrict c0, int* restrict c1, int* restrict c2, int n) argument
104 mct_encode_real( int* restrict c0, int* restrict c1, int* restrict c2, int n) argument
127 mct_decode_real( float* restrict c0, float* restrict c1, float* restrict c2, int n) argument
[all...]
/haiku-fatelf/src/apps/mail/
H A DUtilities.cpp69 char c2; local
78 c2 = str2[loop];
79 if (c2 >= 'A' && c2 <= 'Z')
80 c2 += 'a' - 'A';
81 if (c1 == c2) {
82 } else if (c1 < c2) {
84 } else if (c1 > c2 || !c2) {
100 char c2; local
129 char c2; local
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstrcasecmp.c39 unsigned char c1, c2; local
47 c2 = TOLOWER (*p2);
55 while (c1 == c2);
58 return c1 - c2;
63 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
H A Dstrncasecmp.c39 unsigned char c1, c2; local
47 c2 = TOLOWER (*p2);
55 while (c1 == c2);
58 return c1 - c2;
63 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_mct.h146 void jpc_rct(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
149 void jpc_irct(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
152 void jpc_ict(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
155 void jpc_iict(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
/haiku-fatelf/src/libs/iconv/
H A Dcp936.h71 unsigned char c2 = s[1]; local
72 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0x80 && c2 < 0xa1)) {
73 *pwc = 0xe4c6 + 96 * (c - 0xa1) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
81 unsigned char c2 = s[1]; local
82 if (c2 >= 0xa1 && c2 <
109 unsigned int c2 = i % 94; local
116 unsigned int c2 = i % 96; local
[all...]
H A Dcns11643_4.h38 unsigned char c2 = s[1]; local
39 if (c2 >= 0x21 && c2 < 0x7f) {
40 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Deuc_jp.h37 unsigned char c2 = s[1]; local
38 if (c2 >= 0xa1 && c2 < 0xff) {
40 buf[0] = c-0x80; buf[1] = c2-0x80;
47 unsigned char c2 = s[1]; local
48 if (c2 >= 0xa1 && c2 < 0xff) {
49 *pwc = 0xe000 + 94*(c-0xf5) + (c2-0xa1);
60 unsigned char c2 = s[1]; local
61 if (c2 >
76 unsigned char c2 = s[1]; local
169 unsigned char c1, c2; local
178 unsigned char c1, c2; local
[all...]
H A Dces_big5.h37 unsigned char c2 = s[1]; local
38 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0xa1 && c2 < 0xff))
H A Dbig5hkscs1999.h68 unsigned char c2 = s[1]; local
69 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0xa1 && c2 < 0xff)) {
70 if (!((c == 0xc6 && c2 >= 0xa1) || c == 0xc7)) {
87 unsigned char c2 = s[1]; local
88 if (c2 == 0x62 || c2 == 0x64 || c2
[all...]
H A Disoir165.h91 unsigned char c2 = s[1]; local
92 if (c2 >= 0x21 && c2 <= 0x40) {
95 buf[1] = c2;
109 unsigned char c2 = s[1]; local
110 if (c2 >= 0x21 && c2 < 0x7f) {
H A Ddec_hanyu.h39 unsigned char c2 = s[1]; local
40 if (c == 0xc2 && c2 == 0xcb) {
53 } else if (c2 >= 0xa1 && c2 < 0xff) {
54 if (c != 0xc2 || c2 < 0xc2) {
56 buf[0] = c-0x80; buf[1] = c2-0x80;
59 } else if (c2 >= 0x21 && c2 < 0x7f) {
61 buf[0] = c-0x80; buf[1] = c2;
H A Ddec_kanji.h37 unsigned char c2 = s[1]; local
38 if (c2 >= 0xa1 && c2 < 0xff) {
40 buf[0] = c-0x80; buf[1] = c2-0x80;
H A Deuc_cn.h37 unsigned char c2 = s[1]; local
38 if (c2 >= 0xa1 && c2 < 0xff) {
40 buf[0] = c-0x80; buf[1] = c2-0x80;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dmbscmp.c35 wchar_t c1, c2; local
44 len2 = mbtowc ((wchar_t *) &c2, mbs2, MB_CUR_MAX);
52 return c1 - c2;
57 while (c1 == c2);
59 return c1 - c2;
/haiku-fatelf/headers/cpp/std/
H A Dstraits.h45 static void assign (char_type& c1, const char_type& c2) argument
46 { c1 = c2; }
47 static bool eq (const char_type& c1, const char_type& c2) argument
48 { return (c1 == c2); }
49 static bool ne (const char_type& c1, const char_type& c2) argument
50 { return !(c1 == c2); }
51 static bool lt (const char_type& c1, const char_type& c2) argument
52 { return (c1 < c2); }
111 static void assign (char_type& c1, const char_type& c2) argument
112 { c1 = c2; }
113 eq(const char_type & c1, const char_type& c2) argument
115 ne(const char_type& c1, const char_type& c2) argument
117 lt(const char_type& c1, const char_type& c2) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock/
H A D1-1.c25 clock_t c1, c2; local
38 c2 = clock();
39 sec2 = c2/CLOCKS_PER_SEC;
/haiku-fatelf/headers/private/interface/
H A DColorTools.h57 inline bool operator==(const rgb_color c1, const rgb_color c2) argument
59 return (*((uint32*)&c1)) == (*((uint32*)&c2));
62 inline bool operator!=(const rgb_color c1, const rgb_color c2) argument
64 return (*((uint32*)&c1)) != (*((uint32*)&c2));
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
55 c2 = TOLOWER (*p2);
63 while (c1 == c2);
65 return c1 - c2;

Completed in 126 milliseconds

123456789