Home
last modified time | relevance | path

Searched refs:v_time (Results 51 – 75 of 252) sorted by relevance

1234567891011

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dclarinet.h93 MYFLT v_time; member
H A Dsingwave.h65 MYFLT v_time; member
H A Dmodal4.h51 MYFLT v_time; member
H A Dbrass.h108 MYFLT v_time; member
H A Dsingwave.c87 p->v_time = FL(0.0); in make_Modulatr()
105 lastOutput = Wave_tick(&p->v_time, p->wave->flen, p->wave->ftable, in Modulatr_tick()
117 p->v_rate, p->v_time, p->vibAmt);
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--1.5.1--1.6.0.sql425 v_time timestamp;
457 FOREACH v_time IN ARRAY p_partition_times LOOP
459 v_partition_suffix := to_char(v_time, 'YYYY');
461 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
463 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'DD');
473 v_partition_timestamp_start := v_time;
475 v_partition_timestamp_end := v_time + v_part_interval;
478 Child partition creation after time % skipped', v_time;
485 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
490 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.7.2--1.8.0.sql544 v_time timestamp;
624 FOREACH v_time IN ARRAY p_partition_times LOOP
625 v_partition_timestamp_start := v_time;
627 v_partition_timestamp_end := v_time + v_part_interval;
630 Child partition creation after time % skipped', v_time;
637 v_partition_suffix := to_char(v_time, 'YYYY');
639 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
652 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
657 v_year := to_char(v_time, 'YYYY');
658 v_quarter := to_char(v_time, 'Q');
[all …]
H A Dpg_partman--2.2.2--2.2.3.sql810 v_time timestamp;
856 FOREACH v_time IN ARRAY p_partition_times LOOP
857 v_partition_timestamp_start := v_time;
859 v_partition_timestamp_end := v_time + v_partition_interval;
862 Child partition creation after time % skipped', v_time;
864 …e_step(v_step_overflow_id, 'CRITICAL', 'Child partition creation after time '||v_time||' skipped');
870 IF v_time < v_sub_timestamp_min OR v_time > v_sub_timestamp_max THEN
876 v_partition_suffix := to_char(v_time, v_datetime_string);
H A Dpg_partman--3.1.3--3.2.0.sql1312 v_time timestamptz;
1387 FOREACH v_time IN ARRAY p_partition_times LOOP
1388 v_partition_timestamp_start := v_time;
1390 v_partition_timestamp_end := v_time + v_partition_interval;
1393 Child partition creation after time % skipped', v_time;
1395 …e_step(v_step_overflow_id, 'CRITICAL', 'Child partition creation after time '||v_time||' skipped');
1402 IF v_time < v_sub_timestamp_min OR v_time > v_sub_timestamp_max THEN
1408 v_partition_suffix := to_char(v_time, v_datetime_string);
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dvalidator.c1698 time_t v_time; in sanitize_geometry_column_common() local
2182 time (&v_time); in sanitize_geometry_column_common()
2183 v_tm = localtime (&v_time); in sanitize_geometry_column_common()
2467 time_t v_time; in sanitize_all_geometry_columns_common() local
2512 time (&v_time); in sanitize_all_geometry_columns_common()
2513 v_tm = localtime (&v_time); in sanitize_all_geometry_columns_common()
2925 time_t v_time; in check_geometry_column_common() local
3215 time (&v_time); in check_geometry_column_common()
3216 v_tm = localtime (&v_time); in check_geometry_column_common()
3468 time_t v_time; in check_all_geometry_columns_common() local
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/
H A Dcallback_command_delegate.h57 MYSQL_TIME v_time; member
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dcallback_command_delegate.h55 MYSQL_TIME v_time; member
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dcallback_command_delegate.h55 MYSQL_TIME v_time; member
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dcallback_command_delegate.h55 MYSQL_TIME v_time; member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dcallback_command_delegate.h55 MYSQL_TIME v_time; member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dcallback_command_delegate.h55 MYSQL_TIME v_time; member
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dcallback_command_delegate.h55 MYSQL_TIME v_time; member
/dports/databases/postgresql12-client/postgresql-12.9/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql13-server/postgresql-13.5/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql14-server/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/modules/test_ddl_deparse/sql/
H A Dcreate_table.sql29 v_time TIME, field

1234567891011