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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 154 * @param mod_len Length after modified (# of StrSegments from {@code mod_from})
157 private void modifyUpper(int layer, int mod_from, int mod_len, int org_len) {
175 int mod_to = mod_from + ((mod_len == 0)? 0 : (mod_len - 1));
219 int diff = mod_len - org_len;
  /external/boringssl/src/crypto/evp/
p_rsa_asn1.c 188 int ret = 0, mod_len = 0; local
210 mod_len = BN_num_bits(rsa->n);
218 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) {
224 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) {

Completed in 72 milliseconds