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

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c639 unsigned int octet_in_word = 0; local
677 octet_in_word++;
679 if (octet_in_word == LISTING_WORD_SIZE)
683 octet_in_word = 0;
721 octet_in_word++;
723 if (octet_in_word == LISTING_WORD_SIZE)
727 octet_in_word = 0;

Completed in 52 milliseconds