Searched refs:INLINE_INNER_LOOP (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/stand/ficl/i386/
H A Dsysdep.h290 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
295 #if !defined INLINE_INNER_LOOP
297 #define INLINE_INNER_LOOP 0 macro
299 #define INLINE_INNER_LOOP 1 macro
/freebsd-current/stand/ficl/amd64/
H A Dsysdep.h292 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
297 #if !defined INLINE_INNER_LOOP
299 #define INLINE_INNER_LOOP 0 macro
301 #define INLINE_INNER_LOOP 1 macro
/freebsd-current/stand/ficl/arm/
H A Dsysdep.h283 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
288 #if !defined INLINE_INNER_LOOP
290 #define INLINE_INNER_LOOP 0 macro
292 #define INLINE_INNER_LOOP 1 macro
/freebsd-current/stand/ficl/aarch64/
H A Dsysdep.h272 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
277 #if !defined INLINE_INNER_LOOP
279 #define INLINE_INNER_LOOP 0 macro
281 #define INLINE_INNER_LOOP 1 macro
/freebsd-current/stand/ficl/powerpc/
H A Dsysdep.h283 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
288 #if !defined INLINE_INNER_LOOP
290 #define INLINE_INNER_LOOP 0 macro
292 #define INLINE_INNER_LOOP 1 macro
/freebsd-current/stand/ficl/riscv/
H A Dsysdep.h272 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
277 #if !defined INLINE_INNER_LOOP
279 #define INLINE_INNER_LOOP 0 macro
281 #define INLINE_INNER_LOOP 1 macro
/freebsd-current/stand/ficl/
H A Dvm.c159 #if INLINE_INNER_LOOP == 0
H A Dficl.h599 ** INLINE_INNER_LOOP in sysdep.h for complaints about VC++ 5
610 #if INLINE_INNER_LOOP != 0

Completed in 137 milliseconds