Searched refs:bn_div_words (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Ddiv.pl4 sub bn_div_words subroutine
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dca.pl26 &bn_div_words("bn_div_words");
H A Dx86.pl19 &bn_div_words("bn_div_words");
H A Dbn-alpha.pl34 # The bn_div_words is actually gcc output but the other parts are hand done.
36 # bn_div_words.
442 .globl bn_div_words
443 .ent bn_div_words
444 bn_div_words: label
446 bn_div_words..ng:
567 .end bn_div_words
H A Dbn-586.pl11 &bn_div_words("bn_div_words");
230 sub bn_div_words subroutine
H A Dalpha.s2 # The bn_div_words is actually gcc output but the other parts are hand done.
4 # bn_div_words.
331 .globl bn_div_words
332 .ent bn_div_words
333 bn_div_words: label
335 bn_div_words..ng:
456 .end bn_div_words
H A Dpa-risc2W.s726 ; 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 Dsparcv8.S333 .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 Dsparcv8plus.S424 .global bn_div_words
426 * BN_ULONG bn_div_words(h,l,d)
429 bn_div_words: label
436 .type bn_div_words,#function
437 .size bn_div_words,(.-bn_div_words)
H A Dpa-risc2.s737 ; 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
H A Dia64.S1384 // BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d)
1409 .global bn_div_words#
1410 .proc bn_div_words#
1412 bn_div_words: label
1559 .endp bn_div_words#
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dx86.pl19 &bn_div_words("bn_div_words");
H A Dbn-586.pl16 &bn_div_words("bn_div_words");
312 sub bn_div_words subroutine
H A Dpa-risc2W.s726 ; 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 Dsparcv8.S333 .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 Dsparcv8plus.S436 .global bn_div_words
438 * BN_ULONG bn_div_words(h,l,d)
441 bn_div_words: label
448 .type bn_div_words,#function
449 .size bn_div_words,(.-bn_div_words)
H A Dpa-risc2.s737 ; 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Ddiv.pl3 sub bn_div_words subroutine
14 .globl bn_div_words
15 .ent bn_div_words
16 bn_div_words
18 bn_div_words.ng:
139 .end bn_div_words
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_div.c144 # define bn_div_words(n0,n1,d0) \ macro
158 # define bn_div_words(n0,n1,d0) \ macro
281 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
284 q=bn_div_words(n0,n1,d0);
286 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
313 q=bn_div_words(n0,n1,d0);
315 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
H A Dbn_word.c99 d=bn_div_words(ret,l,w);
H A Dbn.h479 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_div.c144 # define bn_div_words(n0,n1,d0) \ macro
158 # define bn_div_words(n0,n1,d0) \ macro
291 #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
294 q=bn_div_words(n0,n1,d0);
296 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
323 q=bn_div_words(n0,n1,d0);
325 fprintf(stderr,"DEBUG: bn_div_words(0x%08X,0x%08X,0x%08\
H A Dbn_word.c104 /* normalize input (so bn_div_words doesn't complain) */
115 d=bn_div_words(ret,l,w);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbn.h479 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);

Completed in 287 milliseconds

12