Searched refs:bn_div_words (Results 1 - 25 of 27) sorted by relevance

12

/external/openssl/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/external/openssl/crypto/bn/asm/
H A Dx86.pl19 &bn_div_words("bn_div_words");
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 Dbn-586.pl17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
H A Dbn-mips.S560 move $7,$4 # we know that bn_div_words does not
612 .globl bn_div_words
613 .ent bn_div_words
614 bn_div_words: label
621 .end bn_div_words
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 Dbn-586.S612 .globl bn_div_words
613 .type bn_div_words,@function
615 bn_div_words: label
622 .size bn_div_words,.-.L_bn_div_words_begin
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 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
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 Dmips.pl783 move $a3,$a0 # we know that bn_div_words does not
859 .globl bn_div_words
860 .ent bn_div_words
861 bn_div_words: label
868 .end bn_div_words
H A Dx86_64-gcc.c176 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
/external/openssl/crypto/bn/
H A Dbn_div.c144 #undef bn_div_words macro
145 # define bn_div_words(n0,n1,d0) \ macro
159 # undef bn_div_words macro
160 # define bn_div_words(n0,n1,d0) \ macro
336 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
339 q=bn_div_words(n0,n1,d0);
341 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
368 q=bn_div_words(n0,n1,d0);
370 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
H A Dbn_word.c104 /* normalize input (so bn_div_words doesn't complain) */
115 d=bn_div_words(ret,l,w);
H A Dbn_lcl.h483 #undef bn_div_words macro
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
H A Dbn.h816 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c295 q = bn_div_words(n0, n1, d0);
574 /* normalize input (so bn_div_words doesn't complain) */
585 d = bn_div_words(ret, l, w);
H A Dinternal.h191 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
H A Dgeneric.c424 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { function
431 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { function
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
H A Dx86_64-gcc.c178 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { function
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S468 .globl bn_div_words
469 .hidden bn_div_words
470 .type bn_div_words,@function
472 bn_div_words: label
479 .size bn_div_words,.-.L_bn_div_words_begin
/external/openssl/include/openssl/
H A Dbn.h816 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);

Completed in 4447 milliseconds

12