HomeSort by relevance Sort by last modified time
    Searched refs:md5_cmn (Results 1 - 2 of 2) sorted by null

  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-md5.js 138 function md5_cmn(q, a, b, x, s, t) function
144 return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
148 return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
152 return md5_cmn(b ^ c ^ d, a, b, x, s, t);
156 return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 138 function md5_cmn(q, a, b, x, s, t) function
144 return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
148 return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
152 return md5_cmn(b ^ c ^ d, a, b, x, s, t);
156 return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);

Completed in 322 milliseconds