Home
last modified time | relevance | path

Searched refs:new_trap (Results 1 – 15 of 15) sorted by relevance

/dports/devel/p5-Algorithm-Evolutionary/Algorithm-Evolutionary-0.82.1/t/
H A D0304-trap.t30 my $new_trap = new Algorithm::Evolutionary::Fitness::Trap( 4, 2, 3, 2 );
31 ok( $new_trap->trap( $string ) > 0, "Seems to work" );
32 ok( $new_trap->trap( $string ) > 0, "From cache" );
36 my $resultado = $new_trap->trap( $binary );
/dports/games/angband/Angband-4.2.2/src/
H A Dtrap.c348 struct trap *new_trap; in place_trap() local
362 new_trap = mem_zalloc(sizeof(*new_trap)); in place_trap()
363 new_trap->next = square_trap(c, grid); in place_trap()
364 square_set_trap(c, grid, new_trap); in place_trap()
367 new_trap->t_idx = t_idx; in place_trap()
368 new_trap->kind = &trap_info[t_idx]; in place_trap()
369 new_trap->grid = grid; in place_trap()
370 new_trap->power = randcalc(new_trap->kind->power, trap_level, RANDOMISE); in place_trap()
371 trf_copy(new_trap->flags, trap_info[t_idx].flags); in place_trap()
/dports/cad/jspice3/jspice3-2.5/src/lib/analysis/
H A Dpzstr.c424 int new_trap; local
426 new_trap = 0;
443 new_trap = 1;
448 new_trap = 2;
482 new_trap = 3;
493 new_trap = 3; /* still */
507 if (Consec_Moves >= 3 && CKTpzTrapped == new_trap) {
508 new_trap = CKTpzTrapped;
519 CKTpzTrapped = new_trap;
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/analysis/
H A Dcktpzstr.c407 int new_trap; in CKTpzStrat() local
409 new_trap = 0; in CKTpzStrat()
423 new_trap = 1; in CKTpzStrat()
427 new_trap = 2; in CKTpzStrat()
458 new_trap = 3; in CKTpzStrat()
467 new_trap = 3; /* still */ in CKTpzStrat()
480 if (Consec_Moves >= 3 && CKTpzTrapped == new_trap) { in CKTpzStrat()
481 new_trap = CKTpzTrapped; in CKTpzStrat()
492 CKTpzTrapped = new_trap; in CKTpzStrat()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dseg_helper.c205 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
273 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
289 new_trap = 0; in switch_tss_ra()
294 (void)new_trap; in switch_tss_ra()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dseg_helper.c205 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
273 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
289 new_trap = 0; in switch_tss_ra()
294 (void)new_trap; in switch_tss_ra()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c221 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss() local
287 new_trap = cpu_ldl_kernel(env, tss_base + 0x64); in switch_tss()
303 new_trap = 0; in switch_tss()
308 (void)new_trap; in switch_tss()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dseg_helper.c246 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
314 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
331 new_trap = 0; in switch_tss_ra()
336 (void)new_trap; in switch_tss_ra()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c221 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss() local
287 new_trap = cpu_ldl_kernel(env, tss_base + 0x64); in switch_tss()
303 new_trap = 0; in switch_tss()
308 (void)new_trap; in switch_tss()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dseg_helper.c246 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
314 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
331 new_trap = 0; in switch_tss_ra()
336 (void)new_trap; in switch_tss_ra()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dseg_helper.c246 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
314 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
331 new_trap = 0; in switch_tss_ra()
336 (void)new_trap; in switch_tss_ra()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dseg_helper.c246 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
314 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
331 new_trap = 0; in switch_tss_ra()
336 (void)new_trap; in switch_tss_ra()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dseg_helper.c246 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
314 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
331 new_trap = 0; in switch_tss_ra()
336 (void)new_trap; in switch_tss_ra()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dseg_helper.c246 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
314 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
331 new_trap = 0; in switch_tss_ra()
336 (void)new_trap; in switch_tss_ra()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dseg_helper.c247 uint32_t new_eflags, new_eip, new_cr3, new_ldt, new_trap; in switch_tss_ra() local
315 new_trap = cpu_ldl_kernel_ra(env, tss_base + 0x64, retaddr); in switch_tss_ra()
332 new_trap = 0; in switch_tss_ra()
337 (void)new_trap; in switch_tss_ra()