HomeSort by relevance Sort by last modified time
    Searched full:low_name (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 164 char low_name[21], *ptr; local
168 low_name[idx++] = TOLOWER (*ptr);
170 low_name[idx] = '\0';
173 while (idx < MAX_REG_NO && strcmp (soft_reg[idx], & low_name [0]))

Completed in 152 milliseconds