Searched refs:BYTES_PER_MPI_LIMB (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpi-asm-defs.h4 #define BYTES_PER_MPI_LIMB 8 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/generic/
H A Dmpi-asm-defs.h4 #define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-asm-defs.h4 #define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) macro
H A Dmpicoder.c53 nlimbs = (nbytes+BYTES_PER_MPI_LIMB-1) / BYTES_PER_MPI_LIMB;
55 i = BYTES_PER_MPI_LIMB - nbytes % BYTES_PER_MPI_LIMB;
56 i %= BYTES_PER_MPI_LIMB;
62 for (; i < BYTES_PER_MPI_LIMB; i++ )
111 nlimbs = (nbytes+BYTES_PER_MPI_LIMB-1) / BYTES_PER_MPI_LIMB;
116 i = BYTES_PER_MPI_LIMB - (nbytes % BYTES_PER_MPI_LIMB);
[all...]
H A Dmpi-scan.c45 for( j=0; j < BYTES_PER_MPI_LIMB; j++, n++ )
68 for( j=0; j < BYTES_PER_MPI_LIMB; j++, n++ )
70 #if BYTES_PER_MPI_LIMB == 4
79 #elif BYTES_PER_MPI_LIMB == 8
H A Dmpi-internal.h34 #if BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_INT
37 #elif BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_LONG
40 #elif BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_LONG_LONG
43 #elif BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_SHORT
47 #error BYTES_PER_MPI_LIMB does not match any C type
49 #define BITS_PER_MPI_LIMB (8*BYTES_PER_MPI_LIMB)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmpi.h45 #if BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_INT
48 #elif BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_LONG
51 #elif BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_LONG_LONG
54 #elif BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_SHORT
58 #error BYTES_PER_MPI_LIMB does not match any C type
60 #define BITS_PER_MPI_LIMB (8*BYTES_PER_MPI_LIMB)

Completed in 56 milliseconds