Home
last modified time | relevance | path

Searched refs:cp_old (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/libmetrics/netbsd/
H A Dmetrics.c284 static u_int64_t cp_old[CPUSTATES];
291 bzero(cp_old, sizeof(cp_old));
323 static u_int64_t cp_old[CPUSTATES];
334 memcpy(&cp_old, &cp_time, CPUSTATES*sizeof(long));
354 static u_int64_t cp_old[CPUSTATES];
365 memcpy(&cp_old, &cp_time, CPUSTATES*sizeof(long));
385 static u_int64_t cp_old[CPUSTATES];
396 memcpy(&cp_old, &cp_time, CPUSTATES*sizeof(long));
416 static u_int64_t cp_old[CPUSTATES];
427 memcpy(&cp_old, &cp_time, CPUSTATES*sizeof(long));
[all …]
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Irix/
H A Dcpu.c43 long cp_old[CPUSTATES]; variable
49 long cp_old[CPUSTATES]; member
132 percentages(CPUSTATES,cpu_states,cp_time,cp_old,cp_diff); in updateCpuInfo()
143 percentages(CPUSTATES, g_ci[i].cpu_states, g_ci[i].cp_time, g_ci[i].cp_old,g_ci[i].cp_diff); in updateCpuInfo()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/libmetrics/dragonfly/
H A Dmetrics.c283 static struct kinfo_cputime cp_old, cp_diff; in cpu_state() local
291 bzero(&cp_old, sizeof(cp_old)); in cpu_state()
310 cp_diff.cp_user = cp_time.cp_user - cp_old.cp_user; in cpu_state()
311 cp_diff.cp_nice = cp_time.cp_nice - cp_old.cp_nice; in cpu_state()
312 cp_diff.cp_sys = cp_time.cp_sys - cp_old.cp_sys; in cpu_state()
313 cp_diff.cp_intr = cp_time.cp_intr - cp_old.cp_intr; in cpu_state()
314 cp_diff.cp_idle = cp_time.cp_idle - cp_old.cp_idle; in cpu_state()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/processing/
H A DT6920317.java112 cp_old = new File("classes.old"); in setup()
113 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
118 File old_class = new File(cp_old, "p/package-info.class"); in setup()
220 opts.add(cp_old.getPath()); in test()
348 File cp_old; field in T6920317
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/
H A DT6920317.java111 cp_old = new File("classes.old"); in setup()
112 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
117 File old_class = new File(cp_old, "p/package-info.class"); in setup()
219 opts.add(cp_old.getPath()); in test()
347 File cp_old; field in T6920317
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/
H A DT6920317.java111 cp_old = new File("classes.old"); in setup()
112 compile(cp_old, new String[] { "-classpath", tmpClasses.getPath() }, in setup()
117 File old_class = new File(cp_old, "p/package-info.class"); in setup()
219 opts.add(cp_old.getPath()); in test()
347 File cp_old; field in T6920317
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/OpenBSD/
H A Dcpu.c39 long cp_old[CPUSTATES]; variable
85 percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in updateCpuInfo()
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/NetBSD/
H A DCPU.c40 u_int64_t cp_old[CPUSTATES]; variable
87 percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in updateCpuInfo()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/libmetrics/openbsd/
H A Dmetrics.c271 static long cp_old[CPUSTATES]; in cpu_state() local
281 bzero(cp_old, sizeof(cp_old)); in cpu_state()
304 if (cp_time[state] >= cp_old[state]) in cpu_state()
305 cp_diff[state] = (cp_time[state] - cp_old[state]); in cpu_state()
307 cp_diff[state] = (LONG_MAX - cp_old[state] + cp_time[state]); in cpu_state()
309 cp_old[state] = cp_time[state]; in cpu_state()
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/FreeBSD/
H A Dcpuinfo.c55 static long (*cp_old)[CPUSTATES] = NULL; variable
99 cp_old = &cp_time[cores]; in initCpuInfo()
100 cp_diff = &cp_old[cores]; in initCpuInfo()
275 percentages(CPUSTATES, cpu_states[id], cp_time[id], cp_old[id], cp_diff[id]); in updateCpuInfo()
/dports/misc/upclient/upclient-5.0b8/src/
H A Dstats-sol.c300 static long cp_old[CPUSTATES]; in getLoadIdle() local
355 (void)percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in getLoadIdle()
H A Dstats-solaris7.c318 static long cp_old[CPUSTATES]; in getLoadIdle() local
373 (void)percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in getLoadIdle()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/libmetrics/freebsd/
H A Dmetrics.c348 static long cp_old[CPUSTATES]; in cpu_state() local
355 bzero(cp_old, sizeof(cp_old)); in cpu_state()
373 percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in cpu_state()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/old/
H A Dtest_concurrent_vector_v2.cpp288 typename V::const_iterator cp_old = cp--; in TestSequentialFor() local
289 int here = (*cp_old).bar(); in TestSequentialFor()
/dports/devel/tbb/oneTBB-2020.3/src/old/
H A Dtest_concurrent_vector_v2.cpp288 typename V::const_iterator cp_old = cp--; in TestSequentialFor() local
289 int here = (*cp_old).bar(); in TestSequentialFor()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/old/
H A Dtest_concurrent_vector_v2.cpp288 typename V::const_iterator cp_old = cp--; in TestSequentialFor() local
289 int here = (*cp_old).bar(); in TestSequentialFor()
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_concurrent_vector.cpp130 typename V::const_iterator cp_old = cp--; in TestSequentialFor() local
131 intptr_t here = (*cp_old).bar(); in TestSequentialFor()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_vector.cpp314 typename V::const_iterator cp_old = cp--; in TestSequentialFor() local
315 intptr_t here = (*cp_old).bar(); in TestSequentialFor()

12