HomeSort by relevance Sort by last modified time
    Searched full:bitfield (Results 251 - 275 of 730) sorted by null

<<11121314151617181920>>

  /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/chromium_org/chrome/browser/first_run/
first_run.cc 69 // A bitfield formed from values in AutoImportState to record the state of
185 // Sets the |items| bitfield according to whether the import data specified by
235 // |target_profile| for the items specified in the |items_to_import| bitfield.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
state.c 100 * \return bitfield which will indicate _NEW_PROGRAM state if a new vertex
384 * Update the ctx->_TriangleCaps bitfield.
385 * XXX that bitfield should really go away someday!
  /external/chromium_org/v8/src/
full-codegen.h 111 // Encode state and pc-offset as a BitField<type, start, size>.
113 class StateField : public BitField<State, 0, 1> { };
114 class PcField : public BitField<unsigned, 1, 30-1> { };
    [all...]
  /external/mesa3d/src/mesa/main/
state.c 100 * \return bitfield which will indicate _NEW_PROGRAM state if a new vertex
384 * Update the ctx->_TriangleCaps bitfield.
385 * XXX that bitfield should really go away someday!
  /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/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 75 // We combine OR nodes for bitfield and NEON BSL operations.
    [all...]
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 879 static std::string ProcessBitField(SECItem* bitfield,
885 for (size_t i = 0; i * 8 < bitfield->len && i < sizeof(bits); ++i)
886 bits |= bitfield->data[i] << (i * 8);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 761 * @param stateBits bitfield of StateBits specifying the states to enable
770 * @param stateBits bitfield of StateBits specifying the states to disable
779 * @param stateBits bitfield of StateBits to enable or disable
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 761 * @param stateBits bitfield of StateBits specifying the states to enable
770 * @param stateBits bitfield of StateBits specifying the states to disable
779 * @param stateBits bitfield of StateBits to enable or disable
    [all...]
  /hardware/invensense/60xx/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/chromium_org/chrome/tools/
history-viz.py 170 # a bitfield. Below does "unsigned trans = static_cast<unsigned>(trans)".
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 219 // Returns a bitfield indicating conditions that can trigger the compositor.
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esUtil.h 129 /// \param flags Bitfield for the window creation flags
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 242 /* Note that sprite_coord enable is a bitfield of
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c 153 /* only first 32 regs will appear in this bitfield */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c 246 /* Note that sprite_coord enable is a bitfield of

Completed in 3076 milliseconds

<<11121314151617181920>>