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

/freebsd-10.0-release/contrib/binutils/gas/
H A Dlisting.c78 LISTING_WORD_SIZE The make of the number of bytes in a word, this determines
103 #ifndef LISTING_WORD_SIZE
104 #define LISTING_WORD_SIZE 4 macro
107 #define LISTING_LHS_WIDTH ((LISTING_WORD_SIZE) > 4 ? 1 : 4 / (LISTING_WORD_SIZE))
202 (((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width \
203 + ((((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second) \
645 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width;
679 if (octet_in_word == LISTING_WORD_SIZE)
708 nchars = ((LISTING_WORD_SIZE *
[all...]

Completed in 55 milliseconds