Searched refs:_match (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | bitstring.h | 156 bit_ntest(const bitstr_t *_bitstr, size_t _start, size_t _stop, int _match) in bit_ntest() argument 161 _mask = (_match == 0) ? 0 : _BITSTR_MASK; in bit_ntest() 230 bit_ff_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, int _match) in bit_ff_at_() argument 243 _mask = _match ? 0 : _BITSTR_MASK; in bit_ff_at_() 257 #define bit_ff_at(_bitstr, _start, _nbits, _match, _resultp) \ argument 258 *(_resultp) = bit_ff_at_((_bitstr), (_start), (_nbits), (_match)) 279 int _match) in bit_ff_area_at_() argument 288 _mask = _match ? _BITSTR_MASK : 0; in bit_ff_area_at_() 319 #define bit_ff_area_at(_bitstr, _start, _nbits, _size, _match, _resultp) \ argument 320 *(_resultp) = bit_ff_area_at_(_bitstr, _start, _nbits, _size, _match);
|
/freebsd/libexec/rc/ |
H A D | debug.sh | 312 eval ${local:-:} _e _match _off _rc 328 _match= 348 _match=$_e 354 if test -z "$_off$_match"; then
|
/freebsd/sys/dev/virtio/ |
H A D | virtio.h | 78 static const struct virtio_pnp_match driver ## _match = { \ 83 &driver ## _match, 1); \ 85 &driver ## _match, 1) 87 (virtio_simple_probe(dev, &driver ## _match))
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-meta.m4 | 74 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}" 75 _alias=$(git describe --match=${_match} 2>/dev/null) 81 _match="${ZFS_META_NAME}-${ZFS_META_VERSION}-${ZFS_META_RELEASE}" 82 _alias=$(git describe --match=${_match} 2>/dev/null)
|
/freebsd/sys/netinet/ |
H A D | in_pcb.h | 673 #define INP_ITERATOR(_ipi, _lock, _match, _ctx) \ argument 678 .match = (_match), \
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_fast.c | 121 goto _match; in ZSTD_compressBlock_fast_generic() 149 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_generic()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_fast.c | 185 goto _match; in ZSTD_compressBlock_fast_noDict_generic() 280 _match: /* Requires: ip0, match0, offcode */ in ZSTD_compressBlock_fast_noDict_generic()
|