Home
last modified time | relevance | path

Searched defs:pos_change (Results 1 – 14 of 14) sorted by relevance

/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dchanges.cc31 auto pos_change = cur_pos - old_pos; in get_old_coord() local
45 auto pos_change = cur_pos - old_pos; in get_new_coord() local
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_paiement.sql42 pos_change double(24,8) DEFAULT 0 -- Excess received in TakePOS cash payment field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_paiement.sql42 pos_change double(24,8) DEFAULT 0 -- Excess received in TakePOS cash payment field
/dports/games/el/Eternal-Lands-1.9.5.9-1/eye_candy/
H A Deffect_staff.cpp136 const Vec3 pos_change = old_end - *pos; in idle() local
H A Deffect_sword.cpp250 const Vec3 pos_change = old_end - *end; in idle() local
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/paiement/class/
H A Dpaiement.class.php77 public $pos_change = 0; // Excess received in TakePOS cash payment variable in Paiement
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/paiement/class/
H A Dpaiement.class.php78 public $pos_change = 0; // Excess received in TakePOS cash payment variable in Paiement
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dcache2.c630 int pos_change = 0; local
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dcache2.c630 int pos_change = 0; local
/dports/biology/seqan1/seqan-1.3.1/seqan/align/
H A Dgaps_sumlist.h453 TSize pos_change = source_position - old_begin_position; in setClippedBeginPosition() local
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_svb.cpp633 bool pos_change = frame.GetLeftTop() != m_frame.GetLeftTop(); in Capture() local
H A Dcam_zwo.cpp750 bool pos_change = frame.GetLeftTop() != m_frame.GetLeftTop(); in Capture() local
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ai/
H A Dai_resource.cpp2173 Vec2i pos_change(0, 0); in AiCheckPathwayConstruction() local
2195 Vec2i pos_change(0, 0); in AiCheckPathwayConstruction() local
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Ddvb.c454 int send_diseqc(adapter *ad, int fd, int pos, int pos_change, int pol, in send_diseqc()