HomeSort by relevance Sort by last modified time
    Searched full:bitfield (Results 126 - 150 of 443) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/text/
Spanned.java 128 * The bits specified by the SPAN_USER bitfield are available
  /frameworks/base/include/androidfw/
VelocityTracker.h 79 // The idBits bitfield specifies the pointer ids of the pointers whose positions
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 199 uint32_t bitfield() const function in class:mcld::ResolveInfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xmd.h 109 * Bitfield suffixes for the protocol structure elements, if you
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mtio.h 159 /* Bitfield shifts in the status */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 109 * Bitfield suffixes for the protocol structure elements, if you
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mtio.h 159 /* Bitfield shifts in the status */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xmd.h 109 * Bitfield suffixes for the protocol structure elements, if you
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mtio.h 159 /* Bitfield shifts in the status */
  /external/libvpx/vpx/
vpx_decoder_compat.h 86 /*! \brief Decoder capabilities bitfield
256 * Retrieves the capabilities bitfield from the algorithm's interface.
490 unsigned int flags; /**< bitfield containing segment properties */
  /external/qemu/tcg/
README 290 Deposit T2 as a bitfield into T1, placing the result in DEST.
291 The bitfield is described by POS/LEN, which are immediate values:
293 LEN - the length of the bitfield
  /external/v8/src/
full-codegen.h 102 // Encode state and pc-offset as a BitField<type, start, size>.
104 class StateField : public BitField<State, 0, 1> { };
105 class PcField : public BitField<unsigned, 1, 30-1> { };
runtime.h 699 class DeclareGlobalsEvalFlag: public BitField<bool, 0, 1> {};
700 class DeclareGlobalsNativeFlag: public BitField<bool, 1, 1> {};
701 class DeclareGlobalsLanguageMode: public BitField<LanguageMode, 2, 2> {};
ast.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 182 // constants are cast to bool, and because clang is not enforcing bitfield
387 // Zero-length bitfields following non-bitfield members are
419 // Handle non-bitfield members.
422 // Otherwise we have a bitfield.
487 // Zero-length bitfields following non-bitfield members are
514 // Handle non-bitfield members.
517 // Otherwise we have a bitfield.
    [all...]
CGRecordLayout.h 270 assert(it != BitFields.end() && "Unable to find bitfield info");
  /external/skia/src/gpu/
GrDrawTarget.h 176 * The format of vertices is represented as a bitfield of flags.
204 * @return the bit to add to a GrVertexLayout bitfield.
224 * @return the bit to add to a GrVertexLayout bitfield.
    [all...]
  /hardware/invensense/mlsdk/mllite/
mldl.c 247 * Bitfield of the sensors that are going to be used. Combination of the
282 * Bitfield of the sensors to turn on. Combination of the following:
321 * Suspends each sensor according to the bitfield, if all axis and components
    [all...]
  /external/giflib/
gifalloc.c 28 /* return smallest bitfield size n will fit in */
  /external/icu4c/layout/
OpenTypeLayoutEngine.cpp 88 // todo: switch to more flags and bitfield rather than list of feature tags?
  /external/llvm/test/Transforms/InstCombine/
and.ll 241 ;; Code corresponding to one-bit bitfield ^1.
  /external/skia/src/gpu/gl/
GrGLProgram.h 169 uint8_t fInConfigFlags; // bitfield of InConfigFlags values
  /external/stlport/stlport/stl/
_streambuf.h 22 # include <stl/_ios_base.h> // Needed for ios_base bitfield members.
  /external/webkit/Source/WebCore/page/
ChromeClient.h 264 // Returns a bitfield indicating conditions that can trigger the compositor.

Completed in 5544 milliseconds

1 2 3 4 56 7 8 91011>>