Searched refs:accum (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DECDSA_Profile.h60 #define SIGPROF_END(accum) \
62 accum += (_profEndTime.low_val - _profStartTime.low_val); \
85 #define SIGPROF_END(accum)
H A DfeeDebug.h89 #define CPROF_END(accum) \
91 accum += (_profEndTime.low_val - _profStartTime.low_val);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DECDSA_Profile.h60 #define SIGPROF_END(accum) \
62 accum += (_profEndTime.low_val - _profStartTime.low_val); \
85 #define SIGPROF_END(accum)
H A DfeeDebug.h89 #define CPROF_END(accum) \
91 accum += (_profEndTime.low_val - _profStartTime.low_val);
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymCBC.c50 int accum = 0;
59 accum = (int) genRandomSize(1,10);
65 accum |= retval;
68 accum |= retval;
75 accum |= retval;
78 accum |= retval;
85 accum |= retval;
88 accum |= retval;
95 accum |= retval;
98 accum |
[all...]
H A DCommonCryptoSymCFB.c44 int retval, accum = 0;
58 accum += retval;
65 accum += retval;
72 accum += retval;
80 accum += retval;
88 accum += retval;
96 accum += retval;
109 accum |= retval;
113 return accum != 0;
H A DCommonEC.c30 int accum = 0;
40 accum |= retval;
48 accum |= retval;
54 accum |= retval;
59 accum |= retval;
71 accum |= retval;
78 accum |= retval;
80 accum |= retval;
89 accum |= retval;
91 accum |
[all...]
H A DCommonCryptoSymGCM.c54 int retval, accum = 0;
72 accum += retval;
77 accum += retval;
90 accum += retval;
93 accum += retval;
106 accum += retval;
109 accum += retval;
122 accum += retval;
125 accum += retval;
138 accum
[all...]
H A DCommonCryptoSymZeroLength.c21 int retval, accum = 0;
35 accum += retval;
43 accum += retval;
55 accum += retval;
64 accum += retval;
66 return accum != 0;
H A DCommonCryptoBlowfish.c46 int retval, accum = 0;
59 accum += retval;
60 return accum;
H A DCommonCryptoCTSPadding.c49 int retval, accum = 0;
67 accum += retval;
75 accum += retval;
83 accum += retval;
94 accum += retval;
102 accum += retval;
110 accum += retval;
120 accum += retval;
128 accum += retval;
136 accum
[all...]
H A DCommonCryptoSymmetricWrap.c71 int accum = 0;
79 accum |= wrapTest(kek, key, wrapped_key);
85 accum |= wrapTest(kek, key, wrapped_key);
91 accum |= wrapTest(kek, key, NULL);
98 accum |= wrapTest(kek, key, wrapped_key);
104 accum |= wrapTest(kek, key, wrapped_key);
110 accum |= wrapTest(kek, key, wrapped_key);
116 accum |= wrapTest(kek, key, wrapped_key);
122 accum |= wrapTest(kek, key, wrapped_key);
128 accum |
[all...]
H A DCommonCryptoSymOFB.c44 int retval, accum = 0;
59 accum += retval;
66 accum += retval;
73 accum += retval;
85 accum += retval;
97 accum += retval;
99 return accum != 0;
H A DCommonCMac.c91 int accum = 0;
94 accum |= CMACTest(strvalue, keyvalue, "bb1d6929e95937287fa37d129b756746");
96 accum |= CMACTest(strvalue, keyvalue, "070a16b46b4d4144f79bdd9dd04a287c");
98 accum |= CMACTest(strvalue, keyvalue, "dfa66747de9ae63030ca32611497c827");
100 accum |= CMACTest(strvalue, keyvalue, "51f0bebf7e3b9d92fc49741779363cfe");
104 accum |= CMACTest(strvalue, keyvalue, "7532b859e70ad6692e24b747f5f4b44d");
106 return accum;
H A DCommonCryptoSymOffset.c50 int accum = 0;
72 accum += retval;
75 return accum != 0;
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dcoverage.rb6 accum = ENV["COVERUBY_ACCUM"]
7 accum = !accum || accum == "" || !(%w(f n 0).include?(accum[0]))
31 if accum
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dchecksum.c45 accum = i << 2
47 accum <<= 1
48 if accum & 0x400:
49 accum ^= 0x633
50 crc_table.append(accum)
99 register u_int16_t accum; local
104 accum = ((unsigned short) i << 2);
107 if ((accum <<= 1) & 0x400) accum ^= CRC10_POLYNOMIAL;
109 verify_crc10_table[i] = accum;
118 verify_crc10_cksum(u_int16_t accum, const u_char *p, int length) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_comcryption/
H A DcomDebug.h171 #define COMPROF_END(accum) \
174 accum += (_profEndTime.low_val - _profStartTime.low_val); \
182 #define COMPROF_END(accum)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_comcryption/lib/
H A DcomDebug.h171 #define COMPROF_END(accum) \
174 accum += (_profEndTime.low_val - _profStartTime.low_val); \
182 #define COMPROF_END(accum)
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dprofile.el186 (accum (cdr (assq fun profile-time-list))))
187 (setcar accum (1+ (car accum)))
188 (profile-add-time (cdr accum) profile-time profile-last-time)
193 (accum (cdr (assq fun profile-time-list))))
195 (null accum))
200 (setcar accum (1+ (car accum)))
201 (profile-add-time (cdr accum) profile-time (cdr init-time))))))
/macosx-10.10.1/CommonCrypto-60061/test/CommonNumerics/
H A DCommonBaseEncoding.c159 int accum = 0;
205 accum |= doEncoder(kCNEncodingBase64,
250 accum |= doOneShotStyle(kCNEncodingBase64,
258 accum |= doCustomEncoder("Custom64", 64, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/", '*',
262 return accum;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio.cpp290 impl::muxer::read_one(const size_t index, const int fd, std::string& accum, argument
299 std::string line(accum);
306 accum.clear();
314 accum.append(&buffer[line_start]);
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dtimeclock.el1068 (first t) (accum 0) (elapsed 0)
1084 (setq accum (string-to-number (nth 2 event))))
1100 accum (- accum (if last-date-limited
1116 accum (+ timeclock-last-period accum)
1127 (setq timeclock-discrepancy accum))))
1130 (setq accum (or timeclock-discrepancy 0)
1135 (setq accum (+ accum las
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-fin.el173 (accum 0))
175 (setq accum (math-add accum (math-div (car flat) p))
177 accum)))
186 (accum 0))
188 (setq accum (math-add accum (math-div (car flat) p))
190 accum)))
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddata.c2533 register EMACS_INT accum = 0;
2542 accum = 0;
2545 accum = 1;
2548 accum = -1;
2561 return float_arith_driver ((double) accum, argnum, code,
2568 accum += next;
2571 accum = argnum ? accum - next : nargs == 1 ? - next : next;
2574 accum *= next;
2578 accum
2518 register EMACS_INT accum = 0; local
[all...]

Completed in 142 milliseconds

12