HomeSort by relevance Sort by last modified time
    Searched full:bitfield (Results 551 - 575 of 1075) sorted by null

<<21222324252627282930>>

  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 214 assert(I.Fun.TypeQuals == TypeQuals && "bitfield overflow");
215 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow");
559 assert((unsigned)SC == StorageClassSpec && "SCS constants overflow bitfield");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 61 static std::string sampleMaskToString (const std::vector<deUint32>& bitfield, int numBits)
66 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx)
76 if ((bitfield[wordNdx] >> bit) & 0x01)
    [all...]
  /external/libevent/include/event2/
event.h 513 @param feature a bitfield of one or more event_method_feature values.
823 fd value. The second will be a bitfield of the events that triggered:
831 @param events desired events to monitor: bitfield of EV_READ, EV_WRITE,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 249 ElpCount // If expanding, see bitfield width below
256 ElmCount // If expanding, see bitfield width below
565 // Implementing an embedded layout-qualifier class here, since C++ can't have a real class bitfield
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-2012 255 * ia64-asmtab.h (completer_index): Extend bitfield to full uint.
330 (print_insn_coprocessor): Add new %<>c bitfield format
641 (i386_opcode_modifier): New bitfield 'repprefixok'.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BaseLib.inf 60 BitField.c
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
grant_table.h 362 * Bitfield values for gnttab_map_grant_ref.flags.
  /external/aac/libAACdec/src/
aacdec_hcr_bit.cpp 117 - reference value marking start of bitfield
  /external/aac/libSBRdec/src/
env_extr.h 269 UCHAR domain_vec[MAX_ENVELOPES]; /*!< Bitfield containing direction of delta-coding for each envelope (0:frequency, 1:time) */
  /external/autotest/client/site_tests/graphics_Gralloc/src/
gralloctest.c 80 int usage; /* bitfield indicating usage */
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 150 // Bitfield layout is hard.
  /external/e2fsprogs/lib/ext2fs/
openfs.c 285 * bigalloc requires cluster-aware bitfield operations, which at the
  /external/llvm/test/Transforms/InstCombine/
and.ll 349 ;; Code corresponding to one-bit bitfield ^1.
  /external/mesa3d/docs/
RELNOTES-4.1 295 by GLuint ctx->Transform.ClipPlanesEnabled. The later is a bitfield.
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 631 * For each iteration, clear the LSB from the bitfield.
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 107 /* check values against bitfield sizes */
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 148 unsigned sprite_coord_enable; /* bitfield referring to 32 GENERIC inputs */
  /external/mesa3d/src/glsl/builtins/tools/
texture_builtins.py 6 # Bitfield constants for the 'variant' argument to generate_sigs
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 355 found |= key_debug("clip plane enable bitfield",
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 70 /** Bitfield of GL_MAP_READ_BIT, GL_MAP_WRITE_BIT, GL_MAP_INVALIDATE_BIT */
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 411 // "has" fields into a single bitfield.
  /external/skia/src/gpu/
GrRenderTargetContext.h 243 * @param flags A bitfield of options specified by SkCanvas::VerticesFlags.
  /external/syslinux/gpxe/src/drivers/net/
etherfabric.h 27 * Etherfabric bitfield access
  /external/v8/src/
utils.h 291 // BitField is a help template for encoding and decode bitfield with
298 // in a bitfield without compiler warnings we have to compute 2^x
342 class BitField : public BitFieldBase<T, shift, size, uint32_t> { };
    [all...]

Completed in 3606 milliseconds

<<21222324252627282930>>