Home
last modified time | relevance | path

Searched refs:bitfields (Results 1 – 25 of 120) sorted by relevance

12345

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp606 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 Ddmub_replay.c196 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 Ddmub_psr.c367 …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 Dbf64-1.x1 # The MCore ABI specifies that bitfields may not exceed 32 bits.
/openbsd-src/gnu/gcc/gcc/config/mcore/
H A Dmcore.opt78 mwide-bitfields
80 Always treat bitfields as int-sized
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h61 } bitfields, bits; member
76 } bitfields, bits; member
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcode.pl541 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 DMakefile.in4 EXECUTABLES = all-types annota1 bitfields break \
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_replay.c101 debug_flags->bitfields.visual_confirm = in amdgpu_dm_setup_replay()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dcik_reg.h235 } bitfields, bits; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DREADME.Portability96 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 Ddmub_cmd.h210 } bitfields; member
334 } bitfields; member
395 } bitfields; member
443 } bitfields; member
2466 } bitfields; member
/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DABITestGen.py510 bitfields = []
515 bitfields.append(BuiltinType(name,None,int(width)))
516 bftg = FixedTypeGenerator(bitfields)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def9 // 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 DXRayFDRFormat.rst149 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 Daclocal.m4389 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 Dc-vax.texi355 @cindex VAX bitfields not supported
356 @cindex bitfields, not supported on VAX
H A Dc-i960.texi23 @c FIXME! Add Syntax sec with discussion of bitfields here, at least so
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-vax.texi355 @cindex VAX bitfields not supported
356 @cindex bitfields, not supported on VAX
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt136 mms-bitfields
/openbsd-src/gnu/gcc/include/
H A DChangeLog223 * fibheap.h (struct fibnode): Only use unsigned long bitfields
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog9 * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
/openbsd-src/gnu/gcc/gcc/
H A Dc.opt682 fsigned-bitfields
719 funsigned-bitfields
/openbsd-src/gnu/gcc/gcc/doc/
H A Dimplement-c.texi444 @opindex funsigned-bitfields
446 by the @option{-funsigned-bitfields} option.
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dbitops.md406 ; opcodes for volatile bitfields.

12345