Searched defs:numbits (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.bin/openssl/ |
H A D | gendh.c | 133 int ret = 1, numbits = DEFBITS; in gendh_main() local
|
H A D | dsaparam.c | 162 int numbits = -1; in dsaparam_main() local
|
H A D | genrsa.c | 276 char *numbits = NULL; in genrsa_main() local
|
/openbsd/lib/libcrypto/des/ |
H A D | des.c | 212 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt() 393 DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt() 803 DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt()
|
/openbsd/gnu/llvm/llvm/lib/TextAPI/ |
H A D | TextStubCommon.cpp | 135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() argument
|
/openbsd/usr.bin/dc/ |
H A D | inout.c | 414 int numbits, i, ch; in print_ascii() local
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-i960.c | 853 int numbits; /* Length of bit field to be fixed */ local 1451 get_cdisp (dispP, ifmtP, instr, numbits, var_frag, callj) in get_cdisp() argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i960.c | 569 int numbits, /* # bits of displacement (13 for COBR, 24 for CTRL). */ in get_cdisp() 1789 int numbits; /* Length of bit field to be fixed. */ in md_number_to_field() local
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 114 APInt::APInt(unsigned numbits, StringRef Str, uint8_t radix) in APInt() 2088 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString()
|
/openbsd/sys/arch/i386/i386/ |
H A D | machdep.c | 1880 int numbits = 0; in identifycpu() local
|