/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
H A D | nvc0_formats.c | 23 #define NOUVEAU_DRIVER 0xc0
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | nvc0_formats.c | 23 #define NOUVEAU_DRIVER 0xc0
|
/external/oprofile/events/i386/arch_perfmon/ |
H A D | events.h | 6 {0xc0, 0, 0, "INST_RETIRED",
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
H A D | a_utf8.c | 88 } else if((*p & 0xe0) == 0xc0) { 90 if((p[1] & 0xc0) != 0x80) return -3; 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) 119 || ((p[3] & 0xc0) ! [all...] |
/external/openssl/crypto/asn1/ |
H A D | a_utf8.c | 88 } else if((*p & 0xe0) == 0xc0) { 90 if((p[1] & 0xc0) != 0x80) return -3; 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) 119 || ((p[3] & 0xc0) ! [all...] |
/external/chromium/net/spdy/ |
H A D | spdy_bitmasks.h | 18 const unsigned int kPriorityMask = 0xc0;
|
/external/chromium_org/net/spdy/ |
H A D | spdy_bitmasks.h | 18 const unsigned int kSpdy2PriorityMask = 0xc0;
|
/external/llvm/utils/TableGen/ |
H A D | X86ModRMFilters.h | 83 if (R == ((modRM & 0xc0) == 0xc0)) 91 /// the ModR/M byte is between 0xc0 and 0xff, then there is one slot for each 101 /// \param c0_ff True if the ModR/M byte must fall between 0xc0 and 0xff; 114 if ((C0_FF && modRM >= 0xc0 && (modRM == NNN_or_ModRM)) || 115 (!C0_FF && modRM < 0xc0 && ((modRM & 0x38) >> 3) == NNN_or_ModRM)) 125 /// to fall between 0xc0 and 0xff. 164 if (((R && ((modRM & 0xc0) == 0xc0)) || 165 (!R && ((modRM & 0xc0) ! [all...] |
/external/tcpdump/ |
H A D | fddi.h | 63 #define FDDIFC_RT 0xc0 /* Restricted token */ 73 #define FDDIFC_MAC 0xc0 /* MAC frame */
|
H A D | ntp.h | 99 #define ALARM 0xc0 /* alarm condition (clock unsynchronized) */ 106 #define LEAPMASK 0xc0
|
/external/chromium_org/net/dns/ |
H A D | dns_test_util.h | 36 0xc0, 0x0c, 0x00, 0x05, 0x00, 0x01, 0x00, 0x01, 38 0x01, 0x6c, 0xc0, 0x10, 0xc0, 0x2c, 0x00, 0x01, 40 0x4a, 0x7d, 0xe2, 0xb3, 0xc0, 0x2c, 0x00, 0x01, 42 0x4a, 0x7d, 0xe2, 0xb4, 0xc0, 0x2c, 0x00, 0x01, 44 0x4a, 0x7d, 0xe2, 0xb0, 0xc0, 0x2c, 0x00, 0x01, 46 0x4a, 0x7d, 0xe2, 0xb1, 0xc0, 0x2c, 0x00, 0x01, 78 0x01, 0xc0, 0x0c, 0x00, 0x05, 0x00, 0x01, 0x00, 81 0x6c, 0x65, 0x03, 0x63, 0x6f, 0x6d, 0x00, 0xc0, 112 0x01, 0xc0, [all...] |
/external/yaffs2/yaffs2/ |
H A D | yaffs_ecc.c | 43 0x95, 0xc0, 0xcc, 0x99, 0xf0, 0xa5, 0xa9, 0xfc, 44 0xfc, 0xa9, 0xa5, 0xf0, 0x99, 0xcc, 0xc0, 0x95, 45 0x99, 0xcc, 0xc0, 0x95, 0xfc, 0xa9, 0xa5, 0xf0, 46 0xf0, 0xa5, 0xa9, 0xfc, 0x95, 0xc0, 0xcc, 0x99, 49 0xa5, 0xf0, 0xfc, 0xa9, 0xc0, 0x95, 0x99, 0xcc, 50 0xcc, 0x99, 0x95, 0xc0, 0xa9, 0xfc, 0xf0, 0xa5, 55 0xa9, 0xfc, 0xf0, 0xa5, 0xcc, 0x99, 0x95, 0xc0, 56 0xc0, 0x95, 0x99, 0xcc, 0xa5, 0xf0, 0xfc, 0xa9, 57 0xa9, 0xfc, 0xf0, 0xa5, 0xcc, 0x99, 0x95, 0xc0, 58 0xc0, [all...] |
/external/chromium/base/third_party/icu/ |
H A D | icu_utf.cc | 156 illegal|=(trail&0xc0)^0x80; 165 illegal|=(trail&0xc0)^0x80; 169 illegal|=(trail&0xc0)^0x80;
|
/external/chromium_org/base/third_party/icu/ |
H A D | icu_utf.cc | 156 illegal|=(trail&0xc0)^0x80; 165 illegal|=(trail&0xc0)^0x80; 169 illegal|=(trail&0xc0)^0x80;
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/nouveau/drm/ |
H A D | nouveau_drm_winsys.c | 35 case 0xc0:
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
H A D | colors.h | 13 #define BGR8(r,g,b) (unsigned)(((BYTE)((b & 0xc0) | ((g & 0xe0)>>2) | \
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
H A D | colormac.h | 84 ((((B) & 0xf8) >> 1) | (((G) & 0xc0) >> 6) | (((G) & 0x38) << 10) | (((R) & 0xf8) << 5) | \ 89 (((A) & 0xc0) << 24)) 117 (((R) & 0xe0) | (((G) & 0xe0) >> 3) | (((B) & 0xc0) >> 6)) 120 (((B) & 0xc0) | (((G) & 0xe0) >> 2) | (((R) & 0xe0) >> 5))
|
/external/iproute2/include/linux/ |
H A D | atmioc.h | 33 #define ATMIOC_AREQUIPA 0xc0 /* Application requested IP over ATM, glob. u. */
|
/external/kernel-headers/original/linux/ |
H A D | atmioc.h | 33 #define ATMIOC_AREQUIPA 0xc0 /* Application requested IP over ATM, glob. u. */
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_boolhuff.c | 65 if ((br->buffer[br->pos - 1] & 0xe0) == 0xc0)
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOp.h | 86 UNWIND_OPCODE_POP_WIRELESS_MMX_REG_RANGE_WR10 = 0xc0,
|
/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
H A D | nouveau_drm_winsys.c | 35 case 0xc0:
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
H A D | colors.h | 13 #define BGR8(r,g,b) (unsigned)(((BYTE)((b & 0xc0) | ((g & 0xe0)>>2) | \
|
/external/mesa3d/src/mesa/main/ |
H A D | colormac.h | 84 ((((B) & 0xf8) >> 1) | (((G) & 0xc0) >> 6) | (((G) & 0x38) << 10) | (((R) & 0xf8) << 5) | \ 89 (((A) & 0xc0) << 24)) 117 (((R) & 0xe0) | (((G) & 0xe0) >> 3) | (((B) & 0xc0) >> 6)) 120 (((B) & 0xc0) | (((G) & 0xe0) >> 2) | (((R) & 0xe0) >> 5))
|
/external/openfst/src/include/fst/ |
H A D | icu.h | 42 if ((c & 0xc0) == 0x80) { 46 int count = (c >= 0xc0) + (c >= 0xe0) + (c >= 0xf0) + (c >= 0xf8) + 55 if ((cb & 0xc0) != 0x80) { 84 ostr << static_cast<char>((code >> 6) | 0xc0);
|