HomeSort by relevance Sort by last modified time
    Searched refs:bn_div_words (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
div.pl 4 sub bn_div_words subroutine
  /external/openssl/crypto/bn/asm/x86/
div.pl 4 sub bn_div_words subroutine
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86.pl 19 &bn_div_words("bn_div_words");
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
bn-586.pl 17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
bn-mips.S 565 move $7,$4 # we know that bn_div_words does not
616 .globl bn_div_words
617 .ent bn_div_words
618 bn_div_words: label
625 .end bn_div_words
    [all...]
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
    [all...]
bn-586.S 464 .globl bn_div_words
465 .type bn_div_words,@function
467 bn_div_words: label
474 .size bn_div_words,.-.L_bn_div_words_begin
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)
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)
    [all...]
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
    [all...]
  /external/openssl/crypto/bn/asm/
x86.pl 19 &bn_div_words("bn_div_words");
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
bn-586.pl 17 &bn_div_words("bn_div_words");
410 sub bn_div_words subroutine
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
    [all...]
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
    [all...]
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
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)
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)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
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\
bn_word.c 104 /* normalize input (so bn_div_words doesn't complain) */
115 d=bn_div_words(ret,l,w);
bn_lcl.h 483 #undef bn_div_words macro
  /external/openssl/crypto/bn/
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\
bn_word.c 104 /* normalize input (so bn_div_words doesn't complain) */
115 d=bn_div_words(ret,l,w);
bn_lcl.h 483 #undef bn_div_words macro

Completed in 203 milliseconds

1 2