HomeSort by relevance Sort by last modified time
    Searched full:hexcase (Results 1 - 4 of 4) sorted by null

  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 14 var hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */ variable
173 var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
crypto-md5.js 14 var hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */ variable
227 var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 14 var hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */ variable
173 var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
crypto-md5.js 14 var hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */ variable
227 var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";

Completed in 34 milliseconds