Home
last modified time | relevance | path

Searched defs:numbits (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.sbin/bta2dpd/sbc_crc-gen/
H A Dsbc_crc.c39 unsigned int j, i, k, numbits, data; in main() local
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Drandom_test.c404 uint32_t numbits; monobit() local
433 uint32_t numbits; runs() local
506 uint32_t numbits; blockfrequency() local
566 size_t numbits; binarymatrixrank() local
[all...]
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Docfb_enc.c67 void des_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in des_cfb_encrypt()
H A Doofb_enc.c67 void des_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in des_ofb_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Docfb_enc.c67 void des_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in des_cfb_encrypt()
H A Doofb_enc.c67 void des_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in des_ofb_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Dofb_enc.c24 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt()
H A Dcfb_enc.c30 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt()
H A Dcfb64ede.c92 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dofb_enc.c18 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt()
H A Dcfb_enc.c24 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt()
H A Dcfb64ede.c86 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintnoasm.d141 uint multibyteShl(uint [] dest, const(uint) [] src, uint numbits) in multibyteShl()
158 void multibyteShr(uint [] dest, const(uint) [] src, uint numbits) in multibyteShr()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintnoasm.d141 uint multibyteShl(uint [] dest, const(uint) [] src, uint numbits) in multibyteShl()
158 void multibyteShr(uint [] dest, const(uint) [] src, uint numbits) in multibyteShr()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ddsaparam.c72 int numbits = -1, num = 0, genkey = 0; in dsaparam_main() local
/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Dsbc_encode.c377 get_bits(uint8_t *data, int numbits, uint32_t *sample) in get_bits()
417 move_bits(uint8_t *data, int numbits, uint32_t sample) in move_bits()
450 move_bits_crc(uint8_t *data, int numbits, uint32_t sample) in move_bits_crc()
716 Crc8(uint8_t inCrc, uint8_t *inData, size_t numbits, ssize_t inBytes) in Crc8()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ddsaparam.c55 int numbits = -1, num = 0, genkey = 0; in dsaparam_main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStubCommon.cpp135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() argument
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
H A Dnetpgpkeys.c154 int numbits; /* # of bits */ member
/netbsd-src/usr.bin/dc/
H A Dinout.c399 int numbits, i, ch; in print_ascii() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dopenssl_crypto.c898 const int numbits, in rsa_generate_keypair()
1014 pgp_rsa_new_selfsign_key(const int numbits, in pgp_rsa_new_selfsign_key()
H A Dnetpgp.c1232 netpgp_generate_key(netpgp_t *netpgp, char *id, int numbits) in netpgp_generate_key()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dmachdep.c2257 int i, numbits; get_physical() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gf2m.c737 int numbits; in BN_GF2m_mod_inv() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp118 APInt::APInt(unsigned numbits, StringRef Str, uint8_t radix) in APInt()
2116 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString()