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

  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 207 #define MEMCHK(rc, val, threshold) \
  /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);
440 MEMCHK(rc, self->next, &self->functions[MAX_FUNCTION_CALLBACKS-1]);
ExpressionEvaluator.c 53 MEMCHK(rc, (*resultLen + opLen), MAX_STRING_LEN);
SymbolTable.c 98 MEMCHK(rc, LSTRLEN(key), MAX_SEMPROC_KEY);
114 /* MEMCHK(rc, LSTRLEN(value), MAX_SEMPROC_VALUE);
207 MEMCHK(rc, ptr->next, &ptr->Symbols[MAX_SYMBOLS-1]);

Completed in 3143 milliseconds