Searched refs:total (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/test_micro/
H A Dreport.awk4 total[$1] += $2
10 for (i in total) {
11 avg[i] = total[i] / count[i];
16 for (i in total) {
18 var = (sum[i] - ((total[i] * total[i]) / count[i])) / count[i];
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.fork.c40 int i, j, total = 0; local
44 total += i * j;
48 return (total);
H A Dtst.vfork.c40 int i, j, total = 0; local
44 total += i * j;
48 return (total);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequestProgressEvent.h41 static PassRefPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0)
43 return adoptRef(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total));
48 unsigned long long totalSize() const { return total(); }
54 XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
55 : ProgressEvent(type, lengthComputable, loaded, total)
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DProgressEvent.cpp36 , total(0)
51 , m_total(initializer.total)
55 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
59 , m_total(total)
H A DProgressEvent.h38 unsigned long long total; member in struct:WebCore::ProgressEventInit
47 static PassRefPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
49 return adoptRef(new ProgressEvent(type, lengthComputable, loaded, total));
58 unsigned long long total() const { return m_total; } function in class:WebCore::ProgressEvent
64 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
H A DProgressEvent.idl32 [InitializedByEventConstructor] readonly attribute unsigned long long total;
/macosx-10.9.5/file_cmds-230/cksum/
H A Dsum1.c55 off_t total; local
64 total = 0;
66 for (total += nr, p = buf; nr--; ++p) {
75 *clen = total;
H A Dsum2.c54 off_t total; local
66 total = 0;
68 for (total += nr, p = buf; nr--; ++p)
77 *clen = total;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dfetch.c91 size_t total; local
103 total = 0;
106 char *newp = ber_memrealloc( p, total + bytes + 1 );
113 AC_MEMCPY( &p[total], buffer, bytes );
114 total += bytes;
119 if( total == 0 ) {
128 p[total] = '\0';
130 *vlenp = total;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dfetch.c92 size_t total; local
104 total = 0;
107 char *newp = ber_memrealloc( p, total + bytes + 1 );
114 AC_MEMCPY( &p[total], buffer, bytes );
115 total += bytes;
120 if( total == 0 ) {
129 p[total] = '\0';
131 *vlenp = total;
/macosx-10.9.5/dtrace-118.1/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d42 total = timestamp - start;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dcryptoclient.cpp75 CSSM_SIZE total; local
76 check(CSSM_EncryptData(handle(), in, inCount, out, outCount, &total, &remData));
77 return total;
92 CSSM_SIZE total; local
93 check(CSSM_EncryptDataUpdate(handle(), in, inCount, out, outCount, &total));
94 return total;
115 CSSM_SIZE total; local
116 check(CSSM_DecryptData(handle(), in, inCount, out, outCount, &total, &remData));
117 return total;
132 CSSM_SIZE total; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcryptoclient.cpp75 CSSM_SIZE total; local
76 check(CSSM_EncryptData(handle(), in, inCount, out, outCount, &total, &remData));
77 return total;
92 CSSM_SIZE total; local
93 check(CSSM_EncryptDataUpdate(handle(), in, inCount, out, outCount, &total));
94 return total;
115 CSSM_SIZE total; local
116 check(CSSM_DecryptData(handle(), in, inCount, out, outCount, &total, &remData));
117 return total;
132 CSSM_SIZE total; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfull-write.c62 size_t total = 0; local
75 total += n_rw;
80 return total;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/bibtex/
H A Dbibtex.tcl43 global count total
49 incr total
58 set total 0
67 puts "Total: $total"
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dntgroups.h31 unsigned int *total);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Danonpgpid.d68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1);
74 printa("%6d %-16s %1s %@d\n", @total);
/macosx-10.9.5/dtrace-118.1/DTTk/Mem/
H A Danonpgpid.d68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1);
74 printa("%6d %-16s %1s %@d\n", @total);
/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Dtst.cputime.ksh35 uint64_t total;
66 total += vtimestamp - self->on;
76 /((total * 100) / (timestamp - start)) > thresh/
79 \$\$1, ((total * 100) / (timestamp - start)));
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddsc_extractor.h36 void (^progress)(unsigned current, unsigned total));
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dntgroups.h31 unsigned int *total);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Drecfmt.c26 * total is the total file size, <=0 if not available
43 recfmt(const void* buf, size_t size, off_t total) argument
81 if ((t = (unsigned char*)memchr((void*)s, k = terminators[i], size / 2)) && (n = t - s + 1) > 1 && (total <= 0 || !(total % n)))
117 if ((total <= 0 || !(total % i)) && q->rep[i] > q->rep[n])
133 if (m <= 1 && n <= 2 && total > 1 && total < 256)
140 n = n ? 0 : total;
152 off_t total; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmxleap.c47 for (lp = &tm_data.leap[0]; sec < (lp->time - lp->total); lp++);
48 t = tmxsns(sec + lp->total, tmxnsec(t));
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonCryptoOutputLength.c67 size_t total = i+bufferPos;
68 testOutputLength(kCCEncrypt, kCCModeECB, kCCAlgorithmAES128, kCCKeySizeAES128, ccNoPadding, bufferPos, i, false, total-(total%kCCBlockSizeAES128));
75 size_t total = i+bufferPos;
76 testOutputLength(kCCEncrypt, kCCModeECB, kCCAlgorithm3DES, kCCKeySize3DES, ccNoPadding, bufferPos, i, false, total-(total%kCCBlockSize3DES));
83 size_t total = i+bufferPos;
84 testOutputLength(kCCEncrypt, kCCModeCBC, kCCAlgorithmAES128, kCCKeySizeAES128, ccPKCS7Padding, bufferPos, i, false, total-(total%kCCBlockSizeAES128));
91 size_t total
[all...]

Completed in 138 milliseconds

1234567891011>>