Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/external/kernel-headers/original/uapi/linux/
Dcciss_defs.h43 #define BYTE __u8 macro
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;
70 BYTE Targ:6;
[all …]
/external/libpcap/msdos/
Dndis2.h239 BYTE majorNdisVersion; /* 2 - Latest version */
240 BYTE minorNdisVersion; /* 0 */
242 BYTE majorModuleVersion;
243 BYTE minorModuleVersion;
250 BYTE moduleName[16];
251 BYTE protocolLevelUpper;
259 BYTE interfaceUpper;
260 BYTE protocolLevelLower;
269 BYTE interfaceLower;
273 BYTE *serviceChars;
[all …]
Dpktdrvr.h50 BYTE class; /* = 1 for DEC/Interl/Xerox Ethernet */
51 BYTE number; /* = 0 for single LAN adapter */
53 BYTE funcs; /* Basic/Extended/HiPerf functions */
56 BYTE name [15]; /* Name of adapter interface,ie.3C523*/
59 BYTE majVer; /* Major driver implementation ver. */
60 BYTE minVer; /* Minor driver implementation ver. */
61 BYTE dummyLen; /* length of following data */
88 BYTE data [TX_BUF_SIZE];
98 BYTE data [RX_BUF_SIZE];
130 extern int PktReceive (BYTE *buf, int max);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusColor.h57 Color(IN BYTE r, in Color()
58 IN BYTE g, in Color()
59 IN BYTE b) in Color()
69 Color(IN BYTE a, in Color()
70 IN BYTE r, in Color()
71 IN BYTE g, in Color()
72 IN BYTE b) in Color()
89 BYTE GetAlpha() const in GetAlpha()
91 return (BYTE) (Argb >> AlphaShift); in GetAlpha()
94 BYTE GetA() const in GetA()
[all …]
/external/lzma/
D7zFormat.txt117 10xxxxxx BYTE y[1] : ( xxxxxx << (8 * 1)) + y
118 110xxxxx BYTE y[2] : ( xxxxx << (8 * 2)) + y
120 1111110x BYTE y[6] : ( x << (8 * 6)) + y
121 11111110 BYTE y[7] : y
122 11111111 BYTE y[8] : y
170 BYTE kSignature[6] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
174 BYTE Major; // now = 0
175 BYTE Minor; // now = 2
193 BYTE NID::kArchiveProperties (0x02)
196 BYTE PropertyType;
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
Delf-x86id.asm6364 mov BYTE [ebp-32], 0
6388 mov al, BYTE [ebx+9]
6389 mov BYTE [ebp-32], al
6390 mov al, BYTE [ebx+10]
6391 mov BYTE [ebp-31], al
6392 mov al, BYTE [ebx+11]
6393 mov BYTE [ebp-30], al
6394 mov al, BYTE [ebx+12]
6395 mov BYTE [ebp-29], al
6401 mov al, BYTE [edx+8]
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
Dx86id.asm6364 mov BYTE [ebp-32], 0
6388 mov al, BYTE [ebx+9]
6389 mov BYTE [ebp-32], al
6390 mov al, BYTE [ebx+10]
6391 mov BYTE [ebp-31], al
6392 mov al, BYTE [ebx+11]
6393 mov BYTE [ebp-30], al
6394 mov al, BYTE [ebx+12]
6395 mov BYTE [ebp-29], al
6401 mov al, BYTE [edx+8]
[all …]
/external/qemu/distrib/sdl-1.2.15/src/hermes/
Dx86p_16.asm29 cmp ecx,BYTE 16
39 and eax,BYTE 11111b
46 add esi,BYTE 2
47 add edi,BYTE 2
55 and eax,BYTE 11b
62 and eax,BYTE 11111b
69 add esi,BYTE 2
70 add edi,BYTE 2
111 and ecx,BYTE 1
118 and eax,BYTE 11111b
[all …]
Dx86p_32.asm41 cmp ecx,BYTE 32
49 add esi,BYTE 4
50 add edi,BYTE 4
92 add esi,BYTE 16
93 add edi,BYTE 16
100 and ecx,BYTE 11b
108 add esi,BYTE 4
109 add edi,BYTE 4
122 cmp ecx,BYTE 32
129 add esi,BYTE 4
[all …]
Dmmxp2_32.asm172 and ecx, BYTE 3
179 and eax, 0F81Fh ; BYTE?
181 and ebx, 07E0h ; BYTE?
185 add esi, BYTE 4
186 add edi, BYTE 2
236 add esi, BYTE 16
237 add edi, BYTE 8
242 and edx, BYTE 3
249 and eax, 0F81Fh ; BYTE ?
251 and ebx, 07E0h ; BYTE ?
[all …]
/external/chromium_org/sandbox/win/src/
Dservice_resolver_32.cc13 const BYTE kMovEax = 0xB8;
14 const BYTE kMovEdx = 0xBA;
18 const BYTE kCallEip = 0xE8;
19 const BYTE kRet = 0xC2;
20 const BYTE kRet2 = 0xC3;
21 const BYTE kNop = 0x90;
27 const BYTE kCallFs3 = 0;
28 const BYTE kAddEsp1 = 0x83;
30 const BYTE kJmp32 = 0xE9;
44 BYTE mov_eax; // = B8
[all …]
Drestricted_token.cc205 token_groups = reinterpret_cast<TOKEN_GROUPS*>(new BYTE[size]); in AddAllSidsForDenyOnly()
212 delete[] reinterpret_cast<BYTE*>(token_groups); in AddAllSidsForDenyOnly()
237 delete[] reinterpret_cast<BYTE*>(token_groups); in AddAllSidsForDenyOnly()
257 TOKEN_USER* token_user = reinterpret_cast<TOKEN_USER*>(new BYTE[size]); in AddUserSidForDenyOnly()
266 delete[] reinterpret_cast<BYTE*>(token_user); in AddUserSidForDenyOnly()
273 delete[] reinterpret_cast<BYTE*>(token_user); in AddUserSidForDenyOnly()
296 token_privileges = reinterpret_cast<TOKEN_PRIVILEGES*>(new BYTE[size]); in DeleteAllPrivileges()
303 delete[] reinterpret_cast<BYTE *>(token_privileges); in DeleteAllPrivileges()
327 delete[] reinterpret_cast<BYTE *>(token_privileges); in DeleteAllPrivileges()
371 token_groups = reinterpret_cast<TOKEN_GROUPS*>(new BYTE[size]); in AddRestrictingSidLogonSession()
[all …]
/external/chromium_org/third_party/libXNVCtrl/
Dnv_control.h123 BYTE type; /* X_Reply */
146 BYTE type; /* X_Reply */
168 BYTE type; /* X_Reply */
193 BYTE type;
194 BYTE pad0;
207 BYTE type;
208 BYTE pad0;
244 BYTE type;
245 BYTE pad0;
269 BYTE type;
[all …]
/external/chromium_org/third_party/npapi/npspy/windows/
Dprofilew.cpp75 LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)&val, &size); in getBool()
89 LONG res = RegSetValueEx(hKey, key, 0L, REG_DWORD, (const BYTE *)&val, size); in setBool()
95 LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)string, (DWORD *)&size); in getString()
102 LONG res = RegSetValueEx(hKey, key, 0L, REG_SZ, (const BYTE *)string, size); in setString()
111 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_WIDTH, 0L, NULL, (BYTE *)width, &size); in getSizeAndPosition()
115 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, NULL, (BYTE *)height, &size); in getSizeAndPosition()
119 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_X, 0L, NULL, (BYTE *)x, &size); in getSizeAndPosition()
123 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_Y, 0L, NULL, (BYTE *)y, &size); in getSizeAndPosition()
135 res = RegSetValueEx(hKey, NPSPY_REG_KEY_WIDTH, 0L, REG_DWORD, (const BYTE *)&width, size); in setSizeAndPosition()
139 res = RegSetValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, REG_DWORD, (const BYTE *)&height, size); in setSizeAndPosition()
[all …]
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dcolors.h13 #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/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
Dcolors.h13 #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/chromium_org/sandbox/win/wow_helper/
Dservice64_resolver.cc13 const BYTE kMovEax = 0xB8;
14 const BYTE kMovEdx = 0xBA;
16 const BYTE kRet = 0xC2;
17 const BYTE kNop = 0x90;
23 const BYTE kPopEdx = 0x5A;
24 const BYTE kPushEdx = 0x52;
25 const BYTE kPush32 = 0x68;
29 const BYTE kRetNp = 0xC3;
30 const BYTE kPad = 0x66;
32 const BYTE kRelJmp = 0xE9;
[all …]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/rc4/
Drc4-x86_64.asm36 mov r10b,BYTE PTR[((-8))+rdi]
37 mov cl,BYTE PTR[((-4))+rdi]
64 xor dl,BYTE PTR[r12]
65 mov BYTE PTR[r13*1+r12],dl
81 mov r8b,BYTE PTR[rdx*4+rdi]
89 mov r8b,BYTE PTR[rdx*4+rdi]
97 mov r8b,BYTE PTR[rdx*4+rdi]
105 mov r8b,BYTE PTR[rdx*4+rdi]
113 mov r8b,BYTE PTR[rdx*4+rdi]
121 mov r8b,BYTE PTR[rdx*4+rdi]
[all …]
/external/chromium_org/ui/gfx/
Dicon_util.h151 BYTE bWidth;
152 BYTE bHeight;
153 BYTE bColorCount;
154 BYTE bReserved;
173 BYTE bWidth;
174 BYTE bHeight;
175 BYTE bColorCount;
176 BYTE bReserved;
196 BYTE icXOR[1];
197 BYTE icAND[1];
/external/chromium_org/third_party/libva/va/x11/
Dva_dri2str.h76 BYTE type; /* X_Reply */
77 BYTE pad1;
99 BYTE type; /* X_Reply */
100 BYTE pad1;
122 BYTE type; /* X_Reply */
123 BYTE pad1;
161 BYTE type; /* X_Reply */
162 BYTE pad1;
186 BYTE type; /* X_Reply */
187 BYTE pad1;
[all …]
/external/chromium_org/crypto/
Dsymmetric_key_win.cc58 std::vector<BYTE> tmp_data(actual_size); in ImportRawKey()
59 BYTE* actual_key = &tmp_data[0]; in ImportRawKey()
171 scoped_ptr<BYTE[]>* raw_key) { in GenerateHMACKey()
188 scoped_ptr<BYTE[]> random(new BYTE[key_size_in_bytes]); in GenerateHMACKey()
224 reinterpret_cast<const BYTE*>(&hmac_info), 0); in CreateHMACHash()
243 BYTE* output_buf) { in ComputePBKDF2Block()
260 ok = CryptHashData(safe_hash, reinterpret_cast<const BYTE*>(salt.data()), in ComputePBKDF2Block()
268 reinterpret_cast<BYTE*>(&big_endian_block_index), in ComputePBKDF2Block()
271 std::vector<BYTE> hash_value(hash_size); in ComputePBKDF2Block()
323 scoped_ptr<BYTE[]> raw_key; in GenerateRandomKey()
[all …]
/external/libpcap/
Dpcap-dos.h18 typedef unsigned char BYTE; typedef
21 typedef BYTE ETHER[6];
131 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
134 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
135 extern int peek_rxbuf (BYTE **buf);
136 extern int release_rxbuf (BYTE *buf);
164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
165 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
166 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 int (*release_rx_buf) (BYTE *buf); /* release after peek */
/external/chromium_org/media/base/simd/
Dconvert_yuv_to_rgb_mmx.inc17 movzx TEMPd, BYTE [Uq]
21 movzx TEMPd, BYTE [Vq]
25 movzx TEMPd, BYTE [Yq]
28 movzx TEMPd, BYTE [Yq + 1]
51 movzx TEMPd, BYTE [Uq]
53 movzx TEMPd, BYTE [Vq]
55 movzx TEMPd, BYTE [Yq]
/external/arduino/hardware/arduino/cores/arduino/
DPrint.h32 #define BYTE 0 macro
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);
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
Dport_monitor.h29 BYTE* ports,
40 BYTE*);
43 BYTE* buffer,
47 BOOL WINAPI Monitor2ReadPort(HANDLE, BYTE*, DWORD, DWORD* bytes_read);
62 BYTE*,
64 BYTE* output_data,

12345678910>>...18