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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp170 bool bit0 = (byte & 1) == 1; local
180 (bit2 ? '1' : '0'), (bit1 ? '1' : '0'), (bit0 ? '1' : '0'));
186 bool bit0 = (byte & 1) == 1; local
223 stream.Printf("%c", bit0 ? '1' : '0');
/freebsd-12-stable/lib/libkvm/
H A Dkvm_private.c222 * Transform v such that only bits [bit0, bitN) may be set. Generates a
223 * bitmask covering the number of bits, then shifts so +bit0+ is the first.
226 bitmask_range(uint64_t v, uint64_t bit0, uint64_t bitN) argument
228 if (bit0 == 0 && bitN == BITS_IN(v))
231 return (v & (((1ULL << (bitN - bit0)) - 1ULL) << bit0));
236 * given base, from bit0 to bitN. bit0 may be non-zero in the case of
240 popcount_bytes(uint64_t *addr, uint32_t bit0, uint32_t bitN) argument
242 uint32_t res = bitN - bit0;
[all...]
/freebsd-12-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-12-stable/contrib/gcc/config/s390/
H A Ds390.c480 int bit0, bit1; local
503 bit0 = exact_log2 (INTVAL (op1) ^ INTVAL (op2));
504 if (bit0 != -1 && bit1 != -1)
505 return bit0 > bit1 ? CCT1mode : CCT2mode;
/freebsd-12-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 220 milliseconds