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

  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 85 * Perform the appropriate triplet combination function for the current
192 var triplet = (((binarray[i >> 2] >> 8 * (3 - i %4)) & 0xFF) << 16)
198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
crypto-md5.js 246 var triplet = (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)
252 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 85 * Perform the appropriate triplet combination function for the current
192 var triplet = (((binarray[i >> 2] >> 8 * (3 - i %4)) & 0xFF) << 16)
198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
crypto-md5.js 246 var triplet = (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)
252 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
  /frameworks/base/obex/javax/obex/
ObexHelper.java 819 * array should be of the form Tag - Length - Value triplet.
821 * @param triplet the byte sequence containing the tag length value form
824 public static byte[] getTagValue(byte tag, byte[] triplet) {
826 int index = findTag(tag, triplet);
832 int length = triplet[index] & 0xFF;
836 System.arraycopy(triplet, index, result, 0, length);
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 317 milliseconds