Searched
full:bitfield (Results
426 -
450 of
1075) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/gas/ |
expr.h | 124 compiler can handle a bitfield of enum type. FIXME: We could
|
/toolchain/binutils/binutils-2.25/gprof/ |
alpha.c | 50 the bitfield layout might not be the same as native.
|
/external/v8/src/runtime/ |
runtime.h | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-tbl.h | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64LoadStoreOptimizer.cpp | 708 // Create the bitfield extract for high bits. 715 // Create the bitfield extract for low bits. 731 // Create the bitfield extract for low bits. 747 // Create the bitfield extract for high bits. [all...] |
/external/clang/test/CodeGen/ |
tbaa.cpp | 199 // Make sure that zero-length bitfield works. 203 int :0; /* ignored; prior field is not a bitfield. */
|
/external/deqp/framework/opengl/ |
gluStrUtil.inl | [all...] |
/external/libevent/ |
bufferevent-internal.h | 163 * The actual value here is a bitfield of those conditions; see the 168 * The actual value here is a bitfield of those conditions; see the
|
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 143 /*! \brief Codec capabilities bitfield 352 * Retrieves the capabilities bitfield from the algorithm's interface.
|
vpx_decoder.h | 46 /*! \brief Decoder capabilities bitfield 127 * \param[in] flags Bitfield of VPX_CODEC_USE_* flags
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMachObjectWriter.cpp | 151 // The bitfield offsets that work (as determined by trial-and-error) 168 // For notes on bitfield positions and endianness, see:
|
/external/mesa3d/src/gallium/include/pipe/ |
p_context.h | 313 * \param buffers bitfield of PIPE_CLEAR_* values. 336 * \param clear_flags bitfield of PIPE_CLEAR_DEPTH/STENCIL values.
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.h | 215 // Gets the name of the shared bitfield for the given index. 218 // Gets the name of the shared bitfield for the given bit index.
|
/external/skia/include/core/ |
SkMatrix44.h | 206 * Returns a bitfield describing the transformations the matrix may 207 * perform. The bitfield is computed conservatively, so it may include
|
/external/skia/site/dev/contrib/ |
style.md | 83 singular for exclusive values or plural for a bitfield. If a count is needed it 108 A bitfield:
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
diagnostics.s | 280 @ CHECK-ERRORS: error: bitfield width must be in range [1,32-lsb] 283 @ CHECK-ERRORS: error: bitfield width must be in range [1,32-lsb]
|
/external/syslinux/gpxe/src/include/gpxe/ |
wpa.h | 108 /** Bitfield of key characteristics, network byte order */ 192 /** Bitfield indicating a selection of WPA transient keys */
|
/external/v8/src/compiler/ |
linkage.h | 109 class TypeField : public BitField<LocationType, 0, 1> {}; 110 class LocationField : public BitField<int32_t, TypeField::kNext, 31> {};
|
/external/v8/src/heap/ |
slot-set.h | 494 class OffsetField : public BitField<int, 0, 29> {}; 495 class TypeField : public BitField<SlotType, 29, 3> {};
|
/external/v8/src/profiler/ |
heap-snapshot-generator.h | 61 class TypeField : public BitField<Type, 0, 3> {}; 62 class FromIndexField : public BitField<int, 3, 29> {};
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/ |
EfiBind.h | 97 // Disabling bitfield type checking warnings.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
BaseLibInternals.h | 479 Returns the bitfield specified by the StartBit and the EndBit from Operand.
481 @param Operand Operand on which to perform the bitfield operation.
504 @param Operand Operand on which to perform the bitfield operation.
529 @param Operand Operand on which to perform the bitfield operation.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ia32/ |
ProcessorBind.h | 66 // Disabling bitfield type checking warnings.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ipf/ |
ProcessorBind.h | 66 // Disabling bitfield type checking warnings.
|
/device/linaro/bootloader/edk2/MdePkg/Include/X64/ |
ProcessorBind.h | 67 // Disabling bitfield type checking warnings.
|
Completed in 1622 milliseconds
<<11121314151617181920>>