[Patch / Refactor] cutils inlining
This patch inlines a number of methods in the cutils unit that are either very simple or where constant propagation can make a lot of savings (e.g. if a particular index is specified), either now or in the future
Criteria
Apply patch and confirm correct compilation with no change to generated binary files but minute speed gains in the compiler.