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

/inkscape/src/
H A Dsvg-profile.h94 #define BITS_IN_INT (sizeof(int) * 8) macro
96 #define ARRAY_SIZE (((PROFILE_UNIQUE_CNT - 1) / BITS_IN_INT) + 1)
134 dividing by \c BITS_IN_INT and then which bit in the
139 unsigned int array_pos = pos / BITS_IN_INT;
140 unsigned int bit_pos = pos % BITS_IN_INT;
175 #undef BITS_IN_INT macro

Completed in 53 milliseconds