Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 75) sorted by relevance

123

/titanic_50/usr/src/lib/libsqlite/test/
H A Dmisc2.test199 CREATE TABLE counts(n INTEGER PRIMARY KEY);
200 INSERT INTO counts VALUES(0);
201 INSERT INTO counts VALUES(1);
202 INSERT INTO counts SELECT n+2 FROM counts;
203 INSERT INTO counts SELECT n+4 FROM counts;
204 INSERT INTO counts SELECT n+8 FROM counts;
209 FROM counts AS dim1, counts AS dim2, counts AS dim3
220 FROM counts AS dim1, counts AS dim2, counts AS dim3
231 FROM counts AS dim1, counts AS dim2, counts AS dim3, counts AS dim4
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c323 static int counts = 0; in mdi_pi_client_link_walk_step() local
325 if (firstaddr == wsp->walk_addr && counts != 0) { in mdi_pi_client_link_walk_step()
326 counts = 0; in mdi_pi_client_link_walk_step()
330 counts = 0; in mdi_pi_client_link_walk_step()
342 counts++; in mdi_pi_client_link_walk_step()
392 static int counts = 0; in mdi_pi_phci_link_walk_step() local
394 if (firstaddr == wsp->walk_addr && counts != 0) { in mdi_pi_phci_link_walk_step()
395 counts = 0; in mdi_pi_phci_link_walk_step()
399 counts = 0; in mdi_pi_phci_link_walk_step()
411 counts++; in mdi_pi_phci_link_walk_step()
[all …]
H A Ddist.c193 dist_print_bucket(const int *distarray, int i, const uint_t *counts, in dist_print_bucket() argument
212 count += counts[b]; in dist_print_bucket()
/titanic_50/usr/src/cmd/dtrace/demo/tcp/
H A Dtcptop.d49 counts = $1 ? $1 : 10;
120 counts--;
127 /counts == 0/
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
H A Dmemcpy.s58 cmp %o2, 17 ! for small counts copy bytes
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c91 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate() local
120 memset(counts, 0, sizeof counts); in res_nmkupdate()
126 counts[section]++; in res_nmkupdate()
128 if (counts[i]) in res_nmkupdate()
708 hp->qdcount = htons(counts[0]); in res_nmkupdate()
709 hp->ancount = htons(counts[1]); in res_nmkupdate()
710 hp->nscount = htons(counts[2]); in res_nmkupdate()
711 hp->arcount = htons(counts[3]); in res_nmkupdate()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
H A Derr.D_AGG_FUNC.bad.d42 @counts["xyz"] = breakpoint();
H A Derr.D_FUNC_IDENT.bad.d42 @counts[0][2] = tick-1();
H A Derr.D_AGG_MDIM.bad.d42 @counts[0][2] = count();
H A Dtst.count2.d47 @counts["tick-count"] = count();
H A Dtst.goodkey.d47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/titanic_50/usr/src/cmd/dtrace/demo/agg/
H A Dwrites.d29 @counts["write system calls"] = count();
H A Dwritesbycmd.d29 @counts[execname] = count();
H A Dwritesbycmdfd.d29 @counts[execname, arg0] = count();
/titanic_50/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithCount.d49 @counts["speculate"] = count();
/titanic_50/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d38 @counts[stringof(`devnamesp[this->devi->devi_major].dn_name),
/titanic_50/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s61 cmp %o2, 12 ! if small counts, just write bytes
/titanic_50/usr/src/cmd/truss/
H A Dramdata.h192 struct counts { /* structure for keeping counts */ struct
215 extern struct counts *Cp; /* for counting: malloc() or shared memory */ argument
H A Dramdata.c100 struct counts *Cp; /* for counting: malloc() or shared memory */
/titanic_50/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.s62 cmp %o2, 12 ! if small counts, just write bytes
/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm_drv.c216 for (i = 0; i < DRM_ARRAY_SIZE(dev->counts); i++) in drm_firstopen()
217 *(&dev->counts[i]) = 0; in drm_firstopen()
438 atomic_inc_32(&dev->counts[_DRM_STAT_OPENS]); in drm_open()
511 atomic_inc_32(&dev->counts[_DRM_STAT_CLOSES]); in drm_close()
H A Ddrm_kstat.c57 (knp++)->value.ui32 = sc->counts[tmp]; in drm_kstat_update()

123