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

/freebsd-10.1-release/contrib/gcc/
H A Dggc-page.c258 structure is dynamically sized to fit the bitmap in_use_p. */
302 unsigned long in_use_p[1];
421 /* Each element is a pointer to the saved in_use_p bits, if any,
893 entry->in_use_p[num_objects / HOST_BITS_PER_LONG]
1154 if ((entry->in_use_p[word] >> bit) & 1)
1157 while (~entry->in_use_p[word] == 0)
1161 bit = __builtin_ctzl (~entry->in_use_p[word]);
1163 while ((entry->in_use_p[word] >> bit) & 1)
1177 entry->in_use_p[word] |= ((unsigned long) 1 << bit);
1291 position in the in_use_p bitma
300 unsigned long in_use_p[1]; member in struct:page_entry
[all...]

Completed in 24 milliseconds