Home
last modified time | relevance | path

Searched defs:rot (Results 1 – 25 of 2591) sorted by relevance

12345678910>>...104

/dports/comms/hamlib/hamlib-4.3.1/src/
H A Drot_settings.c84 int HAMLIB_API rot_set_level(ROT *rot, setting_t level, value_t val) in rot_set_level()
128 int HAMLIB_API rot_get_level(ROT *rot, setting_t level, value_t *val) in rot_get_level()
173 int HAMLIB_API rot_set_parm(ROT *rot, setting_t parm, value_t val) in rot_set_parm()
213 int HAMLIB_API rot_get_parm(ROT *rot, setting_t parm, value_t *val) in rot_get_parm()
255 setting_t HAMLIB_API rot_has_get_level(ROT *rot, setting_t level) in rot_has_get_level()
293 setting_t HAMLIB_API rot_has_set_level(ROT *rot, setting_t level) in rot_has_set_level()
331 setting_t HAMLIB_API rot_has_get_parm(ROT *rot, setting_t parm) in rot_has_get_parm()
368 setting_t HAMLIB_API rot_has_set_parm(ROT *rot, setting_t parm) in rot_has_set_parm()
404 setting_t HAMLIB_API rot_has_get_func(ROT *rot, setting_t func) in rot_has_get_func()
441 setting_t HAMLIB_API rot_has_set_func(ROT *rot, setting_t func) in rot_has_set_func()
[all …]
H A Drotator.c100 ROT *rot; member
110 static int add_opened_rot(ROT *rot) in add_opened_rot()
127 static int remove_opened_rot(ROT *rot) in remove_opened_rot()
220 ROT *rot; in rot_init() local
355 int HAMLIB_API rot_open(ROT *rot) in rot_open()
507 int HAMLIB_API rot_close(ROT *rot) in rot_close()
592 int HAMLIB_API rot_cleanup(ROT *rot) in rot_cleanup()
646 int HAMLIB_API rot_set_position(ROT *rot, in rot_set_position()
718 int HAMLIB_API rot_get_position(ROT *rot, in rot_get_position()
778 int HAMLIB_API rot_park(ROT *rot) in rot_park()
[all …]
H A Drot_conf.c168 int frontrot_set_conf(ROT *rot, token_t token, const char *val) in frontrot_set_conf()
367 int frontrot_get_conf(ROT *rot, token_t token, char *val) in frontrot_get_conf()
539 int HAMLIB_API rot_token_foreach(ROT *rot, in rot_token_foreach()
603 const struct confparams *HAMLIB_API rot_confparam_lookup(ROT *rot, in rot_confparam_lookup()
668 token_t HAMLIB_API rot_token_lookup(ROT *rot, const char *name) in rot_token_lookup()
703 int HAMLIB_API rot_set_conf(ROT *rot, token_t token, const char *val) in rot_set_conf()
759 int HAMLIB_API rot_get_conf(ROT *rot, token_t token, char *val) in rot_get_conf()
H A Drot_ext.c53 static int rot_has_ext_token(ROT *rot, token_t token) in rot_has_ext_token()
94 int HAMLIB_API rot_ext_func_foreach(ROT *rot, in rot_ext_func_foreach()
150 int HAMLIB_API rot_ext_level_foreach(ROT *rot, in rot_ext_level_foreach()
206 int HAMLIB_API rot_ext_parm_foreach(ROT *rot, in rot_ext_parm_foreach()
265 const struct confparams *HAMLIB_API rot_ext_lookup(ROT *rot, const char *name) in rot_ext_lookup()
317 const struct confparams *HAMLIB_API rot_ext_lookup_tok(ROT *rot, token_t token) in rot_ext_lookup_tok()
370 token_t HAMLIB_API rot_ext_token_lookup(ROT *rot, const char *name) in rot_ext_token_lookup()
/dports/comms/hamlib/hamlib-4.3.1/rotators/ts7400/
H A Dts7400.c52 static int ts7400_rot_init(ROT *rot) in ts7400_rot_init()
77 static int ts7400_rot_cleanup(ROT *rot) in ts7400_rot_cleanup()
91 static int ts7400_rot_open(ROT *rot) in ts7400_rot_open()
98 static int ts7400_rot_close(ROT *rot) in ts7400_rot_close()
105 static int ts7400_rot_set_position(ROT *rot, azimuth_t az, elevation_t el) in ts7400_rot_set_position()
125 static int ts7400_rot_get_position(ROT *rot, azimuth_t *az, elevation_t *el) in ts7400_rot_get_position()
195 static int ts7400_rot_stop(ROT *rot) in ts7400_rot_stop()
213 static int ts7400_rot_park(ROT *rot) in ts7400_rot_park()
223 static int ts7400_rot_reset(ROT *rot, rot_reset_t reset) in ts7400_rot_reset()
230 static int ts7400_rot_move(ROT *rot, int direction, int speed) in ts7400_rot_move()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Drot_dummy.c119 static int dummy_rot_init(ROT *rot) in dummy_rot_init()
167 static int dummy_rot_cleanup(ROT *rot) in dummy_rot_cleanup()
189 static int dummy_rot_open(ROT *rot) in dummy_rot_open()
196 static int dummy_rot_close(ROT *rot) in dummy_rot_close()
228 static int dummy_get_conf(ROT *rot, token_t token, char *val) in dummy_get_conf()
272 static void dummy_rot_simulate_rotation(ROT *rot) in dummy_rot_simulate_rotation()
374 static int dummy_rot_stop(ROT *rot) in dummy_rot_stop()
392 static int dummy_rot_park(ROT *rot) in dummy_rot_park()
402 static int dummy_rot_reset(ROT *rot, rot_reset_t reset) in dummy_rot_reset()
409 static int dummy_rot_move(ROT *rot, int direction, int speed) in dummy_rot_move()
[all …]
H A Dnetrotctl.c46 static int netrotctl_transaction(ROT *rot, char *cmd, int len, char *buf) in netrotctl_transaction()
75 static int netrotctl_open(ROT *rot) in netrotctl_open()
149 static int netrotctl_close(ROT *rot) in netrotctl_close()
159 static int netrotctl_set_position(ROT *rot, azimuth_t az, elevation_t el) in netrotctl_set_position()
182 static int netrotctl_get_position(ROT *rot, azimuth_t *az, elevation_t *el) in netrotctl_get_position()
214 static int netrotctl_stop(ROT *rot) in netrotctl_stop()
237 static int netrotctl_park(ROT *rot) in netrotctl_park()
259 static int netrotctl_reset(ROT *rot, rot_reset_t reset) in netrotctl_reset()
281 static int netrotctl_move(ROT *rot, int direction, int speed) in netrotctl_move()
303 static const char *netrotctl_get_info(ROT *rot) in netrotctl_get_info()
/dports/comms/hamlib/hamlib-4.3.1/rotators/easycomm/
H A Deasycomm.c103 easycomm_rot_set_position(ROT *rot, azimuth_t az, elevation_t el) in easycomm_rot_set_position()
130 easycomm_rot_get_position(ROT *rot, azimuth_t *az, elevation_t *el) in easycomm_rot_get_position()
161 easycomm_rot_stop(ROT *rot) in easycomm_rot_stop()
180 easycomm_rot_reset(ROT *rot, rot_reset_t rst) in easycomm_rot_reset()
196 easycomm_rot_park(ROT *rot) in easycomm_rot_park()
212 easycomm_rot_move(ROT *rot, int direction, int speed) in easycomm_rot_move()
253 static int easycomm_rot_move_velocity(ROT *rot, int direction, int speed) in easycomm_rot_move_velocity()
334 static int easycomm_rot_set_level(ROT *rot, setting_t level, value_t val) in easycomm_rot_set_level()
370 static const char *easycomm_rot_get_info(ROT *rot) in easycomm_rot_get_info()
392 static int easycomm_rot_get_conf(ROT *rot, token_t token, char *val) in easycomm_rot_get_conf()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rotators/rotorez/
H A Drotorez.c360 static int rotorez_rot_init(ROT *rot) in rotorez_rot_init()
388 static int rotorez_rot_cleanup(ROT *rot) in rotorez_rot_cleanup()
466 static int rt21_rot_set_position(ROT *rot, azimuth_t azimuth, in rt21_rot_set_position()
622 static int erc_rot_get_position(ROT *rot, azimuth_t *azimuth, in erc_rot_get_position()
740 static int rt21_rot_get_position(ROT *rot, azimuth_t *azimuth, in rt21_rot_get_position()
817 static int rotorez_rot_stop(ROT *rot) in rotorez_rot_stop()
839 static int rotorez_rot_reset(ROT *rot, rot_reset_t reset) in rotorez_rot_reset()
850 static int dcu1_rot_stop(ROT *rot) in dcu1_rot_stop()
976 static const char *rotorez_rot_get_info(ROT *rot) in rotorez_rot_get_info()
997 static int rotorez_send_priv_cmd(ROT *rot, const char *cmdstr) in rotorez_send_priv_cmd()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/qhop/
H A Dqhop_asite.F420 subroutine rot(angle,x,y,z,axis) subroutine
424 real*8 angle,x,y,z,x1,y1,z1
425 integer axis
/dports/science/nwchem-data/nwchem-7.0.2-release/src/qhop/
H A Dqhop_asite.F420 subroutine rot(angle,x,y,z,axis) subroutine
424 real*8 angle,x,y,z,x1,y1,z1
425 integer axis
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Drotate.h48 inline T rotl_var(T input, size_t rot) in rotl_var()
60 inline T rotr_var(T input, size_t rot) in rotr_var()
70 inline uint32_t rotl_var(uint32_t input, size_t rot) in rotl_var()
80 inline uint32_t rotr_var(uint32_t input, size_t rot) in rotr_var()
96 inline T rotate_left(T input, size_t rot) in rotate_left()
104 inline T rotate_right(T input, size_t rot) in rotate_right()
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Drotate.h48 inline T rotl_var(T input, size_t rot) in rotl_var()
60 inline T rotr_var(T input, size_t rot) in rotr_var()
70 inline uint32_t rotl_var(uint32_t input, size_t rot) in rotl_var()
80 inline uint32_t rotr_var(uint32_t input, size_t rot) in rotr_var()
96 inline T rotate_left(T input, size_t rot) in rotate_left()
104 inline T rotate_right(T input, size_t rot) in rotate_right()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Drotate.h48 inline T rotl_var(T input, size_t rot) in rotl_var()
60 inline T rotr_var(T input, size_t rot) in rotr_var()
70 inline uint32_t rotl_var(uint32_t input, size_t rot) in rotl_var()
80 inline uint32_t rotr_var(uint32_t input, size_t rot) in rotr_var()
96 inline T rotate_left(T input, size_t rot) in rotate_left()
104 inline T rotate_right(T input, size_t rot) in rotate_right()
/dports/comms/hamlib/hamlib-4.3.1/rotators/ether6/
H A Dether6.c50 static int ether_transaction(ROT *rot, char *cmd, int len, char *buf) in ether_transaction()
89 static int ether_rot_open(ROT *rot) in ether_rot_open()
123 static int ether_rot_close(ROT *rot) in ether_rot_close()
192 static int ether_rot_stop(ROT *rot) in ether_rot_stop()
218 static int ether_rot_park(ROT *rot) in ether_rot_park()
240 static int ether_rot_reset(ROT *rot, rot_reset_t reset) in ether_rot_reset()
267 static int ether_rot_move(ROT *rot, int direction, int speed) in ether_rot_move()
316 static int ether_rot_get_level(ROT *rot, setting_t level, value_t *val) in ether_rot_get_level()
336 static int ether_rot_set_level(ROT *rot, setting_t level, value_t val) in ether_rot_set_level()
370 static const char *ether_rot_get_info(ROT *rot) in ether_rot_get_info()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rotators/meade/
H A Dmeade.c102 static int meade_transaction(ROT *rot, const char *cmdstr, in meade_transaction()
164 static int meade_init(ROT *rot) in meade_init()
192 static int meade_cleanup(ROT *rot) in meade_cleanup()
209 static int meade_open(ROT *rot) in meade_open()
251 static int meade_close(ROT *rot) in meade_close()
264 static int meade_set_position(ROT *rot, azimuth_t az, elevation_t el) in meade_set_position()
370 static int meade_stop(ROT *rot) in meade_stop()
390 static int meade_park(ROT *rot) in meade_park()
403 static int meade_reset(ROT *rot, rot_reset_t reset) in meade_reset()
414 static int meade_move(ROT *rot, int direction, int speed) in meade_move()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/extraFunctions/
H A Drotate.c235 VisuNodeMoverRotation *rot; in visu_node_mover_rotation_finalize() local
255 VisuNodeMoverRotation *rot; in _validate() local
269 VisuNodeMoverRotation *rot; in _setup() local
279 VisuNodeMoverRotation *rot; in _apply() local
304 VisuNodeMoverRotation *rot; in _push() local
320 VisuNodeMoverRotation *rot; in _undo() local
408 gboolean visu_node_mover_rotation_setCenter(VisuNodeMoverRotation *rot, in visu_node_mover_rotation_setCenter()
433 gboolean visu_node_mover_rotation_setAxis(VisuNodeMoverRotation *rot, in visu_node_mover_rotation_setAxis()
458 gfloat visu_node_mover_rotation_getAngle(const VisuNodeMoverRotation *rot) in visu_node_mover_rotation_getAngle()
473 void visu_node_mover_rotation_getCenter(const VisuNodeMoverRotation *rot, in visu_node_mover_rotation_getCenter()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rotators/ars/
H A Dars.c96 static int ars_clear_ctrl_pin(ROT *rot, unsigned char pin) in ars_clear_ctrl_pin()
106 static int ars_set_ctrl_pin(ROT *rot, unsigned char pin) in ars_set_ctrl_pin()
126 static int ars_set_data_pin(ROT *rot, unsigned char pin) in ars_set_data_pin()
136 static int ars_has_el(const ROT *rot) in ars_has_el()
144 ars_init(ROT *rot) in ars_init()
176 ars_cleanup(ROT *rot) in ars_cleanup()
193 ars_open(ROT *rot) in ars_open()
223 ars_close(ROT *rot) in ars_close()
238 ars_stop(ROT *rot) in ars_stop()
268 ars_move(ROT *rot, int direction, int speed) in ars_move()
[all …]
/dports/games/memonix/MemonixSourceCode/src/
H A Dgame.cpp226 bool rot=false; in Game() local
268 bool rot=false; in Game() local
338 bool rot=false; in Game() local
363 bool rot=false; in Game() local
412 bool rot=false; in Game() local
701 bool rot=false; in Game() local
738 bool rot=false; in Game() local
775 bool rot=false; in Game() local
812 bool rot=false; in Game() local
956 bool rot=false; in Game() local
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rotators/gs232a/
H A Dgs232b.c63 gs232b_transaction(ROT *rot, const char *cmdstr, in gs232b_transaction()
180 gs232b_rot_set_position(ROT *rot, azimuth_t az, elevation_t el) in gs232b_rot_set_position()
214 gs232b_rot_get_position(ROT *rot, azimuth_t *az, elevation_t *el) in gs232b_rot_get_position()
253 gs232b_rot_stop(ROT *rot) in gs232b_rot_stop()
271 static int gs232b_rot_get_level(ROT *rot, setting_t level, value_t *val) in gs232b_rot_get_level()
291 static int gs232b_rot_set_level(ROT *rot, setting_t level, value_t val) in gs232b_rot_set_level()
335 static int gs232b_rot_move(ROT *rot, int direction, int speed) in gs232b_rot_move()
399 static int gs232b_rot_init(ROT *rot) in gs232b_rot_init()
/dports/comms/hamlib/hamlib-4.3.1/rotators/satel/
H A Dsatel.c118 static int satel_cmd(ROT *rot, char *cmd, int cmdlen, char *res, int reslen) in satel_cmd()
153 static int satel_read_status(ROT *rot, satel_stat_t *stat) in satel_read_status()
236 static int satel_get_status(ROT *rot, satel_stat_t *stat) in satel_get_status()
253 static int satel_rot_open(ROT *rot) in satel_rot_open()
290 static int satel_rot_set_position(ROT *rot, azimuth_t az, elevation_t el) in satel_rot_set_position()
339 static int satel_rot_get_position(ROT *rot, azimuth_t *az, elevation_t *el) in satel_rot_get_position()
363 static int satel_rot_stop(ROT *rot) in satel_rot_stop()
372 static const char *satel_rot_get_info(ROT *rot) in satel_rot_get_info()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/
H A DRunningObjectTable_Test.java75 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in Register() local
86 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in Revoke() local
98 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in IsRunning() local
109 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in GetObject() local
152 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in NoteChangeTime() local
164 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in GetTimeOfLastChange() local
176 IRunningObjectTable rot = new RunningObjectTable(pprot.getValue()); in EnumRunning() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c94 struct rot_context *rot = arg; in rotator_irq_handler() local
138 static void rotator_src_set_buf(struct rot_context *rot, in rotator_src_set_buf()
160 static void rotator_dst_set_transf(struct rot_context *rot, in rotator_dst_set_transf()
186 static void rotator_dst_set_buf(struct rot_context *rot, in rotator_dst_set_buf()
205 static void rotator_start(struct rot_context *rot) in rotator_start()
220 struct rot_context *rot = in rotator_commit() local
241 struct rot_context *rot = dev_get_drvdata(dev); in rotator_bind() local
261 struct rot_context *rot = dev_get_drvdata(dev); in rotator_unbind() local
277 struct rot_context *rot; in rotator_probe() local
343 struct rot_context *rot = dev_get_drvdata(dev); in rotator_runtime_suspend() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c94 struct rot_context *rot = arg; in rotator_irq_handler() local
138 static void rotator_src_set_buf(struct rot_context *rot, in rotator_src_set_buf()
160 static void rotator_dst_set_transf(struct rot_context *rot, in rotator_dst_set_transf()
186 static void rotator_dst_set_buf(struct rot_context *rot, in rotator_dst_set_buf()
205 static void rotator_start(struct rot_context *rot) in rotator_start()
220 struct rot_context *rot = in rotator_commit() local
241 struct rot_context *rot = dev_get_drvdata(dev); in rotator_bind() local
261 struct rot_context *rot = dev_get_drvdata(dev); in rotator_unbind() local
277 struct rot_context *rot; in rotator_probe() local
343 struct rot_context *rot = dev_get_drvdata(dev); in rotator_runtime_suspend() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c94 struct rot_context *rot = arg; in rotator_irq_handler() local
138 static void rotator_src_set_buf(struct rot_context *rot, in rotator_src_set_buf()
160 static void rotator_dst_set_transf(struct rot_context *rot, in rotator_dst_set_transf()
186 static void rotator_dst_set_buf(struct rot_context *rot, in rotator_dst_set_buf()
205 static void rotator_start(struct rot_context *rot) in rotator_start()
220 struct rot_context *rot = in rotator_commit() local
241 struct rot_context *rot = dev_get_drvdata(dev); in rotator_bind() local
261 struct rot_context *rot = dev_get_drvdata(dev); in rotator_unbind() local
277 struct rot_context *rot; in rotator_probe() local
343 struct rot_context *rot = dev_get_drvdata(dev); in rotator_runtime_suspend() local
[all …]

12345678910>>...104