Home
last modified time | relevance | path

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

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/
H A Dfront_c.c243 n = MEM_impNLC(addtab); // reuse n as the number of local consts in FRONT_addModuleImportPoint()
303 i = MEM_impNLC(addtable); in FRONT_initModuleContext()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/system/
H A Dmemory.h173 int MEM_impNLC(MemPtr tab); //# local constants
H A Dmemory.c141 int MEM_impNLC(MemPtr tab) { return *((int *)(tab+1)); } in MEM_impNLC() function
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/simulator/
H A Dsiminstr.c1462 n = MEM_impNLC(impTab); // reuse n as the number of local consts in SINSTR_push_import()