Searched refs:counts (Results 1 - 25 of 186) sorted by relevance

12345678

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dzvmstat76 opt_time=0; interval=1; counts=1
99 interval=$1; counts=-1; shift
102 counts=$1; shift
119 inline int COUNTER = '$counts';
127 counts = COUNTER;
211 /counts == 0/
224 counts--;
H A Dhttpdstat.d58 counts = $2 ? $2 : -1;
122 counts--;
129 /counts == 0/
H A Dj_stat.d25 * The numbers are per second counts for the interval specified. The default
31 * If you see counts in "CLOAD" but not in "METHODS", then you Java
63 counts = $2 ? $2 : -1;
138 counts--;
145 /counts == 0/
H A Djs_stat.d19 * The numbers are counts for the interval specified. The default interval
53 counts = $2 ? $2 : -1;
110 counts--;
117 /counts == 0/
H A Drb_stat.d23 * The numbers are counts for the interval specified. The default interval
61 counts = $2 ? $2 : -1;
136 counts--;
143 /counts == 0/
H A Dsh_stat.d21 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
123 counts--;
130 /counts == 0/
H A Dtcl_stat.d22 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
127 counts--;
134 /counts == 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/Zones/
H A Dzvmstat76 opt_time=0; interval=1; counts=1
99 interval=$1; counts=-1; shift
102 counts=$1; shift
119 inline int COUNTER = '$counts';
127 counts = COUNTER;
211 /counts == 0/
224 counts--;
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-filter.c25 unsigned short counts[256]; local
33 for (i = 0; i < elementsof(counts); i++)
34 counts[i] = 0;
39 counts[*str]++;
48 counts[*str]++;
49 counts[*(str - window_len)]--;
54 if (counts[p->ch] < p->count)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcheck-test-names.exp27 # An associative array of counts of tests that either include a path in
28 # their test name, or have a duplicate test name. There are two counts
29 # for each issue, 'count', which counts occurrences within a single
30 # variant run, and 'total', which counts across all variants.
31 variable counts
32 array set counts {}
34 set counts($nm,count) 0
35 set counts($nm,total) 0
40 variable counts
42 incr counts(
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcheck-test-names.exp27 # An associative array of counts of tests that either include a path in
28 # their test name, or have a duplicate test name. There are two counts
29 # for each issue, 'count', which counts occurrences within a single
30 # variant run, and 'total', which counts across all variants.
31 variable counts
32 array set counts {}
34 set counts($nm,count) 0
35 set counts($nm,total) 0
40 variable counts
42 incr counts(
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Danswer.c63 uint16_t counts[RR_SECTION_COUNT]; local
75 counts[section] = 0;
84 counts[section] += packet_encode_rrset(
100 counts[ADDITIONAL_A_SECTION] == 0 &&
108 ANCOUNT_SET(q->packet, counts[ANSWER_SECTION]);
110 counts[AUTHORITY_SECTION]
111 + counts[OPTIONAL_AUTHORITY_SECTION]);
113 counts[ADDITIONAL_A_SECTION]
114 + counts[ADDITIONAL_AAAA_SECTION]
115 + counts[ADDITIONAL_OTHER_SECTIO
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Apps/
H A Dhttpdstat.d58 counts = $2 ? $2 : -1;
122 counts--;
129 /counts == 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_stat.d25 * The numbers are per second counts for the interval specified. The default
31 * If you see counts in "CLOAD" but not in "METHODS", then you Java
63 counts = $2 ? $2 : -1;
138 counts--;
145 /counts == 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_stat.d19 * The numbers are counts for the interval specified. The default interval
53 counts = $2 ? $2 : -1;
110 counts--;
117 /counts == 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/Ruby/
H A Drb_stat.d23 * The numbers are counts for the interval specified. The default interval
61 counts = $2 ? $2 : -1;
136 counts--;
143 /counts == 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_stat.d21 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
123 counts--;
130 /counts == 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_stat.d22 * The numbers are counts for the interval specified. The default interval
58 counts = $2 ? $2 : -1;
127 counts--;
134 /counts == 0/
/netbsd-current/sys/dev/pci/
H A Dnvme_pci.c427 int counts[PCI_INTR_TYPE_SIZE]; local
431 memset(counts, 0, sizeof(counts));
437 counts[PCI_INTR_TYPE_MSIX] = uimin(pci_msix_count(pa->pa_pc, pa->pa_tag),
439 if (counts[PCI_INTR_TYPE_MSIX] < 1) {
440 counts[PCI_INTR_TYPE_MSIX] = 0;
442 if (counts[PCI_INTR_TYPE_MSIX] > 2)
443 counts[PCI_INTR_TYPE_MSIX] = 2; /* adminq + 1 ioq */
449 counts[PCI_INTR_TYPE_MSI] = pci_msi_count(pa->pa_pc, pa->pa_tag);
450 if (counts[PCI_INTR_TYPE_MS
[all...]
/netbsd-current/sys/arch/arm/pci/
H A Dpci_msi_machdep.c204 pci_intr_alloc(const struct pci_attach_args *pa, pci_intr_handle_t **ihps, int *counts, pci_intr_type_t max_type) argument
210 if (counts != NULL) {
215 msix_count = counts[PCI_INTR_TYPE_MSIX];
218 msi_count = counts[PCI_INTR_TYPE_MSI];
221 intx_count = counts[PCI_INTR_TYPE_INTX];
228 memset(counts, 0, sizeof(*counts) * PCI_INTR_TYPE_SIZE);
236 if (counts != NULL)
237 counts[PCI_INTR_TYPE_MSIX] = msix_count;
244 if (counts !
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dordered.c262 gomp_doacross_init (unsigned ncounts, long *counts, long chunk_size, argument
289 if (counts[i] == 0)
295 if (counts[i] == 1)
299 - __builtin_clzl (counts[i] - 1);
313 num_ents = counts[0];
315 num_ents = (counts[0] - 1) / chunk_size + 1;
362 unsigned long q = counts[0] / num_ents;
363 unsigned long t = counts[0] % num_ents;
374 GOMP_doacross_post (long *counts) argument
392 ent = counts[
512 gomp_doacross_ull_init(unsigned ncounts, gomp_ull *counts, gomp_ull chunk_size, size_t extra) argument
630 GOMP_doacross_ull_post(gomp_ull *counts) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dordered.c262 gomp_doacross_init (unsigned ncounts, long *counts, long chunk_size, argument
289 if (counts[i] == 0)
295 if (counts[i] == 1)
299 - __builtin_clzl (counts[i] - 1);
313 num_ents = counts[0];
315 num_ents = (counts[0] - 1) / chunk_size + 1;
362 unsigned long q = counts[0] / num_ents;
363 unsigned long t = counts[0] % num_ents;
374 GOMP_doacross_post (long *counts) argument
392 ent = counts[
512 gomp_doacross_ull_init(unsigned ncounts, gomp_ull *counts, gomp_ull chunk_size, size_t extra) argument
630 GOMP_doacross_ull_post(gomp_ull *counts) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dbb_exit_func.c38 long *counts;
90 fwrite (&ptr->counts[i], sizeof (ptr->counts[0]), 1, fp);
37 long *counts; member in struct:bb
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dbb_exit_func.c38 long *counts;
90 fwrite (&ptr->counts[i], sizeof (ptr->counts[0]), 1, fp);
37 long *counts; member in struct:bb
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dbb_exit_func.c38 long *counts;
90 fwrite (&ptr->counts[i], sizeof (ptr->counts[0]), 1, fp);
37 long *counts; member in struct:bb

Completed in 159 milliseconds

12345678