Home
last modified time | relevance | path

Searched defs:n_bits (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Deq.c29 mpfr_eq (mpfr_srcptr u, mpfr_srcptr v, unsigned long int n_bits) in mpfr_eq()
/dragonfly/contrib/gmp/mpf/
H A Deq.c26 mpf_eq (mpf_srcptr u, mpf_srcptr v, mp_bitcnt_t n_bits) in mpf_eq()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dradiotap_iter.h22 int n_bits; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsbitmap.h42 unsigned int n_bits; /* Number of bits. */ member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsbitmap.h88 unsigned int n_bits; /* Number of bits. */ member
H A Dprofile-count.h138 static const int n_bits = 29; in class() local
/dragonfly/usr.bin/compress/
H A Dzopen.c92 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) argument
142 #define n_bits zs->zs_n_bits macro
/dragonfly/usr.bin/gzip/
H A Dzuncompress.c67 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) argument
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c43741 unsigned int n_bits = n_elts * GET_MODE_SIZE (inner_mode); in ix86_expand_vector_init() local