| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 606 const uint16_t bitfields = data.GetU16(offset_ptr); in Decode() local 607 m_type_data_resolved = (1u << 15 & bitfields) != 0; in Decode() 608 m_is_synthetic = (1u << 14 & bitfields) != 0; in Decode() 609 m_is_debug = (1u << 13 & bitfields) != 0; in Decode() 610 m_is_external = (1u << 12 & bitfields) != 0; in Decode() 611 m_size_is_sibling = (1u << 11 & bitfields) != 0; in Decode() 612 m_size_is_synthesized = (1u << 10 & bitfields) != 0; in Decode() 613 m_size_is_valid = (1u << 9 & bitfields) != 0; in Decode() 614 m_demangled_is_synthesized = (1u << 8 & bitfields) != 0; in Decode() 615 m_contains_linker_annotations = (1u << 7 & bitfields) != 0; in Decode() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.c | 196 copy_settings_data->flags.bitfields.fec_enable_status = (link->fec_state == dc_link_fec_enabled); in dmub_replay_copy_settings() 197 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_replay_copy_settings() 209 copy_settings_data->flags.bitfields.force_wakeup_by_tps3 = 1; in dmub_replay_copy_settings() 211 copy_settings_data->flags.bitfields.force_wakeup_by_tps3 = 0; in dmub_replay_copy_settings()
|
| H A D | dmub_psr.c | 367 …copy_settings_data->debug.bitfields.visual_confirm = dc->dc->debug.visual_confirm == VISUAL_CONFIR… in dmub_psr_copy_settings() 368 copy_settings_data->debug.bitfields.use_hw_lock_mgr = 1; in dmub_psr_copy_settings() 369 copy_settings_data->debug.bitfields.force_full_frame_update = 0; in dmub_psr_copy_settings() 408 copy_settings_data->debug.bitfields.force_wakeup_by_tps3 = 1; in dmub_psr_copy_settings() 410 copy_settings_data->debug.bitfields.force_wakeup_by_tps3 = 0; in dmub_psr_copy_settings()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | bf64-1.x | 1 # The MCore ABI specifies that bitfields may not exceed 32 bits.
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | mcore.opt | 78 mwide-bitfields 80 Always treat bitfields as int-sized
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_device_queue_manager.h | 61 } bitfields, bits; member 76 } bitfields, bits; member
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | opcode.pl | 541 my %bitfields; 543 $bitfields{$_} = $_ for values %BITFIELDS; 689 my %bitfields; 691 $bitfields{$_} = $_ for values %BITFIELDS;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | Makefile.in | 4 EXECUTABLES = all-types annota1 bitfields break \
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_replay.c | 101 debug_flags->bitfields.visual_confirm = in amdgpu_dm_setup_replay()
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | cik_reg.h | 235 } bitfields, bits; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | README.Portability | 96 unqualified char and bitfields may be signed or unsigned. There is no 97 way to portably declare signed chars or signed bitfields. 109 bitfields, you must find another way to write it before it can be 220 See also "signed keyword" above. In K+R C only unsigned int bitfields
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 210 } bitfields; member 334 } bitfields; member 395 } bitfields; member 443 } bitfields; member 2466 } bitfields; member
|
| /openbsd-src/gnu/llvm/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 510 bitfields = [] 515 bitfields.append(BuiltinType(name,None,int(width))) 516 bftg = FixedTypeGenerator(bitfields)
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 9 // This file enumerates the various bitfields that we want to store on C++ class 16 /// In this file, each of the bitfields representing data about a C++ class
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 149 On little-endian machines, the bitfields are ordered from least significant bit 154 On big-endian machine, the bitfields are written in order from most significant
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | aclocal.m4 | 389 dnl Determine if enumerated bitfields are unsigned. ISO C says they can 393 [AC_CACHE_CHECK(for unsigned enumerated bitfields, gcc_cv_enum_bf_unsigned, 406 [Define if enumerated bitfields are treated as unsigned values.])
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-vax.texi | 355 @cindex VAX bitfields not supported 356 @cindex bitfields, not supported on VAX
|
| H A D | c-i960.texi | 23 @c FIXME! Add Syntax sec with discussion of bitfields here, at least so
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-vax.texi | 355 @cindex VAX bitfields not supported 356 @cindex bitfields, not supported on VAX
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.opt | 136 mms-bitfields
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | ChangeLog | 223 * fibheap.h (struct fibnode): Only use unsigned long bitfields
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog | 9 * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c.opt | 682 fsigned-bitfields 719 funsigned-bitfields
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | implement-c.texi | 444 @opindex funsigned-bitfields 446 by the @option{-funsigned-bitfields} option.
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | bitops.md | 406 ; opcodes for volatile bitfields.
|