Searched refs:BITS_TO_LONGS (Results 1 – 3 of 3) sorted by relevance
16 unsigned long name[BITS_TO_LONGS(bits)]
54 #define BITS_TO_LONGS(bits) (roundup(bits, BITMAP_WORDBITS) / \ macro
785 kcalloc(BITS_TO_LONGS(validation_state.max_ip), in vc4_validate_shader()