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

/freebsd-12-stable/stand/ficl/aarch64/
H A Dsysdep.h273 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
278 #if !defined INLINE_INNER_LOOP
280 #define INLINE_INNER_LOOP 0 macro
282 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/amd64/
H A Dsysdep.h293 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
298 #if !defined INLINE_INNER_LOOP
300 #define INLINE_INNER_LOOP 0 macro
302 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/arm/
H A Dsysdep.h284 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
289 #if !defined INLINE_INNER_LOOP
291 #define INLINE_INNER_LOOP 0 macro
293 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/i386/
H A Dsysdep.h291 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
296 #if !defined INLINE_INNER_LOOP
298 #define INLINE_INNER_LOOP 0 macro
300 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/mips/
H A Dsysdep.h284 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
289 #if !defined INLINE_INNER_LOOP
291 #define INLINE_INNER_LOOP 0 macro
293 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/mips64/
H A Dsysdep.h284 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
289 #if !defined INLINE_INNER_LOOP
291 #define INLINE_INNER_LOOP 0 macro
293 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/powerpc/
H A Dsysdep.h284 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
289 #if !defined INLINE_INNER_LOOP
291 #define INLINE_INNER_LOOP 0 macro
293 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/riscv/
H A Dsysdep.h273 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
278 #if !defined INLINE_INNER_LOOP
280 #define INLINE_INNER_LOOP 0 macro
282 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/sparc64/
H A Dsysdep.h274 ** INLINE_INNER_LOOP causes the inner interpreter to be inline code
279 #if !defined INLINE_INNER_LOOP
281 #define INLINE_INNER_LOOP 0 macro
283 #define INLINE_INNER_LOOP 1 macro
/freebsd-12-stable/stand/ficl/
H A Dvm.c160 #if INLINE_INNER_LOOP == 0
H A Dficl.h600 ** INLINE_INNER_LOOP in sysdep.h for complaints about VC++ 5
611 #if INLINE_INNER_LOOP != 0

Completed in 167 milliseconds