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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-live.c132 int x, num_part; local
136 num_part = num_var_partitions (map);
137 hash_table<tree_int_map_hasher> tree_to_index (num_part);
138 /* We can have at most num_part entries in the hash tables, so it's
141 mapstorage = m = XNEWVEC (struct tree_int_map, num_part);
145 map->partition_to_base_index = (int *) xmalloc (sizeof (int) * num_part);
148 for (x = 0; x < num_part; x++)
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c26 #define LOW_PART(num_part) (num_part & HALF_MASK)
27 #define HIGH_PART(num_part) (num_part >> (PART_PRECISION / 2))

Completed in 48 milliseconds