Searched refs:_nbits (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | bitstring.h | 112 #define bitstr_size(_nbits) (_bit_roundup2((_nbits), _BITSTR_BITS) / 8) argument 117 bit_alloc(size_t _nbits, struct malloc_type *type, int flags) in bit_alloc() argument 119 return ((bitstr_t *)malloc(bitstr_size(_nbits), type, flags | M_ZERO)); in bit_alloc() 123 bit_alloc(size_t _nbits) in bit_alloc() argument 125 return ((bitstr_t *)calloc(bitstr_size(_nbits), 1)); in bit_alloc() 230 bit_ff_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, int _match) in bit_ff_at_() argument 238 if (_start >= _nbits || _nbits <= 0) in bit_ff_at_() 242 _stopbitstr = _bitstr + _bit_idx(_nbits - 1); in bit_ff_at_() 253 (_bit_offset(_nbits) != 0 && (size_t)_value >= _nbits)) in bit_ff_at_() 257 #define bit_ff_at(_bitstr, _start, _nbits, _match, _resultp) \ argument [all …]
|
/freebsd/usr.bin/localedef/ |
H A D | wide.c | 65 static int _nbits = 7; variable 639 _nbits = 8; in set_wide_encoding() 648 _nbits = mb_encodings[i].nbits; in set_wide_encoding() 663 return ((int)((1U << _nbits) - 1)); in max_wide()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | coex.h | 79 BT_MBOX(n_dw,_msg,_pos,_nbits) global() argument
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_pinctrl.c | 118 #define RK_IOMUX(_bank, _subbank, _offset, _nbits) \ argument 123 .nbits = _nbits, \
|