Home
last modified time | relevance | path

Searched refs:md5_cmn (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
Dmd5.js132 function md5_cmn(q, a, b, x, s, t) { function
137 return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
141 return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
145 return md5_cmn(b ^ c ^ d, a, b, x, s, t);
149 return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);