Searched defs:bn_div_words (Results 1 - 11 of 11) sorted by relevance

/external/openssl/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/external/openssl/crypto/bn/asm/
H A Dbn-586.pl17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
H A Ds390x.S211 // 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
H A Dia64.S1379 // BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d)
1404 .global bn_div_words#
1405 .proc bn_div_words#
1407 bn_div_words: label
1554 .endp bn_div_words#
H A Dsparcv8.S333 .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)
H A Dsparcv8plus.S449 .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)
H A Dx86_64-gcc.c176 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
H A Dpa-risc2W.s726 ; 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
H A Dpa-risc2.s737 ; 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
/external/openssl/crypto/bn/
H A Dbn_div.c144 # 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(
[all...]
H A Dbn_asm.c230 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

Completed in 99 milliseconds