/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/ |
apicdef_32.h | 225 u32 bitfield; member in struct:local_apic::__anon103726 230 u32 bitfield; member in struct:local_apic::__anon103727 235 u32 bitfield; member in struct:local_apic::__anon103728
|
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 68 /*! \brief Encoder capabilities bitfield 116 * This type represents a bitfield containing information about a compressed 267 * This type indicates a bitfield to be passed to vpx_codec_encode(), defining 363 * The error resilient bitfield indicates to the encoder which features 732 * \param[in] flags Bitfield of VPX_CODEC_USE_* flags 763 * \param[in] flags Bitfield of VPX_CODEC_USE_* flags [all...] |
/bionic/libm/i387/ |
fenv.c | 45 * affine mode for 287's (if they work at all) (1 in bitfield 1<<12) 46 * 53-bit precision (2 in bitfield 3<<8)
|
/external/clang/include/clang/Basic/ |
Specifiers.h | 123 /// A bitfield object is a bitfield on a C or C++ record.
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 276 namespace bitfield namespace in namespace:PR10579::fcppt::container 318 typedef fcppt::container::bitfield::basic<
|
/external/elfutils/libcpu/ |
i386_parse.y | 380 error (0, 0, "%d: unknown bitfield '%s'", 443 error (0, 0, "%d: unknown bitfield '%s'", 515 error (0, 0, "%d: unknown bitfield '%s'", 580 error (0, 0, "%d: duplicated definition of bitfield '%s'", 587 error (EXIT_FAILURE, errno, "%d: cannot insert new bitfield '%s'", 648 error (0, 0, "%d: bitfield '%s' used more than once", 685 error (0, 0, "%d: unknown bitfield '%s' used in output format", 729 error (0, 0, "%d: bitfield '%s' not used", [all...] |
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 156 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, BitField, "bitfield", OS)
|
/external/mesa3d/src/gallium/docs/source/cso/ |
rasterizer.rst | 147 16-bit bitfield of on/off flags, used to pattern the line stipple. 165 When bit k in the sprite_coord_enable bitfield is set, then generic
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 61 enum radeon_bo_domain { /* bitfield */ 66 enum radeon_bo_usage { /* bitfield */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4.h | 142 int writemask; /**< Bitfield of WRITEMASK_[XYZW] */ 181 uint32_t texture_offset; /**< Texture Offset bitfield */
|
/external/v8/src/ast/ |
ast-value-factory.h | 74 class IsRawStringBits : public BitField<bool, 0, 1> {}; 126 class IsOneByteBits : public BitField<bool, IsRawStringBits::kNext, 1> {};
|
/external/v8/src/snapshot/ |
serializer-common.h | 247 class ChunkSizeBits : public BitField<uint32_t, 0, 31> {}; 248 class IsLastChunkBits : public BitField<bool, 31, 1> {};
|
/external/v8/src/ |
string-builder.h | 21 typedef BitField<int, 0, kStringBuilderConcatHelperLengthBits> 23 typedef BitField<int, kStringBuilderConcatHelperLengthBits,
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/ |
PolicySubsystem-CommonTypes.xml | 5 <!-- Output devices definition as a bitfield for the supported devices per output 44 <!-- Input devices definition as a bitfield for the supported devices per Input
|
/art/compiler/optimizing/ |
instruction_simplifier_arm.cc | 106 // Merge a bitfield move instruction into its uses if it can be merged in all of them.
|
instruction_simplifier_arm64.cc | 103 // Merge a bitfield move instruction into its uses if it can be merged in all of them.
|
nodes_shared.h | 206 // Find the operation kind and shift amount from a bitfield move instruction.
|
/bionic/libc/include/android/ |
dlext.h | 28 /* bitfield definitions for android_dlextinfo.flags */
|
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/ |
psci.h | 68 /* Macro to help build the psci capabilities bitfield */
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/X64/ |
ProcessorBind.h | 41 // Disabling bitfield type checking warnings.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/ |
EfiBind.h | 136 // Disabling bitfield type checking warnings.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/ |
EfiBind.h | 88 // Disabling bitfield type checking warnings.
|
/external/clang/test/Analysis/ |
padding_c.c | 121 // Currently ignoring bitfield padding problems. Still need to make sure we
|
/external/clang/test/CodeGen/ |
asm.c | 103 // bitfield destination of an asm.
|
/external/clang/test/CodeGenObjC/ |
ivar-layout-64.m | 105 unsigned long bitfield :31;
|