HomeSort by: relevance | last modified time | path
    Searched defs:MAX_LEX_NUM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
nds32-asm.c 41 /* There at at most MAX_LEX_NUM lexical elements in a syntax. */
42 #define MAX_LEX_NUM 32
1713 opc->syntax = xmalloc (MAX_LEX_NUM * sizeof (lex_t));
1714 memset (opc->syntax, 0, MAX_LEX_NUM * sizeof (lex_t));
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-asm.c 41 /* There at at most MAX_LEX_NUM lexical elements in a syntax. */
42 #define MAX_LEX_NUM 32
1713 opc->syntax = xmalloc (MAX_LEX_NUM * sizeof (lex_t));
1714 memset (opc->syntax, 0, MAX_LEX_NUM * sizeof (lex_t));
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-asm.c 41 /* There at at most MAX_LEX_NUM lexical elements in a syntax. */
42 #define MAX_LEX_NUM 32
1713 opc->syntax = xmalloc (MAX_LEX_NUM * sizeof (lex_t));
1714 memset (opc->syntax, 0, MAX_LEX_NUM * sizeof (lex_t));
  /src/external/gpl3/gdb/dist/opcodes/
nds32-asm.c 41 /* There at at most MAX_LEX_NUM lexical elements in a syntax. */
42 #define MAX_LEX_NUM 32
1713 opc->syntax = xmalloc (MAX_LEX_NUM * sizeof (lex_t));
1714 memset (opc->syntax, 0, MAX_LEX_NUM * sizeof (lex_t));

Completed in 23 milliseconds