Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-zone.c738 unsigned int offset_in_bits; in zone_find_object_offset() local
746 offset_in_bits = start_bit; in zone_find_object_offset()
752 offset_in_bits += 8 * sizeof (alloc_type); in zone_find_object_offset()
757 offset_in_bits -= highest_bit (alloc_word) - 1; in zone_find_object_offset()
759 return BYTES_PER_ALLOC_BIT * offset_in_bits; in zone_find_object_offset()