Home
last modified time | relevance | path

Searched refs:v_time (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/hardware/cpu/
H A Dcpu_kerndata.c67 cpu2->user_ticks = (unsigned long long)vminfo[i].v_time[V_CPU_USER]; in netsnmp_cpu_arch_load()
68 cpu2->idle_ticks = (unsigned long long)vminfo[i].v_time[V_CPU_IDLE]; in netsnmp_cpu_arch_load()
69 cpu2->kern_ticks = (unsigned long long)vminfo[i].v_time[V_CPU_KERNEL]; in netsnmp_cpu_arch_load()
70 cpu2->wait_ticks = (unsigned long long)vminfo[i].v_time[V_CPU_STREAM]; in netsnmp_cpu_arch_load()
71 cpu2->sys2_ticks = (unsigned long long)vminfo[i].v_time[V_CPU_KERNEL]+ in netsnmp_cpu_arch_load()
72 vminfo[i].v_time[V_CPU_STREAM]; in netsnmp_cpu_arch_load()
76 cpu->user_ticks += (unsigned long long)vminfo[i].v_time[V_CPU_USER]; in netsnmp_cpu_arch_load()
77 cpu->idle_ticks += (unsigned long long)vminfo[i].v_time[V_CPU_IDLE]; in netsnmp_cpu_arch_load()
78 cpu->kern_ticks += (unsigned long long)vminfo[i].v_time[V_CPU_KERNEL]; in netsnmp_cpu_arch_load()
79 cpu->wait_ticks += (unsigned long long)vminfo[i].v_time[V_CPU_STREAM]; in netsnmp_cpu_arch_load()
[all …]
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--0.2.0--0.3.0.sql142 v_time timestamp;
153 FOREACH v_time IN ARRAY p_partition_times LOOP
158 v_partition_name := v_partition_name || to_char(v_time, 'YYYY');
161 v_partition_name := v_partition_name || '_' || to_char(v_time, 'MM');
171 IF date_part('minute', v_time) < 15 THEN
173 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
175 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
181 IF date_part('minute', v_time) < 30 THEN
191 … v_partition_name := v_partition_name || to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
200 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.4.0--1.4.1.sql146 v_time timestamp;
159 FOREACH v_time IN ARRAY p_partition_times LOOP
162 v_partition_suffix := to_char(v_time, 'YYYY');
166 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
179 IF date_part('minute', v_time) < 15 THEN
181 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
183 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
190 IF date_part('minute', v_time) < 30 THEN
201 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
208 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--0.4.0--0.4.1.sql272 v_time timestamp;
285 FOREACH v_time IN ARRAY p_partition_times LOOP
290 v_partition_name := v_partition_name || to_char(v_time, 'YYYY');
293 v_partition_name := v_partition_name || '_' || to_char(v_time, 'MM');
303 IF date_part('minute', v_time) < 15 THEN
305 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
307 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
313 IF date_part('minute', v_time) < 30 THEN
323 … v_partition_name := v_partition_name || to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
332 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--0.3.2--0.4.0.sql365 v_time timestamp;
376 FOREACH v_time IN ARRAY p_partition_times LOOP
381 v_partition_name := v_partition_name || to_char(v_time, 'YYYY');
384 v_partition_name := v_partition_name || '_' || to_char(v_time, 'MM');
394 IF date_part('minute', v_time) < 15 THEN
396 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
398 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
404 IF date_part('minute', v_time) < 30 THEN
414 … v_partition_name := v_partition_name || to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
423 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.2.0--1.3.0.sql200 v_time timestamp;
213 FOREACH v_time IN ARRAY p_partition_times LOOP
218 v_partition_name := v_partition_name || to_char(v_time, 'YYYY');
222 v_partition_name := v_partition_name || '_' || to_char(v_time, 'MM');
235 IF date_part('minute', v_time) < 15 THEN
237 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
239 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
246 IF date_part('minute', v_time) < 30 THEN
257 … v_partition_name := v_partition_name || to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
269 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--0.1.1--0.1.2.sql183 v_time timestamp;
194 FOREACH v_time IN ARRAY p_partition_times LOOP
199 v_partition_name := v_partition_name || to_char(v_time, 'YYYY');
202 v_partition_name := v_partition_name || '_' || to_char(v_time, 'MM');
212 IF date_part('minute', v_time) < 15 THEN
214 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
216 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
222 IF date_part('minute', v_time) < 30 THEN
232 … v_partition_name := v_partition_name || to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
241 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.8.0--1.8.1.sql537 v_time timestamp;
621 FOREACH v_time IN ARRAY p_partition_times LOOP
622 v_partition_timestamp_start := v_time;
624 v_partition_timestamp_end := v_time + v_part_interval;
627 Child partition creation after time % skipped', v_time;
634 v_partition_suffix := to_char(v_time, 'YYYY');
636 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
649 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
654 v_year := to_char(v_time, 'YYYY');
655 v_quarter := to_char(v_time, 'Q');
[all …]
H A Dpg_partman--1.7.1--1.7.2.sql648 v_time timestamp;
683 FOREACH v_time IN ARRAY p_partition_times LOOP
685 v_partition_suffix := to_char(v_time, 'YYYY');
687 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
689 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'DD');
699 v_partition_timestamp_start := v_time;
701 v_partition_timestamp_end := v_time + v_part_interval;
704 Child partition creation after time % skipped', v_time;
711 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
716 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.8.4--1.8.5.sql427 v_time timestamp;
470 FOREACH v_time IN ARRAY p_partition_times LOOP
471 v_partition_timestamp_start := v_time;
473 v_partition_timestamp_end := v_time + v_part_interval;
476 Child partition creation after time % skipped', v_time;
484 IF v_time < v_sub_timestamp_min OR v_time > v_sub_timestamp_max THEN
490 v_partition_suffix := to_char(v_time, 'YYYY');
492 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
505 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
510 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.8.2--1.8.3.sql824 v_time timestamp;
907 FOREACH v_time IN ARRAY p_partition_times LOOP
908 v_partition_timestamp_start := v_time;
910 v_partition_timestamp_end := v_time + v_part_interval;
913 Child partition creation after time % skipped', v_time;
920 v_partition_suffix := to_char(v_time, 'YYYY');
922 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
935 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
940 v_year := to_char(v_time, 'YYYY');
941 v_quarter := to_char(v_time, 'Q');
[all …]
H A Dpg_partman--0.4.2--1.0.0.sql563 v_time timestamp;
576 FOREACH v_time IN ARRAY p_partition_times LOOP
581 v_partition_name := v_partition_name || to_char(v_time, 'YYYY');
585 v_partition_name := v_partition_name || '_' || to_char(v_time, 'MM');
598 IF date_part('minute', v_time) < 15 THEN
600 … ELSIF date_part('minute', v_time) >= 15 AND date_part('minute', v_time) < 30 THEN
602 … ELSIF date_part('minute', v_time) >= 30 AND date_part('minute', v_time) < 45 THEN
609 IF date_part('minute', v_time) < 30 THEN
620 … v_partition_name := v_partition_name || to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
632 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.7.0--1.7.1.sql345 v_time timestamp;
378 FOREACH v_time IN ARRAY p_partition_times LOOP
380 v_partition_suffix := to_char(v_time, 'YYYY');
382 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
384 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'DD');
394 v_partition_timestamp_start := v_time;
396 v_partition_timestamp_end := v_time + v_part_interval;
399 Child partition creation after time % skipped', v_time;
406 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
411 v_year := to_char(v_time, 'YYYY');
[all …]
H A Dpg_partman--1.8.1--1.8.2.sql1289 v_time timestamp;
1372 FOREACH v_time IN ARRAY p_partition_times LOOP
1373 v_partition_timestamp_start := v_time;
1375 v_partition_timestamp_end := v_time + v_part_interval;
1378 Child partition creation after time % skipped', v_time;
1385 v_partition_suffix := to_char(v_time, 'YYYY');
1387 v_partition_suffix := v_partition_suffix ||'_'|| to_char(v_time, 'MM');
1400 v_partition_suffix := to_char(v_time, 'IYYY') || 'w' || to_char(v_time, 'IW');
1405 v_year := to_char(v_time, 'YYYY');
1406 v_quarter := to_char(v_time, 'Q');
[all …]
H A Dpg_partman--3.1.2--3.1.3.sql533 v_time timestamptz;
606 FOREACH v_time IN ARRAY p_partition_times LOOP
607 v_partition_timestamp_start := v_time;
609 v_partition_timestamp_end := v_time + v_partition_interval;
612 Child partition creation after time % skipped', v_time;
614 …e_step(v_step_overflow_id, 'CRITICAL', 'Child partition creation after time '||v_time||' skipped');
621 IF v_time < v_sub_timestamp_min OR v_time > v_sub_timestamp_max THEN
627 v_partition_suffix := to_char(v_time, v_datetime_string);
/dports/misc/ringtonetools/ringtonetools-2.26/src/
H A Dparse_midi.c354 printf("In add note.. v_time=%d\n",v_time); in add_note()
357 if (v_time==0) return 0; in add_note()
359 m=(float)v_time/(float)(header_chunk->division*4); in add_note()
437 if (v_time!=0) in midi_command()
469 if (v_time!=0) in midi_command()
482 { if (v_time!=0) add_note(out, tone, v_time, note, header_chunk, out_type); } in midi_command()
544 int v_time; in MTrk_parse() local
556 v_time=read_var(in); in MTrk_parse()
586 printf("System Exclusive 0x%x v_time=%d\n",ch,v_time); in MTrk_parse()
590 for (t=0; t<v_time; t++) in MTrk_parse()
[all …]
/dports/databases/pg_partman/pg_partman-4.5.1/sql/functions/
H A Dcreate_partition_time.sql53 v_time timestamptz;
128 FOREACH v_time IN ARRAY p_partition_times LOOP
129 v_partition_timestamp_start := v_time;
131 v_partition_timestamp_end := v_time + v_partition_interval;
134 Child partition creation after time % skipped', v_time;
136 …e_step(v_step_overflow_id, 'CRITICAL', 'Child partition creation after time '||v_time||' skipped');
143 IF v_time < v_sub_timestamp_min OR v_time > v_sub_timestamp_max THEN
149 v_partition_suffix := to_char(v_time, v_datetime_string);
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dphysmod.c155 p->v_time = 0; in clarinset()
171 MYFLT vTime = p->v_time; in clarin()
246 p->v_time = vTime; in clarin()
358 MYFLT v_time = p->v_time; in flute() local
419 v_time += p->v_rate; /* Update current time */ in flute()
420 while (v_time >= v_len) /* Check for end of sound */ in flute()
425 temp_time = v_time; in flute()
460 p->v_time = v_time; in flute()
641 temp_time = p->v_time; in bowed()
863 MYFLT vTime = p->v_time; in brass()
[all …]
H A Dfm4op.h76 MYFLT v_time; member
99 MYFLT v_time; /* Parameters for vibrato */ member
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime_snapshot.c164 value v_time; in take_snapshot() local
260 v_time = allocate_outside_heap_with_tag(sizeof(double), Double_tag); in take_snapshot()
261 Double_field(v_time, 0) = time; in take_snapshot()
268 heap_snapshot->time = v_time; in take_snapshot()
387 value v_time; in caml_spacetime_timestamp() local
396 v_time = allocate_outside_heap_with_tag(sizeof(double), Double_tag); in caml_spacetime_timestamp()
397 Double_field(v_time, 0) = time; in caml_spacetime_timestamp()
399 return v_time; in caml_spacetime_timestamp()
H A Dspacetime.c303 value v_time; in caml_spacetime_save_event_internal() local
311 v_time = caml_spacetime_timestamp(time_override, use_time_override); in caml_spacetime_save_event_internal()
317 caml_output_val(chan, v_time, Val_long(0)); in caml_spacetime_save_event_internal()
321 caml_stat_free(Hp_val(v_time)); in caml_spacetime_save_event_internal()
339 value v_time, v_frames, v_shapes; in save_trie() local
349 v_time = caml_spacetime_timestamp(time_override, use_time_override); in save_trie()
354 caml_output_val(chan, v_time, Val_long(0)); in save_trie()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime_snapshot.c164 value v_time; in take_snapshot() local
260 v_time = allocate_outside_heap_with_tag(sizeof(double), Double_tag); in take_snapshot()
261 Double_field(v_time, 0) = time; in take_snapshot()
268 heap_snapshot->time = v_time; in take_snapshot()
387 value v_time; in caml_spacetime_timestamp() local
396 v_time = allocate_outside_heap_with_tag(sizeof(double), Double_tag); in caml_spacetime_timestamp()
397 Double_field(v_time, 0) = time; in caml_spacetime_timestamp()
399 return v_time; in caml_spacetime_timestamp()
H A Dspacetime.c303 value v_time; in caml_spacetime_save_event_internal() local
311 v_time = caml_spacetime_timestamp(time_override, use_time_override); in caml_spacetime_save_event_internal()
317 caml_output_val(chan, v_time, Val_long(0)); in caml_spacetime_save_event_internal()
321 caml_stat_free(Hp_val(v_time)); in caml_spacetime_save_event_internal()
339 value v_time, v_frames, v_shapes; in save_trie() local
349 v_time = caml_spacetime_timestamp(time_override, use_time_override); in save_trie()
354 caml_output_val(chan, v_time, Val_long(0)); in save_trie()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtraceprint.c338 for (V = T->t_first;V->v_next && V->v_next->v_time < tstart;pV = V, V = V->v_next); in GPrint_outputTrace()
343 for (;V && V->v_time <= tend;pV = V, V = V->v_next) { in GPrint_outputTrace()
348 seg_start = V->v_time; in GPrint_outputTrace()
349 seg_end = V->v_next ? V->v_next->v_time : imin(tend,P->p_trace.ti_simEnd); in GPrint_outputTrace()
357 if (pV && (seg_start == subseg_start || pV->v_time > pg_tstart)) in GPrint_outputTrace()
364 if (pV && (seg_start == subseg_start || pV->v_time > pg_tstart)) { in GPrint_outputTrace()
H A Dscope.c130 if (v->v_next->v_time <= s->s_leftTime) return 0; in isTransition()
131 if (v->v_next->v_time > s->s_leftTime + s->s_range) return 0; in isTransition()
136 if (v->v_next->v_time < s->s_leftTime) return 0; in isTransition()
157 while (T->t_current->v_prev && T->t_current->v_time > LTime) { in GTrace_adjust()
176 if ((!V) || (V->v_time > S->s_leftTime + S->s_range)) { in GScope_getXPos()
181 } else if (V->v_time < LTime) in GScope_getXPos()
184 T = V->v_time; in GScope_getXPos()
469 if (T->t_last->v_time == OldTime) { in GScope_updateTransition()
1202 if (T->t_last->v_time == time) { in trace_observe()
1217 } else if (T->t_last->v_time < time) { in trace_observe()
[all …]

1234567891011