Home
last modified time | relevance | path

Searched refs:do_rotate (Results 1 – 25 of 123) sorted by relevance

12345

/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/molutil/
H A Dtest_molutil.py44 …s22_12.scramble(do_shift=True, do_rotate=True, do_resort=True, do_plot=False, verbose=0, do_test=T…
53 do_shift=True, do_rotate=True, do_resort=False, do_plot=False, verbose=2, do_test=True
67 do_shift=False, do_rotate=False, do_resort=False, do_plot=False, verbose=2, do_test=True
89 …do_shift=True, do_rotate=True, do_resort=True, do_plot=False, verbose=0, do_mirror=False, do_test=…
92 …do_shift=True, do_rotate=True, do_resort=False, do_plot=False, verbose=1, do_mirror=False, do_test…
96 …do_shift=True, do_rotate=True, do_resort=True, do_plot=False, verbose=0, do_mirror=True, do_test=T…
292 4, do_resort=False, do_shift=False, do_rotate=False, deflection=1.0, do_mirror=False
327 do_rotate=[
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_logger.erl69 do_rotate(ets:first(yaws_log), LogWrapSize).
123 do_rotate('$end_of_table', _) -> function
125 do_rotate(Id, LogWrapSize) -> function
129 do_rotate(ets:next(yaws_log, Id), LogWrapSize).
/dports/devel/p5-File-Write-Rotate/File-Write-Rotate-0.321/lib/File/Write/
H A DRotate.pm291 my ($do_open, $do_rotate) = @_;
305 $do_rotate++;
317 $do_rotate++;
334 $do_rotate++;
353 $self->_rotate_and_delete(%rotate_params) if $do_rotate;
354 $self->_open if $do_rotate || $do_open; # (re)open
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/
H A Dnrjac.cpp48 static inline void do_rotate(double** a, int i, int j, int k, int l, double tau, double s) in do_rotate() function
140 do_rotate(a, j, ip, j, iq, tau, s); in jacobi()
144 do_rotate(a, ip, j, j, iq, tau, s); in jacobi()
148 do_rotate(a, ip, j, iq, j, tau, s); in jacobi()
152 do_rotate(v, j, ip, j, iq, tau, s); in jacobi()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dfile_logger.c119 static int do_rotate(LOGGER_HANDLE *log) in do_rotate() function
176 if (logger_time_to_rotate(log) && do_rotate(log)) in logger_vprintf()
201 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
225 result= do_rotate(log); in logger_rotate()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dfile_logger.c118 static int do_rotate(LOGGER_HANDLE *log)
175 if (logger_time_to_rotate(log) && do_rotate(log))
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log))
224 result= do_rotate(log);
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dfile_logger.c118 static int do_rotate(LOGGER_HANDLE *log) in do_rotate() function
175 if (logger_time_to_rotate(log) && do_rotate(log)) in logger_vprintf()
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
224 result= do_rotate(log); in logger_rotate()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dfile_logger.c118 static int do_rotate(LOGGER_HANDLE *log) in do_rotate() function
175 if (logger_time_to_rotate(log) && do_rotate(log)) in logger_vprintf()
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
224 result= do_rotate(log); in logger_rotate()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dfile_logger.c118 static int do_rotate(LOGGER_HANDLE *log) in do_rotate() function
175 if (logger_time_to_rotate(log) && do_rotate(log)) in logger_vprintf()
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
224 result= do_rotate(log); in logger_rotate()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dfile_logger.c119 static int do_rotate(LOGGER_HANDLE *log) in do_rotate() function
176 if (logger_time_to_rotate(log) && do_rotate(log)) in logger_vprintf()
201 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
225 result= do_rotate(log); in logger_rotate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/src/jni/
H A Dandroidvideotracksource.cc142 bool do_rotate = apply_rotation(); in OnTextureFrameCaptured() local
144 if (do_rotate) { in OnTextureFrameCaptured()
156 do_rotate ? webrtc::kVideoRotation_0 in OnTextureFrameCaptured()
/dports/graphics/clutter-gtk3/clutter-gtk-1.8.4/examples/
H A Dgtk-clutter-test-actor.c14 static gboolean do_rotate = TRUE; variable
27 if (!do_rotate) in frame_cb()
137 do_rotate = FALSE; in main()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/rotate/
H A Drotate.cpp24 static void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle);
110 do_rotate(src,image,param.angle); in getNextFrame()
176 void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle) in do_rotate() function
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/rotate/
H A Drotate.cpp24 static void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle);
110 do_rotate(src,image,param.angle); in getNextFrame()
176 void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle) in do_rotate() function
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/rotate/
H A Drotate.cpp24 static void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle);
110 do_rotate(src,image,param.angle); in getNextFrame()
176 void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle) in do_rotate() function
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/rotate/
H A Drotate.cpp24 static void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle);
110 do_rotate(src,image,param.angle); in getNextFrame()
176 void do_rotate(ADMImage *source,ADMImage *target,uint32_t angle) in do_rotate() function
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFAnnotationObjectHelper.cc209 bool do_rotate = (rotate && (flags & an_no_rotate)); in getPageContentForAppearance() local
210 if (do_rotate) in getPageContentForAppearance()
272 if (do_rotate) in getPageContentForAppearance()
/dports/graphics/xaos/XaoS-release-4.2.1/src/engine/
H A Drotated.h2 static void do_rotate(void *data, struct taskinfo */*task*/, int r1, int r2) in do_rotate() function
52 #undef do_rotate
H A Drotate.cpp23 #define do_rotate do_rotate8 macro
27 #define do_rotate do_rotate32 macro
31 #define do_rotate do_rotate24 macro
35 #define do_rotate do_rotate16 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c43 static bool do_rotate; variable
79 if (do_rotate) in set_keys()
264 if (do_rotate && ((n_loops % key_rotate_interval) == 0)) { in run_one_test()
312 do_rotate = true; in parse_opts()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c43 static bool do_rotate; variable
79 if (do_rotate) in set_keys()
264 if (do_rotate && ((n_loops % key_rotate_interval) == 0)) { in run_one_test()
312 do_rotate = true; in parse_opts()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c43 static bool do_rotate; variable
79 if (do_rotate) in set_keys()
264 if (do_rotate && ((n_loops % key_rotate_interval) == 0)) { in run_one_test()
312 do_rotate = true; in parse_opts()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dpoints.c37 void do_rotate(fix x, fix y, fix z, fix *rx, fix *ry, fix *rz);
41do_rotate(v->gX - _view_position.gX, v->gY - _view_position.gY, v->gZ - _view_position.gZ, x, y, z)
331 do_rotate(v->gX, v->gY, v->gZ, &point->gX, &point->gY, &point->gZ); in g3_rotate_light_norm()
369 void do_rotate(fix x, fix y, fix z, fix *rx, fix *ry, fix *rz) { in do_rotate() function
466 do_rotate(dx, dy, dz, &dest->gX, &dest->gY, &dest->gZ); in g3_rotate_delta_xyz()
472 do_rotate(src->gX, src->gY, src->gZ, &dest->gX, &dest->gY, &dest->gZ); in g3_rotate_delta_v()
603 do_rotate(dx, dy, dz, &rx, &ry, &rz); in g3_add_delta_xyz()
779 do_rotate(dx, dy, dz, &point->gX, &point->gY, &point->gZ); in g3_copy_add_delta_xyz()
/dports/net/kea/kea-2.0.1/src/bin/lfc/
H A Dlfc_controller.cc63 bool do_rotate = true; in launch() local
119 do_rotate = false; in launch()
128 if (do_rotate) { in launch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_csv/
H A Dmod_cdr_csv.c96 static void do_rotate(cdr_fd_t *fd) function
162 do_rotate(fd);
167 do_rotate(fd);
290 do_rotate(fd);

12345