Home
last modified time | relevance | path

Searched refs:lbnModQ_32 (Results 1 – 16 of 16) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/
H A Dlbn68020.h23 unsigned lbnModQ_32(bnword32 const *n, unsigned len, unsigned d);
32 #define lbnModQ_32 lbnModQ_32 macro
H A Dlbn80386.h64 lbnModQ_32(bnword32 const *n, unsigned len, bnword32 d);
65 #define lbnModQ_32 lbnModQ_32 macro
H A Dlbn8086.h69 lbnModQ_32(bnword32 const __far *n, unsigned len, bnword32 d);
70 #define lbnModQ_32 lbnModQ_32 macro
H A Dbntest32.c641 k = lbnModQ_32(C, i+i, 30030);
647 t = lbnModQ_32(C, i+i, m);
648 carry = lbnModQ_32(A, i, m);
649 borrow = lbnModQ_32(B, i, m);
728 t = lbnModQ_32(z ? D : C, k, m);
729 carry = lbnModQ_32(A, i, m);
730 borrow = lbnModQ_32(B, i, m);
H A Dlbn32.h102 #ifndef lbnModQ_32
103 unsigned lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d);
H A Dlbn80386.s34 .globl lbnModQ_32
372 ## unsigned lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
375 lbnModQ_32: label
H A DCHANGES40 - Fixed bug in lbn80386.asm lbnModQ_32 (was a complete mess)
H A Dlbn68020.c278 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d) in lbnModQ_32() function
H A Dlbn32.c1378 #ifndef lbnModQ_32
1382 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d) in lbnModQ_32() function
1402 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d) in lbnModQ_32() function
1428 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d) in lbnModQ_32() function
1446 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d) in lbnModQ_32() function
H A Dlbn8086.asm938 nop ; Get lbnModQ_32 aligned properly
954 ;; unsigned lbnModQ_32(BNWORD16 *q, unsigned len, unsigned d)
H A Dlbn68360.s249 * unsigned lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
H A Dlbn80386.asm390 ;; unsigned lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
H A Dbn32.c633 d = lbnModQ_32((BNWORD32 *)src->ptr, s, d); in bnModQ_32()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/bnlib/
H A Dlbn32.h98 #ifndef lbnModQ_32
99 unsigned lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d);
H A Dlbn32.c1384 #ifndef lbnModQ_32
1388 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
1408 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
1434 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
1452 lbnModQ_32(BNWORD32 const *n, unsigned len, unsigned d)
H A Dbn32.c639 d = lbnModQ_32((BNWORD32 *)src->ptr, s, d); in bnModQ_32()