HomeSort by: relevance | last modified time | path
    Searched refs:x80 (Results 1 - 25 of 4957) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/hp300/dev/
dnkbdmap.h 29 extern const uint8_t dnkbd_raw[0x80];
  /src/sys/arch/luna68k/dev/
omkbdmap.h 22 extern const uint8_t omkbd_raw[0x80];
  /src/external/bsd/libbind/dist/port/cygwin/include/sys/
wait.h 8 # define WCOREDUMP(x) (((x) & 0x80) == 0x80)
  /src/external/gpl3/gdb.old/dist/gdb/
c-support.h 35 return ISALPHA (ch) || ch >= 0x80;
43 return ISALNUM (ch) || ch >= 0x80;
  /src/external/gpl3/gdb/dist/gdb/
c-support.h 35 return ISALPHA (ch) || ch >= 0x80;
43 return ISALNUM (ch) || ch >= 0x80;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
utf8-ucs4.h 35 if ((s[1] ^ 0x80) < 0x40)
38 | (unsigned int) (s[1] ^ 0x80);
54 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
58 | ((unsigned int) (s[1] ^ 0x80) << 6)
59 | (unsigned int) (s[2] ^ 0x80);
75 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
76 && (s[3] ^ 0x80) < 0x40
84 | ((unsigned int) (s[1] ^ 0x80) << 12
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
utf8-ucs4.h 35 if ((s[1] ^ 0x80) < 0x40)
38 | (unsigned int) (s[1] ^ 0x80);
54 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
58 | ((unsigned int) (s[1] ^ 0x80) << 6)
59 | (unsigned int) (s[2] ^ 0x80);
75 if ((s[1] ^ 0x80) < 0x40 && (s[2] ^ 0x80) < 0x40
76 && (s[3] ^ 0x80) < 0x40
84 | ((unsigned int) (s[1] ^ 0x80) << 12
    [all...]
  /src/sys/dev/mca/
mcareg.h 44 #define MCA_POS5_CHCK 0x80 /* POS5, lo => adapter CHCK signal */
  /src/external/gpl3/gdb/dist/gnulib/import/
mbrtowc-impl-utf8.h 25 if (c < 0x80)
42 if ((c2 ^ 0x80) < 0x40)
46 | (unsigned int) (c2 ^ 0x80);
60 if ((c2 ^ 0x80) < 0x40
70 if ((c3 ^ 0x80) < 0x40)
74 | ((unsigned int) (c2 ^ 0x80) << 6)
75 | (unsigned int) (c3 ^ 0x80));
97 if ((c2 ^ 0x80) < 0x40
107 if ((c3 ^ 0x80) < 0x40)
115 if ((c4 ^ 0x80) < 0x40
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbrtowc-impl-utf8.h 25 if (c < 0x80)
42 if ((c2 ^ 0x80) < 0x40)
46 | (unsigned int) (c2 ^ 0x80);
60 if ((c2 ^ 0x80) < 0x40
70 if ((c3 ^ 0x80) < 0x40)
74 | ((unsigned int) (c2 ^ 0x80) << 6)
75 | (unsigned int) (c3 ^ 0x80));
97 if ((c2 ^ 0x80) < 0x40
107 if ((c3 ^ 0x80) < 0x40)
115 if ((c4 ^ 0x80) < 0x40
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_utf8.c 37 if ((*p & 0x80) == 0) {
43 if ((p[1] & 0xc0) != 0x80)
47 if (value < 0x80)
53 if (((p[1] & 0xc0) != 0x80)
54 || ((p[2] & 0xc0) != 0x80))
65 if (((p[1] & 0xc0) != 0x80)
66 || ((p[2] & 0xc0) != 0x80)
67 || ((p[3] & 0xc0) != 0x80))
79 if (((p[1] & 0xc0) != 0x80)
80 || ((p[2] & 0xc0) != 0x80)
    [all...]
  /src/lib/libbluetooth/
sdp_uuid.c 41 0x80,
43 { 0x00, 0x80, 0x5f, 0x9b, 0x34, 0xfb }
  /src/lib/libc/gen/
infinityf_ieee754.c 17 { { 0x7f, 0x80, 0, 0 } };
19 { { 0, 0, 0x80, 0x7f } };
  /src/sys/arch/next68k/dev/
bmapreg.h 30 #define BMAP_DDIR_UTPENABLE_MASK 0x80|0x10
39 #define BMAP_DATA_UTPENABLE 0x80|0x10
  /src/sys/arch/x68k/dev/
opmvar.h 38 #define OPM1B_CT1MSK (0x80)
42 #define VS_CLK_4MHZ (0x80)
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128Local.h 36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128Local.h 36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128Local.h 36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
intbits.c 31 unsigned char u32_1[4] = { 1, 0, 0, 0x80 };
38 unsigned char be30_1_off[4] = { 0x80, 0, 0, 2 };
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128Local.h 36 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] &= ~0x80; }
40 { (d)->bytes[WORDS_BIGENDIAN ? 0 : 15] ^= 0x80; }
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
intbits.c 31 unsigned char u32_1[4] = { 1, 0, 0, 0x80 };
38 unsigned char be30_1_off[4] = { 0x80, 0, 0, 2 };
  /src/sys/dev/ic/
aic77xxreg.h 37 #define INTDEF_IST_LEVEL 0x80
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_utf8.c 38 if ((*p & 0x80) == 0) {
44 if ((p[1] & 0xc0) != 0x80)
48 if (value < 0x80)
54 if (((p[1] & 0xc0) != 0x80)
55 || ((p[2] & 0xc0) != 0x80))
68 if (((p[1] & 0xc0) != 0x80)
69 || ((p[2] & 0xc0) != 0x80)
70 || ((p[3] & 0xc0) != 0x80))
99 if (value < 0x80) {
109 *str = (unsigned char)((value & 0x3f) | 0x80);
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_utf8.c 38 if ((*p & 0x80) == 0) {
44 if ((p[1] & 0xc0) != 0x80)
48 if (value < 0x80)
54 if (((p[1] & 0xc0) != 0x80)
55 || ((p[2] & 0xc0) != 0x80))
68 if (((p[1] & 0xc0) != 0x80)
69 || ((p[2] & 0xc0) != 0x80)
70 || ((p[3] & 0xc0) != 0x80))
99 if (value < 0x80) {
109 *str = (unsigned char)((value & 0x3f) | 0x80);
    [all...]
  /src/sys/dev/i2c/
tea5767reg.h 38 #define TEA5767_MUTE 0x80 /* Set Mute */
42 #define TEA5767_SUD 0x80 /* Search Up */
59 #define TEA5767_PLLREF 0x80 /* If enabled TEA5767_CLK_FREQ : 6.5MHZ*/
64 #define TEA5767_READY_FLAG 0x80
68 #define TEA5767_STEREO 0x80

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>