Searched refs:x80 (Results 1 - 25 of 4962) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/unistr/
H A Du8-mbtouc.c30 if (c < 0x80)
41 if ((s[1] ^ 0x80) < 0x40)
44 | (unsigned int) (s[1] ^ 0x80);
60 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
65 | ((unsigned int) (s[1] ^ 0x80) << 6)
66 | (unsigned int) (s[2] ^ 0x80);
82 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
83 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc-aux.c36 if ((s[1] ^ 0x80) < 0x40)
39 | (unsigned int) (s[1] ^ 0x80);
55 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
60 | ((unsigned int) (s[1] ^ 0x80) << 6)
61 | (unsigned int) (s[2] ^ 0x80);
77 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
78 && (s[3] ^ 0x80) < 0x40
86 | ((unsigned int) (s[1] ^ 0x80) << 1
[all...]
H A Du8-mbtouc-unsafe.c30 if (c < 0x80)
42 if ((s[1] ^ 0x80) < 0x40)
46 | (unsigned int) (s[1] ^ 0x80);
63 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
69 | ((unsigned int) (s[1] ^ 0x80) << 6)
70 | (unsigned int) (s[2] ^ 0x80);
87 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
88 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc-unsafe-aux.c37 if ((s[1] ^ 0x80) < 0x40)
41 | (unsigned int) (s[1] ^ 0x80);
58 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
64 | ((unsigned int) (s[1] ^ 0x80) << 6)
65 | (unsigned int) (s[2] ^ 0x80);
82 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
83 && (s[3] ^ 0x80) < 0x40
92 | ((unsigned int) (s[1] ^ 0x80) << 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-strmbtouc.c30 if (c < 0x80)
40 if ((s[1] ^ 0x80) < 0x40)
46 | (unsigned int) (s[1] ^ 0x80);
53 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
61 | ((unsigned int) (s[1] ^ 0x80) << 6)
62 | (unsigned int) (s[2] ^ 0x80);
69 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
70 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc-aux.c36 if ((s[1] ^ 0x80) < 0x40)
39 | (unsigned int) (s[1] ^ 0x80);
55 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
60 | ((unsigned int) (s[1] ^ 0x80) << 6)
61 | (unsigned int) (s[2] ^ 0x80);
77 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
78 && (s[3] ^ 0x80) < 0x40
86 | ((unsigned int) (s[1] ^ 0x80) << 1
[all...]
H A Du8-mbtouc-unsafe.c36 if (c < 0x80)
48 if ((s[1] ^ 0x80) < 0x40)
52 | (unsigned int) (s[1] ^ 0x80);
69 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
75 | ((unsigned int) (s[1] ^ 0x80) << 6)
76 | (unsigned int) (s[2] ^ 0x80);
93 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
94 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc.c35 if (c < 0x80)
46 if ((s[1] ^ 0x80) < 0x40)
49 | (unsigned int) (s[1] ^ 0x80);
65 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
70 | ((unsigned int) (s[1] ^ 0x80) << 6)
71 | (unsigned int) (s[2] ^ 0x80);
87 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
88 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtoucr.c28 if (c < 0x80)
39 if ((s[1] ^ 0x80) < 0x40)
42 | (unsigned int) (s[1] ^ 0x80);
58 if ((s[1] ^ 0x80) < 0x40
64 if ((s[2] ^ 0x80) < 0x40)
67 | ((unsigned int) (s[1] ^ 0x80) << 6)
68 | (unsigned int) (s[2] ^ 0x80);
93 if ((s[1] ^ 0x80) < 0x40
102 if ((s[2] ^ 0x80) < 0x40)
106 if ((s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc-unsafe-aux.c37 if ((s[1] ^ 0x80) < 0x40)
41 | (unsigned int) (s[1] ^ 0x80);
58 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
64 | ((unsigned int) (s[1] ^ 0x80) << 6)
65 | (unsigned int) (s[2] ^ 0x80);
82 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
83 && (s[3] ^ 0x80) < 0x40
92 | ((unsigned int) (s[1] ^ 0x80) << 1
[all...]
H A Du8-check.c33 if (c < 0x80)
43 && (s[1] ^ 0x80) < 0x40)
52 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
63 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
64 && (s[3] ^ 0x80) < 0x40
79 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
80 && (s[3] ^ 0x80) <
[all...]
H A Du8-mblen.c32 if (c < 0x80)
40 && (s[1] ^ 0x80) < 0x40
49 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
60 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
61 && (s[3] ^ 0x80) < 0x40
75 && (s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
76 && (s[3] ^ 0x80) <
[all...]
H A Du8-strmblen.c30 if (c < 0x80)
37 if ((s[1] ^ 0x80) < 0x40)
46 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
57 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
58 && (s[3] ^ 0x80) < 0x40
73 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
74 && (s[3] ^ 0x80) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/unistr/
H A Du8-mbtouc.c30 if (c < 0x80)
41 if ((s[1] ^ 0x80) < 0x40)
44 | (unsigned int) (s[1] ^ 0x80);
60 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
65 | ((unsigned int) (s[1] ^ 0x80) << 6)
66 | (unsigned int) (s[2] ^ 0x80);
82 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
83 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc-aux.c36 if ((s[1] ^ 0x80) < 0x40)
39 | (unsigned int) (s[1] ^ 0x80);
55 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
60 | ((unsigned int) (s[1] ^ 0x80) << 6)
61 | (unsigned int) (s[2] ^ 0x80);
77 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
78 && (s[3] ^ 0x80) < 0x40
86 | ((unsigned int) (s[1] ^ 0x80) << 1
[all...]
H A Du8-mbtouc-unsafe.c30 if (c < 0x80)
42 if ((s[1] ^ 0x80) < 0x40)
46 | (unsigned int) (s[1] ^ 0x80);
63 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
69 | ((unsigned int) (s[1] ^ 0x80) << 6)
70 | (unsigned int) (s[2] ^ 0x80);
87 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
88 && (s[3] ^ 0x80) <
[all...]
H A Du8-mbtouc-unsafe-aux.c37 if ((s[1] ^ 0x80) < 0x40)
41 | (unsigned int) (s[1] ^ 0x80);
58 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
64 | ((unsigned int) (s[1] ^ 0x80) << 6)
65 | (unsigned int) (s[2] ^ 0x80);
82 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
83 && (s[3] ^ 0x80) < 0x40
92 | ((unsigned int) (s[1] ^ 0x80) << 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dcodelength.h14 while(*(p++)&0x80);
16 #define CODELENGTH(n, p) if(n>=268435456) *(p++) = (n >> 28) | 0x80; \
17 if(n>=2097152) *(p++) = (n >> 21) | 0x80; \
18 if(n>=16384) *(p++) = (n >> 14) | 0x80; \
19 if(n>=128) *(p++) = (n >> 7) | 0x80; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dutf8.h32 if (c < 0x80) {
40 if (!((s[1] ^ 0x80) < 0x40))
43 | (ucs4_t) (s[1] ^ 0x80);
48 if (!((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
52 | ((ucs4_t) (s[1] ^ 0x80) << 6)
53 | (ucs4_t) (s[2] ^ 0x80);
58 if (!((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
59 && (s[3] ^ 0x80) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dutf8.h32 if (c < 0x80) {
40 if (!((s[1] ^ 0x80) < 0x40))
43 | (ucs4_t) (s[1] ^ 0x80);
48 if (!((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
52 | ((ucs4_t) (s[1] ^ 0x80) << 6)
53 | (ucs4_t) (s[2] ^ 0x80);
58 if (!((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
59 && (s[3] ^ 0x80) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dcodelength.h15 while((*(p++)&0x80) && (n<(1<<25)));
22 } while((*((p)++)&0x80) && (n<(1<<25)));
24 #define CODELENGTH(n, p) if(n>=268435456) *(p++) = (n >> 28) | 0x80; \
25 if(n>=2097152) *(p++) = (n >> 21) | 0x80; \
26 if(n>=16384) *(p++) = (n >> 14) | 0x80; \
27 if(n>=128) *(p++) = (n >> 7) | 0x80; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-stmp378x/include/mach/
H A Dregs-apbh.h78 #define HW_APBH_CH0_SEMA (0x80 + 0 * 0x70)
79 #define HW_APBH_CH1_SEMA (0x80 + 1 * 0x70)
80 #define HW_APBH_CH2_SEMA (0x80 + 2 * 0x70)
81 #define HW_APBH_CH3_SEMA (0x80 + 3 * 0x70)
82 #define HW_APBH_CH4_SEMA (0x80 + 4 * 0x70)
83 #define HW_APBH_CH5_SEMA (0x80 + 5 * 0x70)
84 #define HW_APBH_CH6_SEMA (0x80 + 6 * 0x70)
85 #define HW_APBH_CH7_SEMA (0x80 + 7 * 0x70)
86 #define HW_APBH_CH8_SEMA (0x80 + 8 * 0x70)
87 #define HW_APBH_CH9_SEMA (0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-stmp37xx/include/mach/
H A Dregs-apbh.h74 #define HW_APBH_CH0_SEMA (0x80 + 0 * 0x70)
75 #define HW_APBH_CH1_SEMA (0x80 + 1 * 0x70)
76 #define HW_APBH_CH2_SEMA (0x80 + 2 * 0x70)
77 #define HW_APBH_CH3_SEMA (0x80 + 3 * 0x70)
78 #define HW_APBH_CH4_SEMA (0x80 + 4 * 0x70)
79 #define HW_APBH_CH5_SEMA (0x80 + 5 * 0x70)
80 #define HW_APBH_CH6_SEMA (0x80 + 6 * 0x70)
81 #define HW_APBH_CH7_SEMA (0x80 + 7 * 0x70)
82 #define HW_APBH_CH8_SEMA (0x80 + 8 * 0x70)
83 #define HW_APBH_CH9_SEMA (0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_utf8.c86 if ((*p & 0x80) == 0) {
92 if ((p[1] & 0xc0) != 0x80)
96 if (value < 0x80)
102 if (((p[1] & 0xc0) != 0x80)
103 || ((p[2] & 0xc0) != 0x80))
114 if (((p[1] & 0xc0) != 0x80)
115 || ((p[2] & 0xc0) != 0x80)
116 || ((p[3] & 0xc0) != 0x80))
128 if (((p[1] & 0xc0) != 0x80)
129 || ((p[2] & 0xc0) != 0x80)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_utf8.c85 if((*p & 0x80) == 0) {
90 if((p[1] & 0xc0) != 0x80) return -3;
93 if(value < 0x80) return -4;
97 if( ((p[1] & 0xc0) != 0x80)
98 || ((p[2] & 0xc0) != 0x80) ) return -3;
106 if( ((p[1] & 0xc0) != 0x80)
107 || ((p[2] & 0xc0) != 0x80)
108 || ((p[3] & 0xc0) != 0x80) ) return -3;
117 if( ((p[1] & 0xc0) != 0x80)
118 || ((p[2] & 0xc0) != 0x80)
[all...]

Completed in 68 milliseconds

1234567891011>>