Searched refs:EXP_COUNT_BITS (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Dvariable.h48 #define EXP_COUNT_BITS 15 /* This gets all the bitfields into 32 bits */ macro
49 #define EXP_COUNT_MAX ((1<<EXP_COUNT_BITS)-1)
66 unsigned int exp_count:EXP_COUNT_BITS;

Completed in 96 milliseconds