JIM_EVAL_SINTV_LEN is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JIM_EVAL_SINTV_LEN macro

Syntax

#define JIM_EVAL_SINTV_LEN 8

References

LocationText
jim.c:10571
#define JIM_EVAL_SINTV_LEN 8 /* static interpolation vector length */
jimsh0.c:14746
#define JIM_EVAL_SINTV_LEN 8
jim.c:10859
Jim_Obj *sintv[JIM_EVAL_SINTV_LEN];
jim.c:10863
if (tokens <= JIM_EVAL_SINTV_LEN)
jimsh0.c:14935
Jim_Obj *sintv[JIM_EVAL_SINTV_LEN];
jimsh0.c:14939
if (tokens <= JIM_EVAL_SINTV_LEN)