HomeSort by relevance Sort by last modified time
    Searched refs:BYTE (Results 1 - 25 of 840) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodtypes.h 15 BYTE Code;
16 BYTE Id;
17 BYTE Length[2];
18 BYTE Data[1];
mpeg2structs.h 37 BYTE bComponentTag;
45 BYTE Protocol;
47 BYTE Type;
54 BYTE ModuleVersion;
66 BYTE Bits;
78 BYTE B;
80 BYTE SectionNumber;
81 BYTE LastSectionNumber;
82 BYTE ProtocolDiscriminator;
83 BYTE DsmccType
    [all...]
vdslun.h 11 ULONG m_cbPort; BYTE* m_pbPort;
13 BYTE *m_pbAddress;
18 BYTE m_DeviceType;
19 BYTE m_DeviceTypeModifier;
mpeg2bits.h 18 BYTE CurrentNextIndicator :1;
19 BYTE VersionNumber :5;
20 BYTE Reserved :2;
eaphostpeerconfigapis.h 19 const BYTE *pbEapConnData,
22 BYTE **ppbUserBlob,
34 BYTE *pConfigIn,
42 const BYTE *pUIContextData,
44 BYTE **ppDataFromInteractiveUI,
52 const BYTE *pUIContextData,
62 const BYTE *pUIContextData,
65 BYTE **ppDataFromInteractiveUI,
74 BYTE **ppConfigOut,
83 BYTE *pConfigIn
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbg.h 53 #define DBG_ENTER (BYTE)(0x01 & DEBUGZONE(0)) /* Function entry point. */
54 #define DBG_LEVEL1 (BYTE)(0x02 & DEBUGZONE(1)) /* Display debugging state/varibles */
55 #define DBG_LEVEL2 (BYTE)(0x04 & DEBUGZONE(2)) /* Display debugging state/varibles */
56 #define DBG_LEVEL3 (BYTE)(0x08 & DEBUGZONE(3)) /* Display debugging state/varibles */
57 #define DBG_LEVEL4 (BYTE)(0x10 & DEBUGZONE(4)) /* Display debugging state/varibles */
58 #define DBG_LEVEL5 (BYTE)(0x20 & DEBUGZONE(5)) /* Module Init, Exit */
59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
60 #define DBG_LEVEL7 (BYTE)(0x80 & DEBUGZONE(7)) /* Warn Critical Errors */
62 #define DBG_ENTER (BYTE)(0x01) /* Function entry point. */
63 #define DBG_LEVEL1 (BYTE)(0x02) /* Display debugging state/varibles *
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg.h 53 #define DBG_ENTER (BYTE)(0x01 & DEBUGZONE(0)) /* Function entry point. */
54 #define DBG_LEVEL1 (BYTE)(0x02 & DEBUGZONE(1)) /* Display debugging state/varibles */
55 #define DBG_LEVEL2 (BYTE)(0x04 & DEBUGZONE(2)) /* Display debugging state/varibles */
56 #define DBG_LEVEL3 (BYTE)(0x08 & DEBUGZONE(3)) /* Display debugging state/varibles */
57 #define DBG_LEVEL4 (BYTE)(0x10 & DEBUGZONE(4)) /* Display debugging state/varibles */
58 #define DBG_LEVEL5 (BYTE)(0x20 & DEBUGZONE(5)) /* Module Init, Exit */
59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
60 #define DBG_LEVEL7 (BYTE)(0x80 & DEBUGZONE(7)) /* Warn Critical Errors */
62 #define DBG_ENTER (BYTE)(0x01) /* Function entry point. */
63 #define DBG_LEVEL1 (BYTE)(0x02) /* Display debugging state/varibles *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
colors.h 13 #define BGR8(r,g,b) (unsigned)(((BYTE)((b & 0xc0) | ((g & 0xe0)>>2) | \
21 #define BGR24(r,g,b) (unsigned long)((DWORD)(((BYTE)(b)| \
22 ((WORD)((BYTE)(g))<<8))| \
23 (((DWORD)(BYTE)(r))<<16)))
25 #define BGR32(r,g,b) (unsigned long)((DWORD)(((BYTE)(b)| \
26 ((WORD)((BYTE)(g))<<8))| \
27 (((DWORD)(BYTE)(r))<<16)))
  /external/mesa3d/src/mesa/drivers/windows/gdi/
