Searched refs:FICL_USER_CELLS (Results 1 – 8 of 8) sorted by relevance
209 #if !defined FICL_USER_CELLS210 #define FICL_USER_CELLS 16 macro
229 #if !defined FICL_USER_CELLS230 #define FICL_USER_CELLS 16 macro
227 #if !defined FICL_USER_CELLS228 #define FICL_USER_CELLS 16 macro
220 #if !defined FICL_USER_CELLS221 #define FICL_USER_CELLS 16 macro
494 CELL user[FICL_USER_CELLS];
4101 if (c.i >= FICL_USER_CELLS) in userVariable()