/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-expr-1.cpp | 15 int bitfield : I + J; // expected-error{{bit-field 'bitfield' has zero width}} member 25 int bitfield : I - J; // expected-error{{bit-field 'bitfield' has negative width (-1)}} \ member 37 int bitfield : I / J; // expected-error{{expression is not an integral constant expression}} \ member 48 int bitfield : I + J; member
|
H A D | enum-argument.cpp | 31 unsigned long long bitfield : e0; member
|
H A D | instantiate-field.cpp | 8 T bitfield : 12; // expected-error{{bit-field 'bitfield' has non-integral type 'float'}} \ member
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | bitfield.c | 15 struct bitfield { struct 21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc() argument
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | auto-type.c | 19 struct bitfield { int field:2; }; in i() struct
|
H A D | alignas.c | 11 …_Alignas(1) char bitfield : 1; // expected-error {{'_Alignas' attribute cannot be applied to a bit… member
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | microsoft-new-delete.cpp | 18 struct bitfield { int n : 3; } bf; // expected-note {{here}} struct
|
H A D | ptrtomember.cpp | 15 int bitfield : 1; member
|
H A D | attr-cxx0x.cpp | 11 int bitfield alignas(1) : 1; // expected-error {{}} member
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_common_utils.h | 194 static INLINE UWORD32 ihevce_num_ones_generic(UWORD32 bitfield) in ihevce_num_ones_generic() 201 static INLINE UWORD32 ihevce_num_ones_popcnt(UWORD32 bitfield) in ihevce_num_ones_popcnt()
|
/aosp_15_r20/frameworks/base/core/java/android/net/metrics/ |
H A D | ApfProgramEvent.java | 227 int bitfield = 0; in flagsFor() local 237 private static String namesOf(@Flags int bitfield) { in namesOf()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | spirv_definition.h | 22 #define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield)) argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | spirv_definition.h | 22 #define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield)) argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | spirv_definition.h | 22 #define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield)) argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | reference-init.cpp | 24 struct { int bitfield : 3; } s = { 3 }; member
|
/aosp_15_r20/system/tools/hidl/hidl2aidl/ |
D | AidlType.cpp | 95 const BitFieldType& bitfield = static_cast<const BitFieldType&>(type); in getAidlType() local
|
/aosp_15_r20/external/wayland/protocol/ |
H A D | wayland.dtd | 18 <!ATTLIST enum bitfield CDATA #IMPLIED> attribute
|
/aosp_15_r20/external/cpuinfo/src/arm/linux/ |
H A D | clusters.c | 17 static inline bool bitmask_all(uint32_t bitfield, uint32_t mask) { in bitmask_all()
|
/aosp_15_r20/frameworks/wilhelm/src/android/ |
H A D | channels.cpp | 80 SLuint32 bitfield = (1 << channelCount) - 1; in sles_channel_in_mask_from_count() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | unused-ivars.m | 105 …unsigned bitfield:1; // expected-warning {{Instance variable 'bitfield' in class 'RDar8481311' is … field
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSupportedCodecsDB.cpp | 117 static bool IsSingleBit(uint32_t bitmasks, uint32_t bitfield) { in IsSingleBit()
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | ivar-layout-64.m | 105 unsigned long bitfield :31; field
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_event.c | 95 clear_bits64(uint64_t *bitfield, uint64_t bits) in clear_bits64()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/composefragment/viewmodel/ |
H A D | QSFragmentComposeViewModelForceQSTest.kt | 85 (0u..31u).map { bitfield -> in <lambda>() method
|
/aosp_15_r20/external/bcc/tools/ |
H A D | bindsnoop.py | 401 def opts2str(bitfield): argument
|