/src/games/battlestar/ |
command3.c | 68 jump(void) function in typeref:typename:int
|
command3.c | 68 jump(void) function in typeref:typename:int
|
/src/sys/arch/hpc/stand/hpcboot/mips/ |
mips_arch.cpp | 118 MIPSArchitecture::jump(paddr_t info, paddr_t pvec) function in class:MIPSArchitecture 138 DPRINTF((TEXT("jump to 0x%08x (info=0x%08x, pvec=0x%08x)\n"), 145 // jump to 2nd-loader(run kseg0)
|
mips_arch.cpp | 118 MIPSArchitecture::jump(paddr_t info, paddr_t pvec) function in class:MIPSArchitecture 138 DPRINTF((TEXT("jump to 0x%08x (info=0x%08x, pvec=0x%08x)\n"), 145 // jump to 2nd-loader(run kseg0)
|
/src/sys/arch/hpc/stand/hpcboot/sh3/ |
sh_arch.cpp | 104 SHArchitecture::jump(paddr_t info, paddr_t pvec) function in class:SHArchitecture 133 // jump to 2nd loader.(run P1) at this time I still use MMU.
|
sh_arch.cpp | 104 SHArchitecture::jump(paddr_t info, paddr_t pvec) function in class:SHArchitecture 133 // jump to 2nd loader.(run P1) at this time I still use MMU.
|
/src/sys/dev/ |
kloader.h | 46 * lined list of new kernel pieces. and then, jump to kernel 52 * koader_jumpfunc_t jump to boot loader described abobe. 60 kloader_jumpfunc_t *jump; member in struct:kloader_ops
|
kloader.h | 46 * lined list of new kernel pieces. and then, jump to kernel 52 * koader_jumpfunc_t jump to boot loader described abobe. 60 kloader_jumpfunc_t *jump; member in struct:kloader_ops
|
/src/sys/arch/hpc/stand/hpcboot/arm/ |
arm_sa1100.cpp | 64 /* jump to 2nd loader */ 160 // don't writeback D-cache here. make sure to writeback before jump. 176 SA1100Architecture::jump(paddr_t info, paddr_t pvec) function in class:SA1100Architecture
|
arm_sa1100.cpp | 64 /* jump to 2nd loader */ 160 // don't writeback D-cache here. make sure to writeback before jump. 176 SA1100Architecture::jump(paddr_t info, paddr_t pvec) function in class:SA1100Architecture
|
arm_pxa2x0.cpp | 64 /* jump to 2nd loader */ 170 // don't writeback D-cache here. make sure to writeback before jump. 186 PXA2X0Architecture::jump(paddr_t info, paddr_t pvec) function in class:PXA2X0Architecture
|
arm_pxa2x0.cpp | 64 /* jump to 2nd loader */ 170 // don't writeback D-cache here. make sure to writeback before jump. 186 PXA2X0Architecture::jump(paddr_t info, paddr_t pvec) function in class:PXA2X0Architecture
|
/src/games/rogue/ |
move.c | 59 boolean jump = 0; variable in typeref:typename:boolean 133 if (!jump) {
|
move.c | 59 boolean jump = 0; variable in typeref:typename:boolean 133 if (!jump) {
|
/src/games/wump/ |
wump.c | 125 static void jump(int); 373 jump(next_room = (random() % room_num) + 1); 843 jump(int where) function in typeref:typename:void
|
wump.c | 125 static void jump(int); 373 jump(next_room = (random() % room_num) + 1); 843 jump(int where) function in typeref:typename:void
|
/src/sys/arch/mips/mips/ |
db_interface.c | 1015 * Determine whether the instruction makes a jump. 1021 bool jump; local in function:inst_unconditional_flow_transfer 1024 jump = (i.JType.op == OP_J) || 1026 return jump;
|
db_interface.c | 1015 * Determine whether the instruction makes a jump. 1021 bool jump; local in function:inst_unconditional_flow_transfer 1024 jump = (i.JType.op == OP_J) || 1026 return jump;
|
/src/usr.bin/man/ |
man.c | 122 static void jump(char **, const char *, const char *) __dead; 184 jump(argv, "-f", "whatis"); 187 jump(argv, "-k", "apropos"); 950 * jump -- 951 * strip out flag argument and jump 954 jump(char **argv, const char *flag, const char *name) function in typeref:typename:void
|
man.c | 122 static void jump(char **, const char *, const char *) __dead; 184 jump(argv, "-f", "whatis"); 187 jump(argv, "-k", "apropos"); 950 * jump -- 951 * strip out flag argument and jump 954 jump(char **argv, const char *flag, const char *name) function in typeref:typename:void
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 84 struct sljit_jump* jump; local in function:cond_set 88 jump = sljit_emit_jump(compiler, type); 91 sljit_set_label(jump, label); 1178 struct sljit_jump* jump = NULL; local in function:test15 1204 jump = sljit_emit_jump(compiler, SLJIT_CALL3 | SLJIT_REWRITABLE_JUMP); 1205 sljit_set_target(jump, (sljit_sw)-1); 1243 sljit_set_jump_addr(sljit_get_jump_addr(jump), SLJIT_FUNC_OFFSET(func), sljit_get_executable_offset(compiler)); 1266 struct sljit_jump *jump; local in function:test16 1287 jump = sljit_emit_jump(compiler, SLJIT_CALL2); 1288 sljit_set_label(jump, entry) 1532 struct sljit_jump* jump; local in function:test20 1635 struct sljit_jump* jump = NULL; local in function:test21 2905 struct sljit_jump* jump; local in function:test33 3011 struct sljit_jump *jump; local in function:test34 3128 struct sljit_jump *jump = NULL; local in function:test35 3203 struct sljit_jump* jump; local in function:cmp_test 3465 struct sljit_jump* jump; local in function:test38 3553 struct sljit_jump* jump; local in function:test39 4144 struct sljit_jump* jump; local in function:test43 4269 struct sljit_jump* jump; local in function:test45 4902 struct sljit_jump* jump; local in function:test51 5031 struct sljit_jump* jump; local in function:test52 [all...] |
sljitTest.c | 84 struct sljit_jump* jump; local in function:cond_set 88 jump = sljit_emit_jump(compiler, type); 91 sljit_set_label(jump, label); 1178 struct sljit_jump* jump = NULL; local in function:test15 1204 jump = sljit_emit_jump(compiler, SLJIT_CALL3 | SLJIT_REWRITABLE_JUMP); 1205 sljit_set_target(jump, (sljit_sw)-1); 1243 sljit_set_jump_addr(sljit_get_jump_addr(jump), SLJIT_FUNC_OFFSET(func), sljit_get_executable_offset(compiler)); 1266 struct sljit_jump *jump; local in function:test16 1287 jump = sljit_emit_jump(compiler, SLJIT_CALL2); 1288 sljit_set_label(jump, entry) 1532 struct sljit_jump* jump; local in function:test20 1635 struct sljit_jump* jump = NULL; local in function:test21 2905 struct sljit_jump* jump; local in function:test33 3011 struct sljit_jump *jump; local in function:test34 3128 struct sljit_jump *jump = NULL; local in function:test35 3203 struct sljit_jump* jump; local in function:cmp_test 3465 struct sljit_jump* jump; local in function:test38 3553 struct sljit_jump* jump; local in function:test39 4144 struct sljit_jump* jump; local in function:test43 4269 struct sljit_jump* jump; local in function:test45 4902 struct sljit_jump* jump; local in function:test51 5031 struct sljit_jump* jump; local in function:test52 [all...] |
/src/sys/net/ |
bpfjit.c | 343 append_jump(struct sljit_jump *jump, struct sljit_jump ***jumps, 349 (*jumps)[(*size)++] = jump; 530 struct sljit_jump *jump; local in function:emit_xcall 568 jump = sljit_emit_cmp(compiler, 572 if (jump == NULL) 574 if (!append_jump(jump, ret0, ret0_size, ret0_maxsize)) 623 jump = sljit_emit_cmp(compiler, 628 if (jump == NULL) 631 if (!append_jump(jump, ret0, ret0_size, ret0_maxsize)) 667 struct sljit_jump *jump; local in function:emit_cop 809 struct sljit_jump *jump; local in function:emit_pkt_read 1003 struct sljit_jump *jump, *over_mchain_jump; local in function:emit_msh 1705 struct sljit_jump *jump; local in function:generate_insn_code [all...] |
bpfjit.c | 343 append_jump(struct sljit_jump *jump, struct sljit_jump ***jumps, 349 (*jumps)[(*size)++] = jump; 530 struct sljit_jump *jump; local in function:emit_xcall 568 jump = sljit_emit_cmp(compiler, 572 if (jump == NULL) 574 if (!append_jump(jump, ret0, ret0_size, ret0_maxsize)) 623 jump = sljit_emit_cmp(compiler, 628 if (jump == NULL) 631 if (!append_jump(jump, ret0, ret0_size, ret0_maxsize)) 667 struct sljit_jump *jump; local in function:emit_cop 809 struct sljit_jump *jump; local in function:emit_pkt_read 1003 struct sljit_jump *jump, *over_mchain_jump; local in function:emit_msh 1705 struct sljit_jump *jump; local in function:generate_insn_code [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_perf.c | 1768 u32 *batch, *ts0, *cs, *jump; local in function:alloc_noa_wait 1786 * We pin in GGTT because we jump into this buffer now because 1787 * multiple OA config BOs will have a jump to this address and it 1827 * This is the location we're going to jump back into until the 1830 jump = cs; 1858 * to be used for the predicated jump. 1895 * predicated jump. 1901 /* Predicate the jump. */ 1906 *cs++ = i915_ggtt_offset(vma) + (jump - batch) * 4; 2011 /* Jump into the active wait. * [all...] |