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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.S 839 .globl bn_sub_part_words
840 .type bn_sub_part_words,@function
842 bn_sub_part_words: label
1384 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin
bn-586.pl 20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
  /external/openssl/crypto/bn/asm/
bn-586.S 839 .globl bn_sub_part_words
840 .type bn_sub_part_words,@function
842 bn_sub_part_words: label
1384 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin
bn-586.pl 20 &bn_sub_part_words("bn_sub_part_words");
567 sub bn_sub_part_words subroutine
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 80 BN_ULONG bn_sub_part_words(BN_ULONG *r, function
99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
131 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl, dl, c);
162 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c == 0)\n", cl, dl);
185 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, copy)\n", cl, dl);
437 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */
438 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */
444 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */
445 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n); /* + */
454 bn_sub_part_words(t, a, &(a[n]),tna,n-tna); /* + *
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 80 BN_ULONG bn_sub_part_words(BN_ULONG *r, function
99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
131 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl, dl, c);
162 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c == 0)\n", cl, dl);
185 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, copy)\n", cl, dl);
437 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */
438 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */
444 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */
445 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n); /* + */
454 bn_sub_part_words(t, a, &(a[n]),tna,n-tna); /* + *
    [all...]

Completed in 353 milliseconds