/external/openssl/crypto/bn/asm/x86/ |
H A D | div.pl | 4 sub bn_div_words subroutine
|
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/ |
H A D | bn-586.S | 468 .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/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
H A D | bn-586.pl | 17 &bn_div_words("bn_div_words"); 410 sub bn_div_words subroutine
|
H A D | x86_64-gcc.c | 178 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { function
|
/external/openssl/crypto/bn/asm/ |
H A D | bn-586.S | 612 .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 D | bn-586.pl | 17 &bn_div_words("bn_div_words"); 410 sub bn_div_words subroutine
|
H A D | bn-mips.S | 560 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 D | mips.pl | 783 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 D | 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
|
H A D | ia64.S | 1379 // 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 D | 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)
|
H A D | 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)
|
H A D | x86_64-gcc.c | 176 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function
|
H A D | 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
|
H A D | 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
|
/external/openssl/crypto/bn/ |
H A D | bn_lcl.h | 483 #undef bn_div_words macro
|
H A D | bn_div.c | 144 #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 D | 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
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
H A D | generic.c | 424 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
|