Home
last modified time | relevance | path

Searched defs:targ (Results 226 – 250 of 2477) sorted by relevance

12345678910>>...100

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dspkacs_c.c52 void spkacs_c ( SpiceInt targ, in spkacs_c()
H A Dspkltc_c.c53 void spkltc_c ( SpiceInt targ, in spkltc_c()
H A Dzzgfrrq.c9 /* Subroutine */ int zzgfrrq_(doublereal *et, integer *targ, integer *obs, in zzgfrrq_()
H A Dspkaps_c.c60 void spkaps_c ( SpiceInt targ, in spkaps_c()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dspkltc_c.c53 void spkltc_c ( SpiceInt targ, in spkltc_c()
H A Dspkacs_c.c52 void spkacs_c ( SpiceInt targ, in spkacs_c()
H A Dspkaps_c.c60 void spkaps_c ( SpiceInt targ, in spkaps_c()
H A Dzzgfrrq.c9 /* Subroutine */ int zzgfrrq_(doublereal *et, integer *targ, integer *obs, in zzgfrrq_()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/hw_cpu/m68k/
H A Dm68k.cpp1384 INLINE void M68K::BTST(HAM<T, TAM> &targ, unsigned wb) in BTST()
1393 INLINE void M68K::BCHG(HAM<T, TAM> &targ, unsigned wb) in BCHG()
1404 INLINE void M68K::BCLR(HAM<T, TAM> &targ, unsigned wb) in BCLR()
1415 INLINE void M68K::BSET(HAM<T, TAM> &targ, unsigned wb) in BSET()
1577 INLINE void M68K::ASL(HAM<T, TAM> &targ, unsigned count) in ASL()
1583 INLINE void M68K::ASR(HAM<T, TAM> &targ, unsigned count) in ASR()
1589 INLINE void M68K::LSL(HAM<T, TAM> &targ, unsigned count) in LSL()
1595 INLINE void M68K::LSR(HAM<T, TAM> &targ, unsigned count) in LSR()
1653 INLINE void M68K::ROL(HAM<T, TAM> &targ, unsigned count) in ROL()
1938 INLINE void M68K::JSR(HAM<T, TAM> &targ) in JSR()
[all …]
/dports/emulators/mednafen/mednafen/src/hw_cpu/m68k/
H A Dm68k.cpp1407 INLINE void M68K::BTST(HAM<T, TAM> &targ, unsigned wb) in BTST()
1416 INLINE void M68K::BCHG(HAM<T, TAM> &targ, unsigned wb) in BCHG()
1427 INLINE void M68K::BCLR(HAM<T, TAM> &targ, unsigned wb) in BCLR()
1438 INLINE void M68K::BSET(HAM<T, TAM> &targ, unsigned wb) in BSET()
1600 INLINE void M68K::ASL(HAM<T, TAM> &targ, unsigned count) in ASL()
1606 INLINE void M68K::ASR(HAM<T, TAM> &targ, unsigned count) in ASR()
1612 INLINE void M68K::LSL(HAM<T, TAM> &targ, unsigned count) in LSL()
1618 INLINE void M68K::LSR(HAM<T, TAM> &targ, unsigned count) in LSR()
1676 INLINE void M68K::ROL(HAM<T, TAM> &targ, unsigned count) in ROL()
1961 INLINE void M68K::JSR(HAM<T, TAM> &targ) in JSR()
[all …]
/dports/math/gretl/gretl-2021d/utils/scriptfix/
H A Dscriptfix.c106 void get_pkg_info (char *targ, char *src) in get_pkg_info()
180 void set_funcname (char *targ, const char *src) in set_funcname()
195 void xml_set_funcname (char *targ, const char *src) in xml_set_funcname()
/dports/games/quake2-psychomod/psychomod/src/
H A Dg_combat.c15 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage()
75 void Killed (edict_t *targ, edict_t *inflictor, edict_t *attacker, int damage, vec3_t point) in Killed()
287 void M_ReactToDamage (edict_t *targ, edict_t *attacker) in M_ReactToDamage()
362 qboolean CheckTeamDamage (edict_t *targ, edict_t *attacker) in CheckTeamDamage()
392 void T_Damage (edict_t *targ, edict_t *inflictor, edict_t *attacker, vec3_t dir, vec3_t point, vec3… in T_Damage()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/
H A Dcsim_in_html_graph_ex2.php57 $targ = array(); $alt = array(); $wtarg = array(); variable
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_bar/
H A Dbarcsim_popup.php19 $targ = array(); variable
/dports/audio/festival/festival/src/modules/MultiSyn/
H A DEST_TargetCost.cc449 float EST_DefaultTargetCost::operator()(const EST_Item* targ, const EST_Item* cand) const in operator ()() argument
479 float EST_APMLTargetCost::operator()(const EST_Item* targ, const EST_Item* cand) const in operator ()() argument
631 float EST_SingingTargetCost::operator()(const EST_Item* targ, const EST_Item* cand) const in operator ()() argument
663 float EST_SchemeTargetCost::operator()( const EST_Item* targ, const EST_Item* cand ) const in operator ()() argument
/dports/devel/ragel/ragel-6.10/ragel/
H A Dxmlcodegen.cpp221 EntryMapEl *targ = fsm->entryPoints.find( item->nameTarg->id ); in writeGoto() local
231 EntryMapEl *targ = fsm->entryPoints.find( item->nameTarg->id ); in writeCall() local
241 EntryMapEl *targ = fsm->entryPoints.find( item->nameTarg->id ); in writeNext() local
272 EntryMapEl *targ = fsm->entryPoints.find( item->nameTarg->id ); in writeEntry() local
474 EntryMapEl *targ = fsm->entryPoints.find( nameTarg->id ); in makeTargetItem() local
1184 long targ = state->eofTarget->alg.stateNum; in makeEofTrans() local
1214 long targ = -1; in makeTrans() local
/dports/emulators/qemu42/qemu-4.2.1/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu60/qemu-6.0.0/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/chardev/
H A Dchar-serial.c203 int *targ = (int *)arg; in tty_serial_ioctl() local
229 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu5/qemu-5.2.0/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu-utils/qemu-4.2.1/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dpsutils.cc36 string path, targ; in FindProcess() local

12345678910>>...100