/src/usr.bin/make/unit-tests/ |
varmod-to-many-words.mk | 6 SENTENCE= The quick brown fox jumps over the lazy brown dog. 16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
|
varmod-to-one-word.mk | 6 SENTENCE= The quick brown fox jumps over the lazy brown dog. 16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
|
varmisc.mk | 49 # big jumps to handle 3 digits per step
|
/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
Makefile | 76 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
/src/sys/arch/amiga/stand/bootblock/ppcboot/ |
Makefile | 46 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
Makefile | 91 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
/src/sys/net/ |
bpfjit.c | 207 /* List of jumps to this insn. */ 320 grow_jumps(struct sljit_jump ***jumps, size_t *size) 334 memcpy(newptr, *jumps, old_size * elemsz); 335 BJ_FREE(*jumps, old_size * elemsz); 337 *jumps = newptr; 343 append_jump(struct sljit_jump *jump, struct sljit_jump ***jumps, 346 if (*size == *max_size && !grow_jumps(jumps, max_size)) 349 (*jumps)[(*size)++] = jump; 1273 * terminate a block. Blocks are linear, that is, there are no jumps out 1274 * from the middle of a block and there are no jumps in to the middle o [all...] |
/src/sys/arch/m68k/060sp/dist/ |
test.doc | 114 the entry code jumps to the appropriate test code within the code section.
|
fpsp.doc | 119 the entry code jumps to the appropriate emulation code within the code section.
|
isp.doc | 128 the entry code jumps to the appropriate emulation code within the code section.
|
/src/distrib/sets/ |
fmt-list | 297 -- To avoid horizontal jumps for the category column, the minimum column is
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.h | 308 struct sljit_jump *jumps; member in struct:sljit_compiler 1132 jumps but destroy all flags for calls. */ 1171 Flags: does not modify flags for unconditional jumps but
|
sljitNativeSPARC_common.c | 307 jump = compiler->jumps; 357 jump = compiler->jumps;
|
sljitLir.c | 650 compiler->jumps = jump; 893 jump = compiler->jumps; 895 /* All jumps have target. */
|
sljitNativeARM_32.c | 620 jump = compiler->jumps; 742 jump = compiler->jumps;
|
sljitNativeARM_T2_32.c | 372 jump = compiler->jumps; 416 jump = compiler->jumps;
|
sljitNativeARM_64.c | 238 jump = compiler->jumps; 282 jump = compiler->jumps;
|
sljitNativeMIPS_common.c | 385 jump = compiler->jumps; 434 jump = compiler->jumps;
|
sljitNativePPC_common.c | 360 jump = compiler->jumps; 445 jump = compiler->jumps;
|
sljitNativeTILEGX_64.c | 1023 jump = compiler->jumps; 1075 jump = compiler->jumps;
|
sljitNativeX86_common.c | 503 jump = compiler->jumps; 552 jump = compiler->jumps; 585 /* Some space may be wasted because of short jumps. */
|
/src/sys/arch/amiga/amiga/ |
locore.s | 83 * This is where we wind up if the kernel jumps to location 0. 1020 * that set; the "rte" loads the PC and PSR, which jumps to "init".
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 897 /* Test rewriteable jumps. */ 3581 SLJIT_ASSERT(!compiler->labels && !compiler->jumps && !compiler->consts);
|