Home
last modified time | relevance | path

Searched refs:bits_ (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h28 void clear() { bits_ = 0; } in clear()
29 void setAll() { bits_ = ~(basic_int_t)0; } in setAll()
30 bool empty() const { return bits_ == 0; } in empty()
34 basic_int_t old = bits_; in setBit()
35 bits_ |= mask(idx); in setBit()
36 return bits_ != old; in setBit()
41 basic_int_t old = bits_; in clearBit()
42 bits_ &= ~mask(idx); in clearBit()
43 return bits_ != old; in clearBit()
46 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h27 void clear() { bits_ = 0; } in clear()
28 void setAll() { bits_ = ~(basic_int_t)0; } in setAll()
29 bool empty() const { return bits_ == 0; } in empty()
33 basic_int_t old = bits_; in setBit()
34 bits_ |= mask(idx); in setBit()
35 return bits_ != old; in setBit()
40 basic_int_t old = bits_; in clearBit()
41 bits_ &= ~mask(idx); in clearBit()
42 return bits_ != old; in clearBit()
45 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h29 void clear() { bits_ = 0; } in clear()
30 void setAll() { bits_ = ~(basic_int_t)0; } in setAll()
31 bool empty() const { return bits_ == 0; } in empty()
35 basic_int_t old = bits_; in setBit()
36 bits_ |= mask(idx); in setBit()
37 return bits_ != old; in setBit()
42 basic_int_t old = bits_; in clearBit()
43 bits_ &= ~mask(idx); in clearBit()
44 return bits_ != old; in clearBit()
47 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h295 fp.u_.bits_ = bits; in ReinterpretBits()
310 const Bits &bits() const { return u_.bits_; } in bits()
313 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } in exponent_bits()
316 Bits fraction_bits() const { return kFractionBitMask & u_.bits_; } in fraction_bits()
319 Bits sign_bit() const { return kSignBitMask & u_.bits_; } in sign_bit()
339 return DistanceBetweenSignAndMagnitudeNumbers(u_.bits_, rhs.u_.bits_) in AlmostEquals()
347 Bits bits_; // The bits that represent the number. member
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-bfin.c1147 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1148 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1149 …SSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.bits_##x)
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-bfin.c1136 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1137 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1138 …SSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.bits_##x)
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info1076 0x04 ‘uint32_t ctm_offset’ The offset of this field _in bits_. (Usually, for bitfields, this…
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.info1076 0x04 'uint32_t ctm_offset' The offset of this field _in bits_. (Usually, for bitfields, this…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.info8716 length of 128 bits_. Thus the number of 64-bit doublewords in a vector
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info9079 length of 128 bits_. Thus the number of 64-bit doublewords in a vector