/reactos/win32ss/drivers/videoprt/ |
H A D | ddc.c | 47 UCHAR Bit; in I2CWrite() local 81 INT Bit = 0x80; in I2CRead() local
|
/reactos/drivers/bus/acpi/acpica/utilities/ |
H A D | utownerid.c | 196 UINT32 Bit; in AcpiUtReleaseOwnerId() local
|
/reactos/sdk/include/xdk/ |
H A D | ntddk.template.h | 230 #define EX_INIT_BITS(Flags, Bit) \ argument 233 #define EX_TEST_SET_BIT(Flags, Bit) \ argument 236 #define EX_TEST_CLEAR_BIT(Flags, Bit) \ argument
|
H A D | interlocked.h | 487 _In_ LONG Bit) in _InterlockedBitTestAndSet() 499 _In_ LONG Bit) in _InterlockedBitTestAndReset() 511 _In_ LONG64 Bit) in _InterlockedBitTestAndSet64() 523 _In_ LONG64 Bit) in _InterlockedBitTestAndReset64() 535 _In_ LONG Bit) in _InterlockedBitTestAndComplement() 547 _In_ LONG64 Bit) in _InterlockedBitTestAndComplement64()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | cdrom.h | 806 #define SET_FLAG(Flags, Bit) ((Flags) |= (Bit)) argument 807 #define CLEAR_FLAG(Flags, Bit) ((Flags) &= ~(Bit)) argument 808 #define TEST_FLAG(Flags, Bit) (((Flags) & (Bit)) != 0) argument 1493 #define SET_FLAG(Flags, Bit) ((Flags) |= (Bit)) argument 1494 #define CLEAR_FLAG(Flags, Bit) ((Flags) &= ~(Bit)) argument 1495 #define TEST_FLAG(Flags, Bit) (((Flags) & (Bit)) != 0) argument
|
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_ppc.h | 510 PPC_QUAL unsigned long long __ll_lshift(const unsigned long long Mask, int Bit) in __ll_lshift() 515 PPC_QUAL long long __ll_rshift(const long long Mask, const int Bit) in __ll_rshift() 520 PPC_QUAL unsigned long long __ull_rshift(const unsigned long long Mask, int Bit) in __ull_rshift()
|
H A D | intrin_x86.h | 1310 unsigned long long __ll_lshift(unsigned long long Mask, int Bit) in __ll_lshift() 1323 __INTRIN_INLINE long long __ll_rshift(long long Mask, int Bit) in __ll_rshift() 1336 __INTRIN_INLINE unsigned long long __ull_rshift(unsigned long long Mask, int Bit) in __ull_rshift() 1361 unsigned long long __ll_lshift(unsigned long long Mask, int Bit) in __ll_lshift() 1375 __INTRIN_INLINE long long __ll_rshift(long long Mask, int Bit) in __ll_rshift() 1389 __INTRIN_INLINE unsigned long long __ull_rshift(unsigned long long Mask, int Bit) in __ull_rshift()
|
/reactos/drivers/usb/usbport/ |
H A D | endpoint.c | 79 UCHAR Bit; in USBPORT_AllocateBandwidth() local 181 UCHAR Bit; in USBPORT_FreeBandwidth() local
|
/reactos/drivers/storage/ide/uniata/ |
H A D | tools.h | 80 #define WHICH_BIT(Data, Bit) { \ argument
|
/reactos/ntoskrnl/mm/i386/ |
H A D | page.c | 890 MmSetDirtyBit(PEPROCESS Process, PVOID Address, BOOLEAN Bit) in MmSetDirtyBit()
|
/reactos/boot/freeldr/freeldr/lib/fs/ |
H A D | ntfs.c | 654 UCHAR Bit = 1 << ((RecordOffset / IndexBlockSize) & 7); in NtfsFindMftRecord() local
|
/reactos/ntoskrnl/ke/ |
H A D | thrdobj.c | 25 KAFFINITY Bit; in KeFindNextRightSetAffinity() local
|
/reactos/sdk/include/ddk/ |
H A D | classpnp.h | 157 #define SET_FLAG(Flags, Bit) ((Flags) |= (Bit)) argument 158 #define CLEAR_FLAG(Flags, Bit) ((Flags) &= ~(Bit)) argument 159 #define TEST_FLAG(Flags, Bit) (((Flags) & (Bit)) != 0) argument
|
H A D | scsi.h | 3500 #define WHICH_BIT(Data, Bit) { \ argument
|
/reactos/drivers/usb/usbhub/ |
H A D | usbhub.c | 122 IN USHORT Bit) in IsBitSet()
|