Searched refs:MAX_MNEM_STR (Results 1 – 2 of 2) sorted by relevance
93 #define MAX_MNEM_STR 16 macro511 char mnemonic[MAX_MNEM_STR];
13 #define MAX_MNEM_STR 16 macro488 char mnemonic[MAX_MNEM_STR];618 size_t len = MAX_MNEM_STR + MAX_PREFIX_STR + 4; in format_mnemonic()1053 int max_mnemonic_string() { return MAX_MNEM_STR; } in max_mnemonic_string()