Searched refs:bit0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp169 bool bit0 = (byte & 1) == 1; local
179 (bit2 ? '1' : '0'), (bit1 ? '1' : '0'), (bit0 ? '1' : '0'));
185 bool bit0 = (byte & 1) == 1; local
222 stream.Printf("%c", bit0 ? '1' : '0');
/freebsd-13-stable/lib/libkvm/
H A Dkvm_private.c224 * Transform v such that only bits [bit0, bitN) may be set. Generates a
225 * bitmask covering the number of bits, then shifts so +bit0+ is the first.
228 bitmask_range(uint64_t v, uint64_t bit0, uint64_t bitN) argument
230 if (bit0 == 0 && bitN == BITS_IN(v))
233 return (v & (((1ULL << (bitN - bit0)) - 1ULL) << bit0));
238 * given base, from bit0 to bitN. bit0 may be non-zero in the case of
242 popcount_bytes(uint64_t *addr, uint32_t bit0, uint32_t bitN) argument
244 uint32_t res = bitN - bit0;
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-802_11.c3033 uint32_t presentflags, int bit0)
3068 bit = (enum ieee80211_radiotap_type)(bit0 + bitno);
3094 int bit0; local
3142 bit0 = 0;
3181 &flags, presentflags, bit0) != 0) {
3203 bit0 += 32;
3213 bit0 = 0;
3228 bit0 = 0;
3031 print_in_radiotap_namespace(netdissect_options *ndo, struct cpack_state *s, uint8_t *flags, uint32_t presentflags, int bit0) argument
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h1060 uint64_t bit0 : 6; /**< Indicates the bit location in the first word of member in struct:cvmx_pip_alt_skip_cfgx::cvmx_pip_alt_skip_cfgx_s
1079 uint64_t bit0 : 6;

Completed in 138 milliseconds