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

/freebsd-10.1-release/contrib/gcc/
H A Dggc-page.c116 #ifndef HOST_BITS_PER_PTR macro
117 #define HOST_BITS_PER_PTR HOST_BITS_PER_LONG
211 #define NUM_ORDERS (HOST_BITS_PER_PTR + NUM_EXTRA_ORDERS)
324 #if HOST_BITS_PER_PTR <= 32
562 #if HOST_BITS_PER_PTR <= 32
594 #if HOST_BITS_PER_PTR <= 32
619 #if HOST_BITS_PER_PTR <= 32
1511 for (order = 0; order < HOST_BITS_PER_PTR; ++order)
1513 for (order = HOST_BITS_PER_PTR; order < NUM_ORDERS; ++order)
1515 size_t s = extra_order_size_table[order - HOST_BITS_PER_PTR];
[all...]
H A Dggc-zone.c130 #ifndef HOST_BITS_PER_PTR
131 #define HOST_BITS_PER_PTR HOST_BITS_PER_LONG macro
327 #if HOST_BITS_PER_PTR <= 32
508 #if HOST_BITS_PER_PTR <= 32
534 #if HOST_BITS_PER_PTR <= 32
2045 #if HOST_BITS_PER_PTR <= 32

Completed in 58 milliseconds