Searched refs:FICL_ROBUST (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/stand/ficl/
H A Dfloat.c63 #if FICL_ROBUST > 1
80 #if FICL_ROBUST > 1
97 #if FICL_ROBUST > 1
114 #if FICL_ROBUST > 1
130 #if FICL_ROBUST > 1
147 #if FICL_ROBUST > 1
165 #if FICL_ROBUST > 1
183 #if FICL_ROBUST > 1
201 #if FICL_ROBUST > 1
219 #if FICL_ROBUST >
[all...]
H A Dloader.c77 #if FICL_ROBUST > 1
114 #if FICL_ROBUST > 1
152 #if FICL_ROBUST > 1
187 #if FICL_ROBUST > 1
214 #if FICL_ROBUST > 1
236 #if FICL_ROBUST > 1
261 #if FICL_ROBUST > 1
303 #if FICL_ROBUST > 1
323 #if FICL_ROBUST > 1
330 #if FICL_ROBUST >
[all...]
H A Dwords.c106 #if FICL_ROBUST > 1
133 #if FICL_ROBUST > 1
156 #if FICL_ROBUST > 1
176 #if FICL_ROBUST > 1
282 #if FICL_ROBUST > 1
294 #if FICL_ROBUST > 1
306 #if FICL_ROBUST > 1
318 #if FICL_ROBUST > 1
329 #if FICL_ROBUST > 1
353 #if FICL_ROBUST >
[all...]
H A Dstack.c119 #if FICL_ROBUST
161 #if FICL_ROBUST
H A Dsearch.c244 #if FICL_ROBUST > 1
339 #if FICL_ROBUST > 1
H A Ddict.c133 #if FICL_ROBUST
164 #if FICL_ROBUST
818 #if FICL_ROBUST
H A Dtestmain.c281 #if FICL_ROBUST > 1
H A Dtools.c848 #if FICL_ROBUST > 1
862 #if FICL_ROBUST > 1
H A Dficl.c693 ficlSetEnv (pSys, "ficl-robust", FICL_ROBUST);
/freebsd-12-stable/stand/ficl/aarch64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
171 #define FICL_ROBUST 0 macro
287 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
291 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
292 ** FICL_ROBUST == 2 also enables checking in many primitives
295 #if !defined FICL_ROBUST
296 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/amd64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 0 macro
307 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
311 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
312 ** FICL_ROBUST == 2 also enables checking in many primitives
315 #if !defined FICL_ROBUST
316 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/arm/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/i386/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
170 #define FICL_ROBUST 0 macro
305 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
309 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
310 ** FICL_ROBUST == 2 also enables checking in many primitives
313 #if !defined FICL_ROBUST
314 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/mips/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/mips64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/powerpc/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/riscv/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
171 #define FICL_ROBUST 0 macro
287 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
291 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
292 ** FICL_ROBUST == 2 also enables checking in many primitives
295 #if !defined FICL_ROBUST
296 #define FICL_ROBUST 2 macro
/freebsd-12-stable/stand/ficl/sparc64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 0 macro
288 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
292 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
293 ** FICL_ROBUST == 2 also enables checking in many primitives
296 #if !defined FICL_ROBUST
297 #define FICL_ROBUST 2 macro

Completed in 184 milliseconds