Searched refs:BYTE (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A 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/mesa3d/src/mesa/drivers/windows/gdi/
H A 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/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael_local.h6 typedef u_int8_t BYTE; typedef
/external/arduino/hardware/arduino/cores/arduino/
H A 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/sandbox/win/src/
H A Dresolver_64.cc11 const BYTE kPushRax = 0x50;
14 const BYTE kRetNp = 0xC3;
34 BYTE push_rax; // = 50
38 BYTE ret; // = C3
H A 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_ea
[all...]
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/shaders/compiled/
H A Dclearsingle11ps.h33 const BYTE g_PS_ClearSingle[] =
H A Dflipyvs.h29 const BYTE g_vs20_flipyvs[] =
H A Dpassthroughps.h29 const BYTE g_ps20_passthroughps[] =
H A Dstandardvs.h29 const BYTE g_vs20_standardvs[] =
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.hlsl.ps.h32 const BYTE g_ps[] =
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.hlsl.vs.h31 const BYTE g_vs[] =
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.hlsl.ps.h32 const BYTE g_ps[] =
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.hlsl.ps.h32 const BYTE g_ps[] =
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.hlsl.vs.h31 const BYTE g_vs[] =
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.hlsl.ps.h32 const BYTE g_ps[] =
/external/chromium_org/content/test/
H A Dmock_keyboard_driver_win.h36 BYTE original_keyboard_states_[256];
38 BYTE keyboard_states_[256];
/external/chromium_org/ui/gfx/
H A 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 icAN
[all...]
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dprofilew.cpp75 LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)&val, &size);
89 LONG res = RegSetValueEx(hKey, key, 0L, REG_DWORD, (const BYTE *)&val, size);
95 LONG res = RegQueryValueEx(hKey, key, 0L, NULL, (BYTE *)string, (DWORD *)&size);
102 LONG res = RegSetValueEx(hKey, key, 0L, REG_SZ, (const BYTE *)string, size);
111 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_WIDTH, 0L, NULL, (BYTE *)width, &size);
115 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, NULL, (BYTE *)height, &size);
119 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_X, 0L, NULL, (BYTE *)x, &size);
123 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_Y, 0L, NULL, (BYTE *)y, &size);
135 res = RegSetValueEx(hKey, NPSPY_REG_KEY_WIDTH, 0L, REG_DWORD, (const BYTE *)&width, size);
139 res = RegSetValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, REG_DWORD, (const BYTE *)
[all...]
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A 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,
H A Dspooler_win.h19 BYTE* ports,
32 BYTE*);
35 BYTE* buffer,
39 BOOL (WINAPI *pfnReadPort)(HANDLE, BYTE*, DWORD, DWORD* bytes_read);
64 BYTE*,
66 BYTE* output_data,
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A 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 1111
[all...]
H A 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
[all...]
/external/chromium_org/sandbox/win/wow_helper/
H A 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 kRelJm
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_win.cc31 input.pbData = const_cast<BYTE*>(
32 reinterpret_cast<const BYTE*>(plaintext.data()));
52 input.pbData = const_cast<BYTE*>(
53 reinterpret_cast<const BYTE*>(ciphertext.data()));

Completed in 583 milliseconds

1234567891011>>