HomeSort by relevance Sort by last modified time
    Searched refs:MAX_RHS_IDENTIFIERS (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 62 #define MAX_RHS_IDENTIFIERS 10
SR_ExpressionParser.h 111 LCHAR identifiers[MAX_RHS_IDENTIFIERS][MAX_STRING_LEN];
  /external/srec/srec/Semproc/src/
ExpressionParser.c 217 MEMCHK(rc, self->idCount, MAX_RHS_IDENTIFIERS - 1);
233 MEMCHK(rc, self->idCount, MAX_RHS_IDENTIFIERS - 1);
253 MEMCHK(rc, self->idCount, MAX_RHS_IDENTIFIERS - 1);
259 MEMCHK(rc, self->idCount, MAX_RHS_IDENTIFIERS - 1);
350 LCHAR *operands[MAX_RHS_IDENTIFIERS];

Completed in 2540 milliseconds