/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon69610 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon69975 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon70340 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon70708 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon71108 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon71561 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
nodemask.h | 20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t; typedef in typeref:struct:__anon72016 47 #define NODE_MASK_ALL ((nodemask_t) { { [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD } }) 51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
|
/external/elfutils/tests/ |
run-readelf-vmcoreinfo.sh | 79 SIZE(nodemask_t)=64
|