Searched refs:c1 (Results 51 - 75 of 77) sorted by relevance

1234

/haiku/src/libs/iconv/
H A Disoir165ext.h163 unsigned char c1 = s[0]; local
164 if ((c1 >= 0x2b && c1 <= 0x2f) || (c1 >= 0x7a && c1 <= 0x7e)) {
168 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dhkscs2001.h62 unsigned char c1 = s[0]; local
63 if ((c1 == 0x8c)) {
67 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
H A Dcns11643_1.h859 unsigned char c1 = s[0]; local
860 if ((c1 >= 0x21 && c1 <= 0x27) || (c1 == 0x42) || (c1 >= 0x44 && c1 <= 0x7d)) {
864 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_3.h946 unsigned char c1 = s[0]; local
947 if ((c1 >= 0x21 && c1 <= 0x62) || (c1 >= 0x64 && c1 <= 0x67)) {
951 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Djisx0212.h916 unsigned char c1 = s[0]; local
917 if ((c1 == 0x22) || (c1 >= 0x26 && c1 <= 0x27) || (c1 >= 0x29 && c1 <= 0x2b) || (c1 >= 0x30 && c1 <= 0x6d)) {
921 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_15.h1059 unsigned char c1 = s[0]; local
1060 if ((c1 >= 0x21 && c1 <= 0x6d)) {
1064 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_2.h1090 unsigned char c1 = s[0]; local
1091 if ((c1 >= 0x21 && c1 <= 0x72)) {
1095 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_6.h944 unsigned char c1 = s[0]; local
945 if ((c1 >= 0x21 && c1 <= 0x64)) {
949 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_7.h964 unsigned char c1 = s[0]; local
965 if ((c1 >= 0x21 && c1 <= 0x66)) {
969 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dgbkext1.h831 unsigned char c1 = s[0]; local
832 if ((c1 >= 0x81 && c1 <= 0xa0)) {
836 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Duhc_2.h491 unsigned char c1 = s[0]; local
492 if ((c1 >= 0xa1 && c1 <= 0xc6)) {
496 unsigned int row = c1 - 0xa1;
H A Dgb12345ext.h1009 unsigned char c1 = s[0]; local
1010 if ((c1 == 0x21) || (c1 == 0x26) || (c1 == 0x28) || (c1 >= 0x30 && c1 <= 0x79)) {
1014 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dhkscs1999.h855 unsigned char c1 = s[0]; local
856 if ((c1 >= 0x88 && c1 <= 0x8b) || (c1 >= 0x8d && c1 <= 0xa0) || (c1 >= 0xc6 && c1 <= 0xc8) || (c1 >= 0xf9 && c1 <= 0xfe)) {
860 unsigned int i = 157 * (c1
[all...]
H A Dksc5601.h1191 unsigned char c1 = s[0]; local
1192 if ((c1 >= 0x21 && c1 <= 0x2c) || (c1 >= 0x30 && c1 <= 0x48) || (c1 >= 0x4a && c1 <= 0x7d)) {
1196 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_5.h1254 unsigned char c1 = s[0]; local
1255 if ((c1 >= 0x21 && c1 <= 0x7c)) {
1259 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dgbkext2.h1152 unsigned char c1 = s[0]; local
1153 if ((c1 >= 0xa8 && c1 <= 0xfe)) {
1157 unsigned int i = 96 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Dgb2312.h1084 unsigned char c1 = s[0]; local
1085 if ((c1 >= 0x21 && c1 <= 0x29) || (c1 >= 0x30 && c1 <= 0x77)) {
1089 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Djisx0208.h1015 unsigned char c1 = s[0]; local
1016 if ((c1 >= 0x21 && c1 <= 0x28) || (c1 >= 0x30 && c1 <= 0x74)) {
1020 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Duhc_1.h809 unsigned char c1 = s[0]; local
810 if ((c1 >= 0x81 && c1 <= 0xa0)) {
814 unsigned int row = c1 - 0x81;
/haiku/headers/private/graphics/common/
H A Dedid_raw.h43 c1 : 5, // add '@' to get ascii
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c111 int c1, c2; local
112 c1 = *datap++;
114 return c1 << 8 | c2;
606 #define C3IC1 ((PREC)IFIX(0.847759065)) /* c3/c1 */
607 #define C5IC1 ((PREC)IFIX(0.566454497)) /* c5/c1 */
608 #define C7IC1 ((PREC)IFIX(0.198912367)) /* c7/c1 */
/haiku/src/bin/
H A Dsetmime.cpp401 char c1 = (char)((type >> 24) & 0xFF); local
409 if (IsPrintableChar(c1) && IsPrintableChar(c2) &&
411 cout << " '" << c1 << c2 << c3 << c4 << "' ";
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c32 vendor->manufacturer[0] = raw->c1 + '@';
/haiku/src/kits/interface/
H A DColorControl.cpp276 rgb_color c1 = ValueAsColor(); local
299 } else if (c1 != c2)
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2714 const char** c1 = (const char**) v1; local
2716 return strcmp( *c1, *c2 );

Completed in 320 milliseconds

1234