Home
last modified time | relevance | path

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

12345678910>>...51

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgen-jacobitab.c60 #define JACOBI_A(bits) (decode_table[(bits)>>1].a) argument
61 #define JACOBI_B(bits) (decode_table[(bits)>>1].b) argument
63 #define JACOBI_E(bits) ((bits) & 1) argument
64 #define JACOBI_D(bits) (((bits)>>1) == 7) /* Gives 0 for don't care states. */ argument
90 unsigned bits; in main() local
/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm_extract.c99 uint64_t bits = i->i_bits; in asm_brhint() local
130 uint64_t bits = i->i_bits; in asm_brphint() local
1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, in operand()
1823 imm(uint64_t bits, int sign, int o, int l) in imm()
1833 s_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) in s_imm()
1840 u_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) in u_imm()
1847 vimm(uint64_t bits, int sign, va_list ap) in vimm()
1864 s_immf(struct asm_inst *i, int op, uint64_t bits, ...) in s_immf()
1874 u_immf(struct asm_inst *i, int op, uint64_t bits, ...) in u_immf()
1884 disp(struct asm_inst *i, int op, uint64_t bits, ...) in disp()
[all …]
H A Ddisasm_decode.c52 asm_decodeA(uint64_t bits, struct asm_bundle *b, int slot) in asm_decodeA()
538 uint64_t bits; in asm_decodeB() local
654 uint64_t bits; in asm_decodeF() local
905 uint64_t bits; in asm_decodeI() local
1317 uint64_t bits; in asm_decodeM() local
2476 uint64_t bits; in asm_decodeX() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_irq.h49 ilk_enable_display_irq(struct drm_i915_private *dev_priv, u32 bits) in ilk_enable_display_irq()
54 ilk_disable_display_irq(struct drm_i915_private *dev_priv, u32 bits) in ilk_disable_display_irq()
63 enum pipe pipe, u32 bits) in bdw_enable_pipe_irq()
68 enum pipe pipe, u32 bits) in bdw_disable_pipe_irq()
76 ibx_enable_display_interrupt(struct drm_i915_private *dev_priv, u32 bits) in ibx_enable_display_interrupt()
81 ibx_disable_display_interrupt(struct drm_i915_private *dev_priv, u32 bits) in ibx_disable_display_interrupt()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dhash.h39 hash_long(unsigned long value, unsigned int bits) in hash_long()
48 hash_32(uint32_t value, unsigned int bits) in hash_32()
54 hash_64(uint64_t value, unsigned int bits) in hash_64()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_145.c8 struct bits { struct
16 struct bits local_bits; in sizeof_one() argument
/netbsd-src/crypto/external/bsd/openssl/dist/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c35 static EVP_PKEY *generate_rsa_key_long(OSSL_LIB_CTX *libctx, unsigned int bits) in generate_rsa_key_long()
108 static EVP_PKEY *generate_rsa_key_short(OSSL_LIB_CTX *libctx, unsigned int bits) in generate_rsa_key_short()
127 int bits = 0; in dump_key() local
245 unsigned int bits = 4096; in main() local
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dishftc.c34 GFC_UINTEGER_4 mask, bits; in ishftc4() local
58 GFC_UINTEGER_8 mask, bits; in ishftc8() local
83 GFC_UINTEGER_16 mask, bits; in ishftc16() local
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dishftc.c34 GFC_UINTEGER_4 mask, bits; in ishftc4() local
58 GFC_UINTEGER_8 mask, bits; in ishftc8() local
83 GFC_UINTEGER_16 mask, bits; in ishftc16() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py27 def CheckBits(bits): argument
31 def TypeCodeForBits(bits): argument
35 def TypeCodeForStruct(bits): argument
43 def MagicForBits(bits): argument
/netbsd-src/lib/libc/inet/
H A Dinet_cidr_pton.c76 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { in inet_cidr_pton()
93 int ch, bits; in inet_cidr_pton_ipv4() local
166 int bits; in inet_cidr_pton_ipv6() local
263 int bits = 0; in getbits() local
H A Dinet_net_ntop.c68 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) in inet_net_ntop()
95 inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv4()
170 inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv6()
/netbsd-src/external/bsd/libbind/dist/inet/
H A Dinet_cidr_pton.c72 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { in inet_cidr_pton()
89 int n, ch, tmp, bits; in inet_cidr_pton_ipv4() local
161 int bits; in inet_cidr_pton_ipv6() local
258 int bits = 0; in getbits() local
H A Dinet_net_ntop.c60 inet_net_ntop(af, src, bits, dst, size) in inet_net_ntop() argument
92 inet_net_ntop_ipv4(src, bits, dst, size) in inet_net_ntop_ipv4() argument
171 inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) { in inet_net_ntop_ipv6()
/netbsd-src/external/bsd/nsd/dist/
H A Dbitset.c16 size_t nsd_bitset_size(size_t bits) in nsd_bitset_size()
35 void nsd_bitset_init(struct nsd_bitset *bset, size_t bits) in nsd_bitset_init()
74 unsigned char bits; in nsd_bitset_or() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_rand.c21 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
97 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
102 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
107 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/netbsd-src/sys/arch/x68k/dev/
H A Dmfp.h194 #define mfp_bit_set(reg,bits) (mfp_base[(reg)] |= (bits)) argument
195 #define mfp_bit_clear(reg,bits) (mfp_base[(reg)] &= (~(bits))) argument
197 #define mfp_bit_set_gpip(bits) mfp_bit_set(MFP_GPIP, (bits)) argument
198 #define mfp_bit_clear_gpip(bits) mfp_bit_clear(MFP_GPIP, (bits)) argument
199 #define mfp_bit_set_aer(bits) mfp_bit_set(MFP_AER, (bits)) argument
200 #define mfp_bit_clear_aer(bits) mfp_bit_clear(MFP_AER, (bits)) argument
201 #define mfp_bit_set_iera(bits) mfp_bit_set(MFP_IERA, (bits)) argument
202 #define mfp_bit_clear_iera(bits) mfp_bit_clear(MFP_IERA, (bits)) argument
203 #define mfp_bit_set_ierb(bits) mfp_bit_set(MFP_IERB, (bits)) argument
204 #define mfp_bit_clear_ierb(bits) mfp_bit_clear(MFP_IERB, (bits)) argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/netbsd-src/sys/sys/
H A Dbus_proto.h140 #define BUS_SPACE_READ_MEM_PROTOS(bytes, bits) \ argument
166 #define BUS_SPACE_READ_MEM_PROTOS(bytes, bits) \ argument
192 #define BUS_SPACE_READ_MEM_PROTOS(bytes, bits) \ argument
218 #define BUS_SPACE_READ_MEM_PROTOS(bytes, bits) \ argument
257 #define BUS_SPACE_WRITE_MEM_PROTOS(bytes, bits) \ argument
283 #define BUS_SPACE_WRITE_MEM_PROTOS(bytes, bits) \ argument
309 #define BUS_SPACE_WRITE_MEM_PROTOS(bytes, bits) \ argument
335 #define BUS_SPACE_WRITE_MEM_PROTOS(bytes, bits) \ argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h141 } bits; member
151 } bits; member
161 } bits; member
169 } bits; member
179 } bits; member
193 } bits; member
207 } bits; member
216 } bits; member
227 } bits; member
236 } bits; member
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d102 void* malloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in malloc()
108 BlkInfo qalloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in qalloc()
114 void* calloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in calloc()
120 void* realloc(void* p, size_t size, uint bits, const scope TypeInfo ti) nothrow in realloc()
/netbsd-src/sys/dev/sbus/
H A Dcs4231_sbus.c194 char bits[128]; in cs4231_sbus_regdump() local
236 char bits[128]; in cs4231_sbus_trigger_output() local
319 char bits[128]; in cs4231_sbus_halt_output() local
368 char bits[128]; in cs4231_sbus_trigger_input() local
450 char bits[128]; in cs4231_sbus_halt_input() local
499 char bits[128]; in cs4231_sbus_intr() local
/netbsd-src/lib/libc/gdtoa/
H A Dstrtorf.c38 ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtof() argument
79 ULong bits[1]; local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_gen.c32 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex()
41 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key()
64 static int rsa_builtin_keygen(RSA *rsa, int bits, int primes, BIGNUM *e_value, in rsa_builtin_keygen()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
H A Dgc.d100 void* malloc(size_t size, uint bits, const TypeInfo ti) nothrow in malloc()
109 BlkInfo qalloc(size_t size, uint bits, const scope TypeInfo ti) nothrow in qalloc()
118 void* calloc(size_t size, uint bits, const TypeInfo ti) nothrow in calloc()
127 void* realloc(void* p, size_t size, uint bits, const TypeInfo ti) nothrow in realloc()

12345678910>>...51