| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| D | bn_div.c | 173 # undef bn_div_words 174 # define bn_div_words(n0,n1,d0) \ macro 187 # undef bn_div_words 188 # define bn_div_words(n0,n1,d0) \ macro 359 # if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words) in bn_div_fixed_top() 362 q = bn_div_words(n0, n1, d0); in bn_div_fixed_top() 386 q = bn_div_words(n0, n1, d0); in bn_div_fixed_top()
|
| D | bn_word.c | 85 d = bn_div_words(ret, l, w); in BN_div_word()
|
| D | README.pod | 5 bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words, 22 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d); 125 bn_div_words(B<h>, B<l>, B<d>) divides the two word number (B<h>, B<l>)
|
| D | bn_local.h | 239 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
|
| D | bn_asm.c | 198 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function 207 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ |
| D | ppc.S | 125 .globl bn_div_words symbol 126 .type bn_div_words,@function 129 bn_div_words: label 130 .quad .bn_div_words,.TOC.@tocbase,0 1523 .bn_div_words: label
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| D | s390x.S | 247 .globl bn_div_words symbol 248 .type bn_div_words,@function 250 bn_div_words: label 254 .size bn_div_words,.-bn_div_words
|
| D | bn-586.pl | 26 &bn_div_words("bn_div_words"); 421 sub bn_div_words subroutine
|
| D | sparcv8plus.S | 449 .global bn_div_words symbol 454 bn_div_words: label 461 .type bn_div_words,#function 462 .size bn_div_words,(.-bn_div_words)
|
| D | sparcv8.S | 333 .global bn_div_words symbol 338 bn_div_words: label 344 .type bn_div_words,#function 345 .size bn_div_words,(.-bn_div_words)
|
| D | ia64.S | 1413 .global bn_div_words# 1414 .proc bn_div_words# 1416 bn_div_words: label 1563 .endp bn_div_words#
|
| D | bn-c64xplus.asm | 31 .asg bn_div_words,_bn_div_words
|
| D | x86_64-gcc.c | 194 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) in bn_div_words() function
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ |
| D | ppc.S | 95 .globl bn_div_words symbol 96 .type bn_div_words,@function 1473 bn_div_words: label
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
| D | mips.S | 583 move $7,$4 # we know that bn_div_words does not 636 .globl bn_div_words symbol 637 .ent bn_div_words 638 bn_div_words: label 645 .end bn_div_words
|
| D | mips64.S | 580 move $7,$4 # we know that bn_div_words does not 633 .globl bn_div_words symbol 634 .ent bn_div_words 635 bn_div_words: label 642 .end bn_div_words
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ |
| D | bn-586.S | 624 .globl bn_div_words symbol 625 .type bn_div_words,@function 627 bn_div_words: label 639 .size bn_div_words,.-.L_bn_div_words_begin
|
| D | x86.S | 480 .globl bn_div_words symbol 481 .type bn_div_words,@function 483 bn_div_words: label 498 .size bn_div_words,.-.L_bn_div_words_begin
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| D | bn-sparcv8.S | 333 .global bn_div_words symbol 338 bn_div_words: label 344 .type bn_div_words,#function 345 .size bn_div_words,(.-bn_div_words)
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | CHANGES.md | 18934 bn_div_words in alpha.s.
|