colors.h 13 #define BGR8(r,g,b) (unsigned)(((BYTE)((b & 0xc0) | ((g & 0xe0)>>2) | \
21 #define BGR24(r,g,b) (unsigned long)((DWORD)(((BYTE)(b)| \
22 ((WORD)((BYTE)(g))<<8))| \
23 (((DWORD)(BYTE)(r))<<16)))
25 #define BGR32(r,g,b) (unsigned long)((DWORD)(((BYTE)(b)| \
26 ((WORD)((BYTE)(g))<<8))| \
27 (((DWORD)(BYTE)(r))<<16)))
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /development/ndk/platforms/android-L/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 43 #define BYTE __u8
50 #define LEVEL2LUN 1 /* index into Target(x) structure, due to byte swapping */
58 BYTE Dev;
59 BYTE Bus:6;
60 BYTE Mode:2; /* b00 */
63 BYTE DevLSB;
64 BYTE DevMSB:6;
65 BYTE Mode:2; /* b01 */
68 BYTE Dev:5;
69 BYTE Bus:3
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
cciss_defs.h 54 #define BYTE __u8
66 BYTE Dev;
67 BYTE Bus:6;
69 BYTE Mode:2;
72 BYTE DevLSB;
74 BYTE DevMSB:6;
75 BYTE Mode:2;
79 BYTE Dev:5;
80 BYTE Bus:3;
81 BYTE Targ:6
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColor.h 57 Color(IN BYTE r,
58 IN BYTE g,
59 IN BYTE b)
69 Color(IN BYTE a,
70 IN BYTE r,
71 IN BYTE g,
72 IN BYTE b)
89 BYTE GetAlpha() const
91 return (BYTE) (Argb >> AlphaShift);
94 BYTE GetA() const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 85 (BYTE)( ((BYTE)direction << 7) | \
86 ((BYTE)type << 5) | ((BYTE)recipient & 0x07) )
213 ( ((BYTE)(dir) << 7) | ((BYTE)(num) & 0x0F) )
222 BYTE Byte;
225 BYTE Descriptor:5;
226 BYTE Type:2
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.h 41 typedef unsigned char BYTE;
77 const BYTE address,
78 const BYTE* data,
82 const BYTE address,
83 BYTE* data,
86 int16_t AKD_GetMagneticData(BYTE data[SENSOR_DATA_SIZE]);
94 int16_t AKD_SetMode(const BYTE mode);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 78 #define BYTE __u8
85 #define LEVEL2LUN 1 // index into Target(x) structure, due to byte swapping
93 BYTE Dev;
94 BYTE Bus:6;
95 BYTE Mode:2; // b00
98 BYTE DevLSB;
99 BYTE DevMSB:6;
100 BYTE Mode:2; // b01
103 BYTE Dev:5;
104 BYTE Bus:3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 78 #define BYTE __u8
85 #define LEVEL2LUN 1 // index into Target(x) structure, due to byte swapping
93 BYTE Dev;
94 BYTE Bus:6;
95 BYTE Mode:2; // b00
98 BYTE DevLSB;
99 BYTE DevMSB:6;
100 BYTE Mode:2; // b01
103 BYTE Dev:5;
104 BYTE Bus:3
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 6 typedef u_int8_t BYTE;
  /external/arduino/hardware/arduino/cores/arduino/
Print.h 32 #define BYTE 0
46 void print(char, int = BYTE);
47 void print(unsigned char, int = BYTE);
56 void println(char, int = BYTE);
57 void println(unsigned char, int = BYTE);

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>