Home
last modified time | relevance | path

Searched refs:MAX_SEMPROC_VALUE (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/Semproc/include/
DSR_SymbolTable.h36 #define MAX_SEMPROC_VALUE 512 /* was 300 */ macro
50 LCHAR value[MAX_SEMPROC_VALUE];
/external/srec/srec/Semproc/src/
DSymbolTable.c110 if (LSTRLEN(value) >= MAX_SEMPROC_VALUE) in ST_putKeyValue()
111 …("Warning: chopping length of value len %d > %d (%s)\n", LSTRLEN(value), MAX_SEMPROC_VALUE, value); in ST_putKeyValue()
112 LSTRNCPY(buf, value, MAX_SEMPROC_VALUE); in ST_putKeyValue()
113 buf[MAX_SEMPROC_VALUE-1] = 0; in ST_putKeyValue()
DExpressionParser.c351 LCHAR result[MAX_SEMPROC_VALUE]; in handle_EndOfStatement()
DSemanticGraphImpl.c1008 if (LSTRLEN(spo[i]) > MAX_SEMPROC_VALUE) in make_union_of_scripts()
1009 …: won't be able to parse this script! len %d>%d %s\n", LSTRLEN(spo[i]), MAX_SEMPROC_VALUE, spo[i]); in make_union_of_scripts()