HomeSort by relevance Sort by last modified time
    Searched defs:bigint (Results 1 - 7 of 7) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloUtil.java 84 BigInteger bigint = new BigInteger(1, bytes); local
86 return String.format("%0" + formatLen + "x", bigint);
  /external/syslinux/gpxe/src/crypto/axtls/
bigint_impl.h 54 struct _bigint* next; /**< The next bigint in the cache. */
55 short size; /**< The number of components in this bigint. */
56 short max_comps; /**< The heapsize allocated for this bigint */
61 typedef struct _bigint bigint; /**< An alias for _bigint */ typedef in typeref:struct:_bigint
69 bigint *active_list; /**< Bigints currently used. */
70 bigint *free_list; /**< Bigints not used. */
71 bigint *bi_radix; /**< The radix used. */
72 bigint *bi_mod[BIGINT_NUM_MODS]; /**< modulus */
75 bigint *bi_RR_mod_m[BIGINT_NUM_MODS]; /**< R^2 mod m */
76 bigint *bi_R_mod_m[BIGINT_NUM_MODS]; /**< R mod m *
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 92 milliseconds