Searched refs:FL (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/xdk/ |
H A D | fsrtlfuncs.h | 1584 #define FsRtlAreThereCurrentFileLocks(FL) \ argument 1585 ((FL)->FastIoIsQuestionable) 1587 #define FsRtlIncrementLockRequestsInProgress(FL) { \ argument 1588 ASSERT((FL)->LockRequestsInProgress >= 0); \ 1590 (InterlockedIncrement((LONG volatile *)&((FL)->LockRequestsInProgress))); \ 1593 #define FsRtlDecrementLockRequestsInProgress(FL) { \ argument 1594 ASSERT((FL)->LockRequestsInProgress > 0); \ 1596 (InterlockedDecrement((LONG volatile *)&((FL)->LockRequestsInProgress))); \
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | camellia.c | 299 #define FL(XL, XR, KL, KR) \ macro 574 FL(X[0], X[1], RK[0], RK[1]); in mbedtls_camellia_crypt_ecb()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fatprocs.h | 2169 #define FatNotifyReportChange(I,V,F,FL,A) { … argument 2184 … (ULONG)FL, \
|
/reactos/drivers/storage/ide/uniata/ |
H A D | scsi.h | 400 UCHAR FL : 1; member
|
H A D | id_ata.cpp | 8697 if(cdb->START_STOP.FL ||
|
/reactos/hal/halx86/legacy/bus/ |
H A D | pci_vendors.ids | 6262 1019 0970 P6STP-FL motherboard 6280 1019 0970 P6STP-FL motherboard 9285 900a 3c900B-FL 10base-FL [Cyclone] 18109 1019 0970 P6STP-FL motherboard
|
/reactos/media/fonts/doc/FreeFont/ |
H A D | ChangeLog.txt | 14133 F002:LATIN SMALL LIGATURE FL (the latter two belong to private
|