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

  /dalvik/tests/088-monitor-verification/src/
Main.java 58 m.triplet(obj1, obj2, 0);
59 System.out.println("triplet ok");
204 public void triplet(Object obj1, Object obj2, int x) { method in class:Main
  /external/webkit/PerformanceTests/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/PerformanceTests/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 825 * array should be of the form Tag - Length - Value triplet.
827 * @param triplet the byte sequence containing the tag length value form
830 public static byte[] getTagValue(byte tag, byte[] triplet) {
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 100 milliseconds