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

  /external/openssl/crypto/bn/asm/x86/
div.pl 4 sub bn_div_words subroutine
  /external/openssl/crypto/bn/asm/
x86.pl 19 &bn_div_words("bn_div_words");
s390x.S 211 // BN_ULONG bn_div_words(BN_ULONG h,BN_ULONG l,BN_ULONG d);
212 .globl bn_div_words
213 .type bn_div_words,@function
215 bn_div_words: label
219 .size bn_div_words,.-bn_div_words
bn-586.pl 17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
pa-risc2W.s 726 ; unsigned long bn_div_words(unsigned long h, unsigned long l, unsigned long d)
736 bn_div_words label
739 .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
884 ADDIL L'bn_div_words-bn_div_err_case,%r6,%r1
885 LDO R'bn_div_words-bn_div_err_case(%r1),%r6
888 ADDIL L'C$4-bn_div_words,%r6,%r1
889 LDO R'C$4-bn_div_words(%r1),%r25
    [all...]
sparcv8.S 333 .global bn_div_words
335 * BN_ULONG bn_div_words(h,l,d)
338 bn_div_words: label
344 .type bn_div_words,#function
345 .size bn_div_words,(.-bn_div_words)
sparcv8plus.S 449 .global bn_div_words
451 * BN_ULONG bn_div_words(h,l,d)
454 bn_div_words: label
461 .type bn_div_words,#function
462 .size bn_div_words,(.-bn_div_words)
    [all...]
pa-risc2.s 737 ; unsigned long bn_div_words(unsigned long h, unsigned long l, unsigned long d)
746 bn_div_words label
748 .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR,RTNVAL=GR,LONG_RETURN
    [all...]
ia64.S 1407 bn_div_words: label
    [all...]
x86_64-gcc.c 176 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
ppc.pl 180 # 2. Fixed bn_add,bn_sub and bn_div_words, added comments,
206 # bn_div_words
250 .globl .bn_div_words
    [all...]
mips3.s 580 move a3,a0 /* we know that bn_div_words doesn't
594 bal bn_div_words
623 LEAF(bn_div_words)
733 END(bn_div_words)
    [all...]
  /external/openssl/crypto/bn/
bn_div.c 144 # define bn_div_words(n0,n1,d0) \ macro
158 # define bn_div_words(n0,n1,d0) \ macro
310 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
313 q=bn_div_words(n0,n1,d0);
315 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
342 q=bn_div_words(n0,n1,d0);
344 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
537 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
540 q=bn_div_words(n0,n1,d0);
542 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08
    [all...]
bn_word.c 104 /* normalize input (so bn_div_words doesn't complain) */
115 d=bn_div_words(ret,l,w);
bn_asm.c 230 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
239 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
bn.h 768 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
    [all...]
  /external/openssl/include/openssl/
bn.h 768 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 742 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);

Completed in 557 milliseconds