Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dvm.c427 #define POP_CELL_POINTER(cp) \ in ficlVmInnerLoop() macro
461 #define POP_CELL_POINTER(cp) \ in ficlVmInnerLoop() macro
551 POP_CELL_POINTER(frame + *ip++); in ficlVmInnerLoop()
567 POP_CELL_POINTER(frame); in ficlVmInnerLoop()
570 POP_CELL_POINTER(frame + 1); in ficlVmInnerLoop()
1398 POP_CELL_POINTER((dataTop--)->p); in ficlVmInnerLoop()