Searched refs:x80 (Results 26 - 50 of 4962) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/minidlna/libid3tag-0.15.0b/
H A Dutf8.c43 if ((utf8[0] & 0x80) == 0x00)
46 (utf8[1] & 0xc0) == 0x80) {
53 (utf8[1] & 0xc0) == 0x80 &&
54 (utf8[2] & 0xc0) == 0x80) {
62 (utf8[1] & 0xc0) == 0x80 &&
63 (utf8[2] & 0xc0) == 0x80 &&
64 (utf8[3] & 0xc0) == 0x80) {
72 (utf8[1] & 0xc0) == 0x80 &&
73 (utf8[2] & 0xc0) == 0x80 &&
74 (utf8[3] & 0xc0) == 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutf8.c43 if ((utf8[0] & 0x80) == 0x00)
46 (utf8[1] & 0xc0) == 0x80) {
53 (utf8[1] & 0xc0) == 0x80 &&
54 (utf8[2] & 0xc0) == 0x80) {
62 (utf8[1] & 0xc0) == 0x80 &&
63 (utf8[2] & 0xc0) == 0x80 &&
64 (utf8[3] & 0xc0) == 0x80) {
72 (utf8[1] & 0xc0) == 0x80 &&
73 (utf8[2] & 0xc0) == 0x80 &&
74 (utf8[3] & 0xc0) == 0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-prev.c31 if (c_1 < 0x80)
37 if ((c_1 ^ 0x80) < 0x40)
46 | (unsigned int) (c_1 ^ 0x80);
50 if ((c_2 ^ 0x80) < 0x40)
64 | ((unsigned int) (c_2 ^ 0x80) << 6)
65 | (unsigned int) (c_1 ^ 0x80);
69 if ((c_3 ^ 0x80) < 0x40)
83 | ((unsigned int) (c_3 ^ 0x80) << 12)
84 | ((unsigned int) (c_2 ^ 0x80) << 6)
85 | (unsigned int) (c_1 ^ 0x80);
[all...]
H A Du8-uctomb-aux.c28 if (uc < 0x80)
60 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000;
61 case 5: s[4] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x200000;
63 case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000;
64 case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800;
65 case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0;
/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-apbx.h90 #define HW_APBX_CH0_SEMA (0x80 + 0 * 0x70)
91 #define HW_APBX_CH1_SEMA (0x80 + 1 * 0x70)
92 #define HW_APBX_CH2_SEMA (0x80 + 2 * 0x70)
93 #define HW_APBX_CH3_SEMA (0x80 + 3 * 0x70)
94 #define HW_APBX_CH4_SEMA (0x80 + 4 * 0x70)
95 #define HW_APBX_CH5_SEMA (0x80 + 5 * 0x70)
96 #define HW_APBX_CH6_SEMA (0x80 + 6 * 0x70)
97 #define HW_APBX_CH7_SEMA (0x80 + 7 * 0x70)
98 #define HW_APBX_CH8_SEMA (0x80 + 8 * 0x70)
99 #define HW_APBX_CH9_SEMA (0x80
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/unistr/
H A Du8-uctomb-aux.c28 if (uc < 0x80)
60 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000;
61 case 5: s[4] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x200000;
63 case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000;
64 case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800;
65 case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dpalmtc.h59 #define GPIO_NR_PALMTC_POWER_DETECT (0x80 | 0x00)
60 #define GPIO_NR_PALMTC_HEADPHONE_DETECT (0x80 | 0x01)
61 #define GPIO_NR_PALMTC_SPEAKER_ENABLE (0x80 | 0x03)
62 #define GPIO_NR_PALMTC_VIBRA_POWER (0x80 | 0x05)
63 #define GPIO_NR_PALMTC_LED_POWER (0x80 | 0x07)
66 #define PALMTC_UCB1400_GPIO_OFFSET 0x80
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/unistr/
H A Du8-uctomb-aux.c28 if (uc < 0x80)
60 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000;
61 case 5: s[4] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x200000;
63 case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000;
64 case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800;
65 case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dmpitests.c76 /* 48 bytes with value 0x80: this results in 8 limbs for 64bit limbs, 16limb for 32 bit limbs */
78 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dmpitests.c76 /* 48 bytes with value 0x80: this results in 8 limbs for 64bit limbs, 16limb for 32 bit limbs */
78 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Darcnet.h52 #define ARCTYPE_DIAGNOSE 0x80 /* as per ANSI/ATA 878.1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_chmod.c19 return _filechange(fname,'p',(size_t) _um2tm_(mask)|0x80);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfont_10x18.c38 0x3f, 0x80, /* 0011111110 */
47 0x3f, 0x80, /* 0011111110 */
58 0x3f, 0x80, /* 0011111110 */
67 0x3f, 0x80, /* 0011111110 */
79 0x3b, 0x80, /* 0011101110 */
81 0x3f, 0x80, /* 0011111110 */
82 0x3f, 0x80, /* 0011111110 */
102 0x3f, 0x80, /* 0011111110 */
122 0x31, 0x80, /* 0011000110 */
124 0x35, 0x80, /* 001101011
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Ddec_hanyu.h30 if (c < 0x80)
46 buf[0] = s[2]-0x80; buf[1] = s[3]-0x80;
56 buf[0] = c-0x80; buf[1] = c2-0x80;
61 buf[0] = c-0x80; buf[1] = c2;
88 r[0] = buf[1]+0x80;
89 r[1] = buf[2]+0x80;
97 r[0] = buf[1]+0x80;
108 r[2] = buf[1]+0x80;
[all...]
H A Ddec_kanji.h30 if (c < 0x80)
40 buf[0] = c-0x80; buf[1] = c2-0x80;
65 r[0] = buf[0]+0x80;
66 r[1] = buf[1]+0x80;
H A Deuc_cn.h30 if (c < 0x80)
40 buf[0] = c-0x80; buf[1] = c2-0x80;
66 r[0] = buf[0]+0x80;
67 r[1] = buf[1]+0x80;
H A Deuc_kr.h32 if (c < 0x80)
42 buf[0] = c-0x80; buf[1] = c2-0x80;
68 r[0] = buf[0]+0x80;
69 r[1] = buf[1]+0x80;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Ddec_hanyu.h30 if (c < 0x80)
46 buf[0] = s[2]-0x80; buf[1] = s[3]-0x80;
56 buf[0] = c-0x80; buf[1] = c2-0x80;
61 buf[0] = c-0x80; buf[1] = c2;
88 r[0] = buf[1]+0x80;
89 r[1] = buf[2]+0x80;
97 r[0] = buf[1]+0x80;
108 r[2] = buf[1]+0x80;
[all...]
H A Ddec_kanji.h30 if (c < 0x80)
40 buf[0] = c-0x80; buf[1] = c2-0x80;
65 r[0] = buf[0]+0x80;
66 r[1] = buf[1]+0x80;
H A Deuc_cn.h30 if (c < 0x80)
40 buf[0] = c-0x80; buf[1] = c2-0x80;
66 r[0] = buf[0]+0x80;
67 r[1] = buf[1]+0x80;
H A Deuc_kr.h32 if (c < 0x80)
42 buf[0] = c-0x80; buf[1] = c2-0x80;
68 r[0] = buf[0]+0x80;
69 r[1] = buf[1]+0x80;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Drevo.h51 #define VT1724_REVO_I2C_CLOCK 0x80 /* I2C: PT 2258 SCL (on revo51) */
52 #define VT1724_REVO_CS3 0x80 /* AK4114 for AP192 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Des1888.c31 while (!(inb(0x022e) & 0x80)) /* wait for bit 7 to assert*/
36 while (inb(0x022c) & 0x80) /* wait for bit 7 to deassert */
39 while (inb(0x022c) & 0x80) /* wait for bit 7 to deassert */
42 while (inb(0x022c) & 0x80) /* wait for bit 7 to deassert */
45 while (inb(0x022c) & 0x80) /* wait for bit 7 to deassert */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DUniConversion.cxx16 if (uch < 0x80)
30 if (uch < 0x80) {
34 putf[k++] = static_cast<char>(0x80 | (uch & 0x3f));
37 putf[k++] = static_cast<char>(0x80 | ((uch >> 6) & 0x3f));
38 putf[k++] = static_cast<char>(0x80 | (uch & 0x3f));
48 if ((ch < 0x80) || (ch > (0x80 + 0x40)))
60 if (ch < 0x80) {
62 } else if (ch < 0x80 + 0x40 + 0x20) {

Completed in 217 milliseconds

1234567891011>>