Searched defs:bn_div_words (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/bn/asm/ |
D | bn-586.pl | 421 sub bn_div_words subroutine
|
D | s390x.S | 247 .globl bn_div_words symbol 250 bn_div_words: label
|
D | sparcv8.S | 333 .global bn_div_words symbol 338 bn_div_words: label
|
D | sparcv8plus.S | 449 .global bn_div_words symbol 454 bn_div_words: label
|
D | ia64.S | 1416 bn_div_words: label
|
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
|
/third_party/openssl/crypto/bn/ |
D | bn_div.c | 174 # define bn_div_words(n0,n1,d0) \ macro 188 # define bn_div_words(n0,n1,d0) \ macro
|
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
|