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

/haiku-buildtools/legacy/binutils/gas/
H A Dsb.h51 #define sb_max_power_two 30 /* Don't allow strings more than macro
52 2^sb_max_power_two long. */
77 sb_element *size[sb_max_power_two];
H A Dsb.c56 static int string_count[sb_max_power_two];
69 if (size > sb_max_power_two)

Completed in 43 milliseconds