Home
last modified time | relevance | path

Searched refs:BITS_PER_LONG (Results 1 – 4 of 4) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dbitsperlong.h36 #ifndef BITS_PER_LONG
37 #define BITS_PER_LONG 64 macro
40 #define BITS_PER_LONG 32 macro
47 #if 0 && BITS_PER_LONG != __BITS_PER_LONG
65 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0)
H A Ddiv64.h29 #if BITS_PER_LONG == 64
54 #elif BITS_PER_LONG == 32
H A Dmath.h46 #if BITS_PER_LONG == 32
/DragonStub/apps/lib/
H A Dvsprintf.c151 #if BITS_PER_LONG == 64 && BITS_PER_LONG_LONG == 64
188 #elif BITS_PER_LONG == 32 && BITS_PER_LONG_LONG == 64