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

1234

/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Derr.D_AGG_FUNC.bad.d42 @counts["xyz"] = breakpoint();
H A Derr.D_AGG_MDIM.bad.d42 @counts[0][2] = count();
H A Derr.D_FUNC_IDENT.bad.d42 @counts[0][2] = tick-1();
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
H A Dtst.count2.d47 @counts["tick-count"] = count();
H A Dtst.goodkey.d47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dzvmstat75 opt_time=0; interval=1; counts=1
98 interval=$1; counts=-1; shift
101 counts=$1; shift
118 inline int COUNTER = '$counts';
126 counts = COUNTER;
210 /counts == 0/
223 counts--;
H A Dhttpdstat.d58 counts = $2 ? $2 : -1;
122 counts--;
129 /counts == 0/
H A Derrinfo16 # -c # counts - aggregate style
22 # errinfo -cn ssh # examine "ssh" using counts
149 ($execname,$syscall,$errno,$counts) = split(' ',$line);
158 $execname,$syscall,$errno,$counts,$desc);
179 -c # counts - aggregate style
182 -cn ssh # examine "ssh" using counts
/macosx-10.10/dtrace-147/DTTk/Zones/
H A Dzvmstat75 opt_time=0; interval=1; counts=1
98 interval=$1; counts=-1; shift
101 counts=$1; shift
118 inline int COUNTER = '$counts';
126 counts = COUNTER;
210 /counts == 0/
223 counts--;
/macosx-10.10/file_cmds-242/xcodescripts/
H A Dhardlink.sh7 echo input and output file counts differ
/macosx-10.10/dtrace-147/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithCount.d49 @counts["speculate"] = count();
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dentropy.cpp104 int counts[256]; local
105 memset(counts, 0, sizeof(counts));
111 counts[charBuffer[i]] += 1;
119 if (counts[i] > 0)
121 double p = ((double) counts[i]) / sizef;
/macosx-10.10/dtrace-147/DTTk/Apps/
H A Dhttpdstat.d58 counts = $2 ? $2 : -1;
122 counts--;
129 /counts == 0/
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrhash.c354 int *counts; local
357 if (!(counts = (int *)malloc(size * sizeof(int)))){
365 counts[i] = 0;
377 counts[i]++;
381 total_elements += counts[i];
382 if (counts[i] > max_count){
383 max_count = counts[i];
386 else if (counts[i] == max_count){
390 if (counts[i] && verbose){
391 printf(" (%d)\n", counts[
[all...]
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_get_data_bzr34 local -A counts
39 counts[${flag}]=$(( ${counts[${flag}]:-0} + 1 ))
41 for flag in ${(k)counts}
43 printf "%s:%d " $flag ${counts[${flag}]}
/macosx-10.10/dtrace-147/DTTk/
H A Derrinfo16 # -c # counts - aggregate style
22 # errinfo -cn ssh # examine "ssh" using counts
149 ($execname,$syscall,$errno,$counts) = split(' ',$line);
158 $execname,$syscall,$errno,$counts,$desc);
179 -c # counts - aggregate style
182 -cn ssh # examine "ssh" using counts
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebCoreStatistics.mm89 OwnPtr<TypeCountSet> counts(JSDOMWindow::commonVM().heap.protectedObjectTypeCounts());
90 HashCountedSet<const char*>::iterator end = counts->end();
91 for (HashCountedSet<const char*>::iterator it = counts->begin(); it != end; ++it)
104 OwnPtr<TypeCountSet> counts(JSDOMWindow::commonVM().heap.objectTypeCounts());
105 HashCountedSet<const char*>::iterator end = counts->end();
106 for (HashCountedSet<const char*>::iterator it = counts->begin(); it != end; ++it)
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebHistoryItemPrivate.idl66 HRESULT getDailyVisitCounts([out] int* number, [out, retval] int** counts);
67 HRESULT getWeeklyVisitCounts([out] int* number, [out, retval] int** counts);
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dprintmsg.c191 msg->counts[DNS_SECTION_QUESTION],
192 msg->counts[DNS_SECTION_ANSWER],
193 msg->counts[DNS_SECTION_AUTHORITY],
194 msg->counts[DNS_SECTION_ADDITIONAL]);
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dmut_stat.c156 u_int32_t counts[MTX_MAX_ENTRY + 2]; local
161 memset(counts, 0, sizeof(counts));
167 counts[0]++;
169 counts[MTX_MAX_ENTRY + 1]++;
171 counts[mutexp->alloc_id]++;
173 __db_msg(env, "Mutex counts");
174 __db_msg(env, "%d\tUnallocated", counts[0]);
176 if (counts[alloc_id] != 0)
178 (u_long)counts[alloc_i
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-speed.el356 (counts (gethash folder-name mh-speed-flists-cache)))
363 (if counts
364 (format " (%s/%s)" (car counts) (cdr counts))
367 (if (and counts (> (car counts) 0))
382 ,@(if counts `(mh-count
383 (,(car counts) . ,(cdr counts))) ())
400 "Execute flists -recurse and update message counts
[all...]
/macosx-10.10/libauto-186/
H A DSubzone.h82 unsigned char * volatile _checking_counts; // collection checking counts, by quantum index
769 unsigned char *counts = _checking_counts; local
770 return counts ? counts[q] : 0;
777 // set the collection checking count for a quanta, allocates the counts buffer if needed
780 // if this is the first time checking has been requested then we need to allocate a a buffer to hold the counts
783 // Use a collectable buffer to store the check counts. This enables unsynchronized cleanup if/when checking is turned off.
791 unsigned char *counts = _checking_counts; local
792 if (counts != NULL) {
793 counts[
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebHistoryItem.h105 virtual HRESULT STDMETHODCALLTYPE getDailyVisitCounts(int* number, int** counts);
106 virtual HRESULT STDMETHODCALLTYPE getWeeklyVisitCounts(int* number, int** counts);
/macosx-10.10/ruby-106/ruby/ext/objspace/
H A Dobjspace.c262 size_t *counts = (size_t *)data; local
267 counts[BUILTIN_TYPE(v)] += memsize_of(v);
336 size_t counts[T_MASK+1]; local
347 counts[i] = 0;
350 rb_objspace_each_objects(cos_i, &counts[0]);
360 if (counts[i]) {
362 total += counts[i];
363 rb_hash_aset(hash, type, SIZET2NUM(counts[i]));

Completed in 209 milliseconds

1234