OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTL_BITS_OF
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h
665
#define
RTL_BITS_OF
(sizeOfArg) (sizeof(sizeOfArg) * 8)
666
#define RTL_BITS_OF_FIELD(type, field) (
RTL_BITS_OF
(RTL_FIELD_TYPE(type, field)))
winnt.h
695
#define
RTL_BITS_OF
(sizeOfArg) (sizeof(sizeOfArg) * 8)
696
#define RTL_BITS_OF_FIELD(type,field) (
RTL_BITS_OF
(RTL_FIELD_TYPE(type,field)))
[
all
...]
Completed in 80 milliseconds