/reactos/sdk/include/ddk/ |
H A D | usbprotocoldefs.h | 85 (BYTE)( ((BYTE)direction << 7) | \ 86 ((BYTE)type << 5) | ((BYTE)recipient & 0x07) ) 213 ( ((BYTE)(dir) << 7) | ((BYTE)(num) & 0x0F) ) 222 BYTE Byte; 233 BYTE Byte; 245 BYTE Byte; 270 BYTE bLength; 287 BYTE bLength; 304 BYTE bClass; 314 BYTE Byte; [all …]
|
/reactos/drivers/bluetooth/fbtusb/include/ |
H A D | fbthci.h | 37 virtual DWORD OnCommandStatus(BYTE Status, BYTE NumHCICommandPackets, USHORT CommandOpcode); 40 …al DWORD OnConnectionComplete(BYTE Status, USHORT ConnectionHandle, BYTE BD_ADDR[FBT_HCI_BDADDR_SI… 41 virtual DWORD OnDisconnectionComplete(BYTE Status, USHORT ConnectionHandle, BYTE Reason); 43 virtual DWORD OnInquiryComplete(BYTE Status, BYTE NumResponses); 46 …virtual DWORD OnRemoteNameRequestComplete(BYTE Status, BYTE BD_ADDR[FBT_HCI_BDADDR_SIZE], BYTE Rem… 48 virtual DWORD OnRoleChange(BYTE Status, BYTE BD_ADDR[FBT_HCI_BDADDR_SIZE], BYTE Role); 57 virtual DWORD OnReadLocalNameComplete(BYTE Status, BYTE Name[FBT_HCI_NAME_SIZE]); 63 virtual DWORD SendInquiry(ULONG LAP, BYTE InquiryLength, BYTE NumResponses); 96 …virtual DWORD SendRemoteNameRequest(BYTE BD_ADDR[FBT_HCI_BDADDR_SIZE], BYTE PageScanRepetitionMode… 102 virtual DWORD SendSwitchRole(BYTE BD_ADDR[FBT_HCI_BDADDR_SIZE], BYTE Role); [all …]
|
H A D | fbtHciLocal.h | 11 BYTE *pResultBuffer; 33 virtual DWORD WaitForCommandStatus(int nSlot, BYTE &nStatus); 38 BYTE nFilterType, 39 BYTE nFilterConditionType, 40 BYTE nCondition[FBT_HCI_MAX_CONDITION_SIZE], 41 BYTE nConditionBytes); 43 virtual DWORD SendInquiry(ULONG nLAP, BYTE nInquiryLength, BYTE nNumResponses); 48 BYTE nPageScanMode, 50 BYTE nAllowRoleSwitch); 53 virtual DWORD SendSwitchRole(BYTE BD_ADDR[FBT_HCI_BDADDR_SIZE], BYTE nRole); [all …]
|
H A D | fbtHciRoundTrip.h | 22 virtual DWORD ReadBDADDR(BYTE *BDADDR); 23 virtual DWORD ReadClassOfDevice(BYTE *ClassOfDevice); 24 virtual DWORD ReadLocalName(BYTE *Name); 27 BYTE PageScanRepetitionMode, 28 BYTE PageScanMode, 30 BYTE AllowRoleSwitch, 34 virtual DWORD SwitchRole(BYTE BD_ADDR[FBT_HCI_BDADDR_SIZE], BYTE Role); 36 BYTE PageScanRepetitionMode, 37 BYTE PageScanMode, 39 BYTE Name[FBT_HCI_NAME_SIZE]); [all …]
|
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/ |
H A D | dos.h | 109 BYTE Minutes; 110 BYTE Hours; 112 BYTE Seconds; 117 BYTE MaxLength; 118 BYTE Length; 157 BYTE InDos; 184 BYTE Unused1; 186 BYTE Month; 197 BYTE Unused3; 203 BYTE Unused4; [all …]
|
H A D | dosfiles.h | 48 BYTE Attributes; 59 BYTE Padding[0x13 - sizeof(HANDLE)]; 73 BYTE DosFindFreeDescriptor(VOID); 74 BYTE DosFindWin32Descriptor(HANDLE Win32Handle); 75 BYTE DosFindDeviceDescriptor(DWORD DevicePointer); 76 PDOS_FILE_DESCRIPTOR DosGetFileDescriptor(BYTE Id); 84 BYTE AccessShareModes, 101 BYTE AccessShareModes 124 BYTE Origin, 128 BYTE DosReadLineBuffered(WORD FileHandle, DWORD Buffer, BYTE MaxSize); [all …]
|
/reactos/subsystems/mvdm/ntvdm/bios/ |
H A D | bios.h | 50 BYTE AlternateKeypad; // 0x19 54 BYTE DriveRecalibrate; // 0x3e 55 BYTE DriveMotorStatus; // 0x3f 56 BYTE MotorShutdownCounter; // 0x40 57 BYTE LastDisketteOperation; // 0x41 58 BYTE Reserved2[7]; // 0x42 59 BYTE VideoMode; // 0x49 64 BYTE CursorEndLine; // 0x60 65 BYTE CursorStartLine; // 0x61 66 BYTE VideoPage; // 0x62 [all …]
|
H A D | vidbios.h | 52 BYTE SupportedModes[3]; // 0x00 54 BYTE SupportedScanlines; // 0x07 55 BYTE TextCharBlocksNumber; // 0x08 56 BYTE MaxActiveTextCharBlocksNumber; // 0x09 59 BYTE VGASavePtrFuncFlags; // 0x0e 60 BYTE Reserved2; // 0x0f 71 BYTE VideoMode; // 0x04 76 BYTE CursorEndLine; // 0x1b 77 BYTE CursorStartLine; // 0x1c 78 BYTE VideoPage; // 0x1d [all …]
|
/reactos/subsystems/mvdm/ntvdm/hardware/ |
H A D | cmos.h | 93 BYTE Second; // 0x00 94 BYTE AlarmSecond; // 0x01 95 BYTE Minute; // 0x02 96 BYTE AlarmMinute; // 0x03 97 BYTE Hour; // 0x04 98 BYTE AlarmHour; // 0x05 99 BYTE DayOfWeek; // 0x06 100 BYTE Day; // 0x07 101 BYTE Month; // 0x08 102 BYTE Year; // 0x09 [all …]
|
H A D | disk.h | 33 BYTE LastOperationStatus; 54 BYTE 57 IN BYTE Head, 58 IN BYTE Sector); 60 BYTE 63 IN BYTE Head, 64 IN BYTE Sector, 65 IN BYTE NumSectors); 67 BYTE 70 IN BYTE Head, [all …]
|
/reactos/sdk/tools/fatten/fatfs/ |
H A D | ff.h | 38 BYTE pd; /* Physical drive number */ 80 BYTE drv; /* Physical drive number */ 83 BYTE wflag; /* win[] flag (b0:dirty) */ 117 BYTE flag; /* Status flags */ 118 BYTE err; /* Abort flag (error code) */ 172 BYTE fattrib; /* Attribute */ 229 FRESULT f_chmod (const TCHAR* path, BYTE attr, BYTE mask); /* Change attribute of the file/dir */ 340 #define LD_WORD(ptr) (WORD)(((WORD)*((BYTE*)(ptr)+1)<<8)|(WORD)*(BYTE*)(ptr)) 341 …D_DWORD(ptr) (DWORD)(((DWORD)*((BYTE*)(ptr)+3)<<24)|((DWORD)*((BYTE*)(ptr)+2)<<16)|((WORD)*((BYTE… 342 #define ST_WORD(ptr,val) *(BYTE*)(ptr)=(BYTE)(val); *((BYTE*)(ptr)+1)=(BYTE)((WORD)(val)>>8) [all …]
|
H A D | diskio.h | 19 typedef BYTE DSTATUS; 34 DSTATUS disk_openimage(BYTE pdrv, const char* imageFileName); 35 VOID disk_cleanup(BYTE pdrv); 37 DSTATUS disk_initialize (BYTE pdrv); 38 DSTATUS disk_status (BYTE pdrv); 39 DRESULT disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count); 40 DRESULT disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count); 41 DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
|
/reactos/subsystems/mvdm/ntvdm/bios/bios32/ |
H A D | vbe.h | 61 BYTE WindowAttrA; 62 BYTE WindowAttrB; 71 BYTE CellWidth; 72 BYTE CellHeight; 73 BYTE NumPlanes; 75 BYTE NumBanks; 76 BYTE MemoryModel; 77 BYTE BankSize; 78 BYTE ImagePages; 79 BYTE Reserved; [all …]
|
H A D | dskbios32.c | 44 BYTE Unused0; 45 BYTE Unused1; 46 BYTE MotorOffDelay; 47 BYTE SectorSize; 50 BYTE DataLength; 108 BYTE Heads; 111 BYTE Unused2; 112 BYTE Control; 118 BYTE Reserved; 166 BYTE Drive; in BiosDiskService() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | gdipluscolor.h | 46 Color(BYTE r, BYTE g, BYTE b) : Argb(MakeARGB(0xFF, r, g, b)) in Color() 50 Color(BYTE a, BYTE r, BYTE g, BYTE b) : Argb(MakeARGB(a, r, g, b)) in Color() 54 BYTE 60 BYTE 66 BYTE 72 BYTE 78 BYTE 84 BYTE 90 BYTE 96 BYTE [all …]
|
/reactos/win32ss/drivers/displays/vga/objects/ |
H A D | brush.h | 5 BYTE ajC0[8]; // Color bits for plane 0 6 BYTE ajC1[8]; // Color bits for plane 1 7 BYTE ajC2[8]; // Color bits for plane 2 8 BYTE ajC3[8]; // Color bits for plane 3 10 BYTE ajPattern[32]; // Color bits for the mask 12 BYTE fjAccel; // Accelerator flags 13 BYTE jFgColor; // Current foreground color 14 BYTE jBkColor; // Current background color 15 BYTE RealWidth; // 16 BYTE YShiftValue; // [all …]
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_superblock.c | 68 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildSuperBlockEntropy_literal() 170 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildSuperBlockEntropy_sequences() 327 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock_literal() 439 … const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock_sequences() 445 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock_sequences() 448 BYTE* seqHead; in ZSTD_compressSubBlock_sequences() 459 op[0] = (BYTE)((nbSeq>>8) + 0x80), op[1] = (BYTE)nbSeq, op+=2; in ZSTD_compressSubBlock_sequences() 540 const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock() 548 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock() 713 BYTE const* ip = (BYTE const*)src; in ZSTD_compressSubBlock_multi() [all …]
|
H A D | zstd_fast.c | 25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillHashTable() 58 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_generic() 60 const BYTE* ip0 = istart; in ZSTD_compressBlock_fast_generic() 61 const BYTE* ip1; in ZSTD_compressBlock_fast_generic() 62 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_generic() 92 BYTE const* ip2 = ip0 + 2; in ZSTD_compressBlock_fast_generic() 217 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_dictMatchState_generic() 218 const BYTE* ip = istart; in ZSTD_compressBlock_fast_dictMatchState_generic() 219 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_dictMatchState_generic() 386 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_extDict_generic() [all …]
|
H A D | zstd_lazy.c | 21 const BYTE* ip, const BYTE* iend, in ZSTD_updateDUBT() 155 const BYTE* const ip, const BYTE* const iend, in ZSTD_DUBT_findBetterDictMatch() 232 const BYTE* const ip, const BYTE* const iend, in ZSTD_DUBT_findBestMatch() 381 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch() 411 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() 427 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_extDict_selectMLS() 573 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_selectMLS() 589 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_dictMatchState_selectMLS() 605 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_extDict_selectMLS() 632 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_lazy_generic() [all …]
|
H A D | zstd_ldm.c | 152 const BYTE* pIn, const BYTE* pAnchor, in ZSTD_ldm_countBackwardsMatch() 153 const BYTE* pMatch, const BYTE* pBase) in ZSTD_ldm_countBackwardsMatch() 174 const BYTE* const iend = (const BYTE*)end; in ZSTD_ldm_fillFastTables() 209 const BYTE* iend, const BYTE* base, in ZSTD_ldm_fillLdmHashTable() 277 BYTE const* const istart = (BYTE const*)src; in ZSTD_ldm_generateSequences_internal() 281 BYTE const* anchor = istart; in ZSTD_ldm_generateSequences_internal() 282 BYTE const* ip = istart; in ZSTD_ldm_generateSequences_internal() 284 BYTE const* lastHashed = NULL; in ZSTD_ldm_generateSequences_internal() 434 BYTE const* const istart = (BYTE const*)src; in ZSTD_ldm_generateSequences() 574 BYTE const* const istart = (BYTE const*)src; in ZSTD_ldm_blockCompress() [all …]
|
/reactos/base/applications/magnify/ |
H A D | settings.c | 46 if (RegQueryValueEx(hkey, _T("AppBar"), 0, 0, (BYTE *)&config_temp, &len) == ERROR_SUCCESS) in LoadSettings() 55 … if (RegQueryValueEx(hkey, _T("StationaryMagLevel"), 0, 0, (BYTE *)&value, &len) == ERROR_SUCCESS) in LoadSettings() 62 if (RegQueryValueEx(hkey, _T("ShowWarning"), 0, 0, (BYTE *)&value, &len) == ERROR_SUCCESS) in LoadSettings() 100 RegSetValueEx(hkey, _T("AppBar"), 0, REG_BINARY, (BYTE *)&AppBarConfig, sizeof(AppBarConfig)); in SaveSettings() 103 RegSetValueEx(hkey, _T("StationaryMagLevel"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 106 RegSetValueEx(hkey, _T("ShowWarning"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 109 RegSetValueEx(hkey, _T("StationaryInvertColors"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 112 … RegSetValueEx(hkey, _T("StationaryStartMinimized"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 115 RegSetValueEx(hkey, _T("StationaryTrackCursor"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() 118 RegSetValueEx(hkey, _T("StationaryTrackFocus"), 0, REG_DWORD, (BYTE *)&value, sizeof(value)); in SaveSettings() [all …]
|
/reactos/sdk/include/dxsdk/ |
H A D | dmusicf.h | 450 BYTE bType; 489 BYTE bBeat; 531 BYTE bPriority; 605 BYTE bBeat; 614 BYTE bChordRoot; 615 BYTE bScaleRoot; 621 BYTE bBeat; 675 BYTE bPan; 676 BYTE bVolume; 773 BYTE bChordRoot; [all …]
|
/reactos/dll/win32/windowscodecs/ |
H A D | converter.c | 152 BYTE *srcdata; in copypixels_to_32bppBGRA() 156 BYTE *dstrow; in copypixels_to_32bppBGRA() 219 BYTE *srcdata; in copypixels_to_32bppBGRA() 223 BYTE *dstrow; in copypixels_to_32bppBGRA() 286 BYTE *dstrow; in copypixels_to_32bppBGRA() 346 BYTE *dstrow; in copypixels_to_32bppBGRA() 388 BYTE *dstrow; in copypixels_to_32bppBGRA() 441 BYTE *dstrow; in copypixels_to_32bppBGRA() 484 BYTE *dstrow; in copypixels_to_32bppBGRA() 1326 BYTE *srcdata; in copypixels_to_8bppGray() [all …]
|
H A D | regsvr.c | 47 const BYTE *pattern; 48 const BYTE *mask; 102 const BYTE *pattern; 103 const BYTE *mask; 140 BYTE const * const *channelmasks; 1504 static const BYTE no_magic[1] = { 0 }; 1505 static const BYTE no_mask[1] = { 0 }; 1520 static const BYTE tEXt[] = "tEXt"; 1535 static const BYTE gAMA[] = "gAMA"; 1550 static const BYTE cHRM[] = "cHRM"; [all …]
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | fatfs.h | 73 BYTE jmp[3]; 78 BYTE NumberFATs; 81 BYTE MediaDescr; 87 BYTE DriveUnit; 92 BYTE BootCode[448]; 97 BYTE jmp[3]; 102 BYTE NumberFATs; 105 BYTE MediaDescr; 170 BYTE dat[BufLen]; 174 BYTE dat[BufLen]; [all …]
|