/frameworks/compile/slang/lit-tests/padding/ |
bitfield.rs | 6 // CHECK-LL: %struct.Bitfield{{(\.[0-9]+)?}} = type { i32, [4 x i8], i64, i8 } 51 struct Bitfield { 60 struct Bitfield bf; 66 static struct Bitfield * bf; 76 // Note: Tests through the non-exported type (Bitfield)
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkStrUtilImpl.inl | [all...] |
/external/v8/src/ |
property-details.h | 29 // bitfield. It is only used as a return value meaning the attributes of 69 // Must fit in the BitField PropertyDetails::KindField. 74 // Must fit in the BitField PropertyDetails::StoreModeField. 79 // Must fit in the BitField PropertyDetails::TypeField. 345 class KindField : public BitField<PropertyKind, 0, 1> {}; 346 class LocationField : public BitField<PropertyLocation, 1, 1> {}; 347 class AttributesField : public BitField<PropertyAttributes, 2, 3> {}; 352 class PropertyCellTypeField : public BitField<PropertyCellType, 5, 2> {}; 353 class DictionaryStorageField : public BitField<uint32_t, 7, 24> {}; 356 class RepresentationField : public BitField<uint32_t, 5, 4> {} [all...] |
code-stubs.h | 351 class MajorKeyBits: public BitField<uint32_t, 0, kStubMajorKeyBits> {}; 352 class MinorKeyBits: public BitField<uint32_t, 620 class IsMissBits : public BitField<bool, kSubMinorKeyBits, 1> {}; 621 class SubMinorKeyBits : public BitField<int, 0, kSubMinorKeyBits> {}; [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
bitfield-bfm.s | 0 /* bitfield-bfm.s Test file for AArch64 bitfield instructions 25 {[u|s]}bfm instructions. bitfield-bfm.s and bitfield-alias.s will be 27 same dump match file 'bitfield-dump'. */ 72 // bitfield insert -> bfm 81 // bitfield extract -> bfm
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Hsti.h | 55 // IHV-defined bitfield corresponding to all security features which must be
60 // Publisher-defined bitfield corresponding to all security features which
65 // Publisher-defined bitfield corresponding to all security features which
|
/external/clang/test/SemaTemplate/ |
instantiate-field.cpp | 8 T bitfield : 12; // expected-error{{bit-field 'bitfield' has non-integral type 'float'}} \ member in struct:X 18 int i3 = xi->bitfield;
|
/external/kernel-headers/original/uapi/linux/ |
matroxfb.h | 22 /* bitfield */
|
/external/llvm/test/CodeGen/AArch64/ |
bitfield-insert-0.ll | 3 ; The encoding of lsb -> immr in the CGed bitfield instructions was wrong at one
|
/external/wpa_supplicant_8/src/utils/ |
Makefile | 18 bitfield.o \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
matroxfb.h | 21 /* bitfield */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
matroxfb.h | 22 /* bitfield */
|
/external/clang/lib/CodeGen/ |
CGRecordLayout.h | 26 /// \brief Structure with information about how a bitfield should be accessed. 34 /// Then accessing a particular bitfield involves converting this byte array 37 /// subsequence of bits which make up that particular bitfield. This structure 40 /// this bitfield falls within. Let's assume the following C struct: 50 /// bitfield, and the second is the padding out to a 4-byte alignmnet. 78 /// bitfield. 81 /// The offset of the bitfield storage from the start of the struct. 209 assert(it != BitFields.end() && "Unable to find bitfield info");
|
/external/clang/test/SemaCXX/ |
ptrtomember.cpp | 15 int bitfield : 1; member in struct:S2 18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}}
|
/external/mesa3d/src/glsl/ |
ir_set_program_inouts.cpp | 30 * IsCentroid bitfield, and the UsesDFdy flag. 87 GLbitfield64 bitfield = BITFIELD64_BIT(var->location + var->index + offset + i); local 89 prog->InputsRead |= bitfield; 95 fprog->IsCentroid |= bitfield; 98 prog->SystemValuesRead |= bitfield; 100 prog->OutputsWritten |= bitfield;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
BitField.c | 15 BitField.c
28 Returns the bitfield specified by the StartBit and the EndBit from Operand.
30 @param Operand Operand on which to perform the bitfield operation.
59 @param Operand Operand on which to perform the bitfield operation.
90 @param Operand Operand on which to perform the bitfield operation.
116 Returns the bitfield specified by the StartBit and the EndBit from Operand.
123 @param Operand Operand on which to perform the bitfield operation.
157 @param Operand Operand on which to perform the bitfield operation.
194 @param Operand Operand on which to perform the bitfield operation.
231 @param Operand Operand on which to perform the bitfield operation. [all...] |
/development/ndk/platforms/android-14/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|
/development/ndk/platforms/android-9/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
BitField.c | 20 Returns the bitfield specified by the StartBit and the EndBit from Operand.
22 @param Operand Operand on which to perform the bitfield operation.
54 @param Operand Operand on which to perform the bitfield operation.
96 @param Operand Operand on which to perform the bitfield operation.
131 Returns the bitfield specified by the StartBit and the EndBit from Operand.
138 @param Operand Operand on which to perform the bitfield operation.
173 @param Operand Operand on which to perform the bitfield operation.
211 @param Operand Operand on which to perform the bitfield operation.
249 @param Operand Operand on which to perform the bitfield operation.
289 @param Operand Operand on which to perform the bitfield operation. [all...] |
/external/deqp/framework/common/ |
tcuFormatUtil.hpp | 72 // Bitfield formatter. 86 class Bitfield 89 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end) 127 inline std::ostream& operator<< (std::ostream& stream, Bitfield<BitfieldSize> decoder) 261 /** Decode and format bitfield. */ 263 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size]) 265 return Format::Bitfield<sizeof(T)*8>((deUint64)value, &desc[0], &desc[Size]);
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|