/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_mul.c | 417 bn_mul_comba8(r,a,b); 479 else if (n == 8 && dna == 0 && dnb == 0) /* XXX: bn_mul_comba8 could 484 bn_mul_comba8(&(t[n2]),t,&(t[n])); 488 bn_mul_comba8(r,a,b); 489 bn_mul_comba8(&(r[n2]),&(a[n]),&(b[n])); 614 bn_mul_comba8(&(t[n2]),t,&(t[n])); 615 bn_mul_comba8(r,a,b); 813 bn_mul_comba8(&(t[0]),&(r[0]),&(r[n])); 814 bn_mul_comba8(r,&(a[n]),&(b[n])); 1002 bn_mul_comba8(rr->d,a->d,b->d) [all...] |
bn_asm.c | 431 #undef bn_mul_comba8 macro 557 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function 971 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
|
bn_lcl.h | 487 void bn_mul_comba8(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b);
|
/external/openssl/crypto/bn/ |
bn_mul.c | 417 bn_mul_comba8(r,a,b); 479 else if (n == 8 && dna == 0 && dnb == 0) /* XXX: bn_mul_comba8 could 484 bn_mul_comba8(&(t[n2]),t,&(t[n])); 488 bn_mul_comba8(r,a,b); 489 bn_mul_comba8(&(r[n2]),&(a[n]),&(b[n])); 614 bn_mul_comba8(&(t[n2]),t,&(t[n])); 615 bn_mul_comba8(r,a,b); 813 bn_mul_comba8(&(t[0]),&(r[0]),&(r[n])); 814 bn_mul_comba8(r,&(a[n]),&(b[n])); 1002 bn_mul_comba8(rr->d,a->d,b->d) [all...] |
bn_asm.c | 431 #undef bn_mul_comba8 macro 557 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function 971 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
|
bn_lcl.h | 487 void bn_mul_comba8(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
s390x.S | 340 // void bn_mul_comba8(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4); 341 .globl bn_mul_comba8 342 .type bn_mul_comba8,@function 344 bn_mul_comba8: label 464 .size bn_mul_comba8,.-bn_mul_comba8
|
bn-mips.S | 732 .globl bn_mul_comba8 733 .ent bn_mul_comba8 734 bn_mul_comba8: label 1361 .end bn_mul_comba8 [all...] |
co-586.S | 3 .globl bn_mul_comba8 4 .type bn_mul_comba8,@function 6 bn_mul_comba8: label 546 .size bn_mul_comba8,.-.L_bn_mul_comba8_begin
|
sparcv8.S | 559 .global bn_mul_comba8 561 * void bn_mul_comba8(r,a,b) 564 bn_mul_comba8: label 933 .type bn_mul_comba8,#function 934 .size bn_mul_comba8,(.-bn_mul_comba8)
|
sparcv8plus.S | 666 .global bn_mul_comba8 668 * void bn_mul_comba8(r,a,b) 671 bn_mul_comba8: label 1017 .type bn_mul_comba8,#function 1018 .size bn_mul_comba8,(.-bn_mul_comba8) [all...] |
ia64.S | 111 // performance (see comment section to bn_mul_comba8 below). 538 // drop down to bn_mul_comba8 code:-) 589 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) 608 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) 613 .global bn_mul_comba8# 614 .proc bn_mul_comba8# 616 bn_mul_comba8: label [all...] |
mips.pl | 1020 .globl bn_mul_comba8 1021 .ent bn_mul_comba8 1022 bn_mul_comba8: label [all...] |
x86_64-gcc.c | 353 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
|
ppc.pl | 203 # bn_mul_comba8 247 .globl .bn_mul_comba8 978 # "bn_mul_comba8" i.e. remove the first dot 984 .bn_mul_comba8: 986 # Optimized version of the bn_mul_comba8 routine. 988 # void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) [all...] |
mips3.s | 763 LEAF(bn_mul_comba8) 1388 END(bn_mul_comba8) [all...] |
/external/openssl/crypto/bn/asm/ |
s390x.S | 340 // void bn_mul_comba8(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4); 341 .globl bn_mul_comba8 342 .type bn_mul_comba8,@function 344 bn_mul_comba8: label 464 .size bn_mul_comba8,.-bn_mul_comba8
|
bn-mips.S | 732 .globl bn_mul_comba8 733 .ent bn_mul_comba8 734 bn_mul_comba8: label 1361 .end bn_mul_comba8 [all...] |
co-586.S | 3 .globl bn_mul_comba8 4 .type bn_mul_comba8,@function 6 bn_mul_comba8: label 546 .size bn_mul_comba8,.-.L_bn_mul_comba8_begin
|
sparcv8.S | 559 .global bn_mul_comba8 561 * void bn_mul_comba8(r,a,b) 564 bn_mul_comba8: label 933 .type bn_mul_comba8,#function 934 .size bn_mul_comba8,(.-bn_mul_comba8)
|
sparcv8plus.S | 666 .global bn_mul_comba8 668 * void bn_mul_comba8(r,a,b) 671 bn_mul_comba8: label 1017 .type bn_mul_comba8,#function 1018 .size bn_mul_comba8,(.-bn_mul_comba8) [all...] |
ia64.S | 111 // performance (see comment section to bn_mul_comba8 below). 538 // drop down to bn_mul_comba8 code:-) 589 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) 608 // void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) 613 .global bn_mul_comba8# 614 .proc bn_mul_comba8# 616 bn_mul_comba8: label [all...] |
mips.pl | 1020 .globl bn_mul_comba8 1021 .ent bn_mul_comba8 1022 bn_mul_comba8: label [all...] |
x86_64-gcc.c | 353 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) function
|
ppc.pl | 203 # bn_mul_comba8 247 .globl .bn_mul_comba8 978 # "bn_mul_comba8" i.e. remove the first dot 984 .bn_mul_comba8: 986 # Optimized version of the bn_mul_comba8 routine. 988 # void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) [all...] |