Home
last modified time | relevance | path

Searched refs:MEM_impIthLCT (Results 1 – 3 of 3) sorted by relevance

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/system/
H A Dmemory.h179 int MEM_impIthLCT(MemPtr lct, int ind); /* ith entry in the local const table:
H A Dmemory.c155 int MEM_impIthLCT(MemPtr lct, int ind) { return *((int *)(lct + ind)); } in MEM_impIthLCT() function
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/simulator/
H A Dabstmachine.c409 AM_setCstUnivCount(MEM_impIthLCT(locTab, nlocs), AM_ucreg); in AM_initLocs()