Home
last modified time | relevance | path

Searched refs:__BITS_PER_LONG (Results 1 – 3 of 3) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dbitsperlong.h9 #ifndef __BITS_PER_LONG
18 #define __BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro
27 #define __BITS_PER_LONG 32 macro
47 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
H A Dposix_types.h67 #if __BITS_PER_LONG != 64
H A Dswab.h142 #if __BITS_PER_LONG == 64 in __swab()