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

<<11121314151617181920>>

  /frameworks/native/include/input/
Input.h 172 // Bitfield of axes that are present in this structure.
  /frameworks/rs/scriptc/
rs_types.rsh 403 * \brief Bitfield to specify the usage types for an allocation.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 159 // This is used as a bitfield to locate the smallest items present. Assumes childCount < 64.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 282 /** Return one if an event type t matches an event mask bitfield */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 282 /** Return one if an event type t matches an event mask bitfield */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 282 /** Return one if an event type t matches an event mask bitfield */
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 403 * \brief Bitfield to specify the usage types for an allocation.
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 82 statement->bind_int(index++, entry.ref(static_cast<BitField>(i)));
112 (*kernel)->put(static_cast<BitField>(i), (0 != statement->column_int(i)));
    [all...]
syncable.cc 513 entry->put(static_cast<BitField>(i), false);
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticParseKinds.td 409 def err_objc_property_bitfield : Error<"property name cannot be a bitfield">;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 466 /// Libobjc2 uses a bitfield representation where small(ish) bitfields are
474 /// significant bit being assumed to come first in the bitfield. Therefore,
475 /// a bitfield with the 64th bit set will be (int64_t)&{ 2, [0, 1<<31] },
476 /// while a bitfield / with the 63rd bit set will be 1<<64.
    [all...]
  /external/clang/test/CodeGenCXX/
bitfield.cpp 6 // Tests for bitfield access patterns in C++ with special attention to
10 // Test basic bitfield layout access across interesting byte and word
  /external/llvm/lib/IR/
DataLayout.cpp 322 assert(pref_align < (1 << 16) && "Alignment doesn't fit in bitfield");
323 assert(bit_width < (1 << 24) && "Bit width doesn't fit in bitfield");
  /external/wpa_supplicant_8/wpa_supplicant/
README-P2P 346 p2p_service_add bonjour 000000 <32-byte bitfield as hexdump>
347 (note: see P2P spec Annex E.4 for information on how to construct the bitfield)
  /external/chromium_org/v8/src/arm/
simulator-arm.cc     [all...]
disasm-arm.cc 500 case 'f': { // 'f: bitfield instructions - v7 and above.
854 switch (instr->BitField(7, 4)) {
869 switch (instr->BitField(7, 4)) {
    [all...]
  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 364 /// that value exceeds the bitfield size of ParmVarDeclBits.ParameterIndex.
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 151 // ivar bitfield grouping containers
155 // of the struct where the bitfield belongs.
366 // Computes ivar bitfield group no.
368 // Names field decl. for ivar bitfield group.
370 // Names struct type for ivar bitfield group.
372 // Names symbol for ivar bitfield group field offset.
374 // Given an ivar bitfield, it builds (or finds) its group record type.
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder3_test.cc 201 // for example, changing unused bits within a bitfield.
737 // for example, changing unused bits within a bitfield.
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder3_test.cc 204 // for example, changing unused bits within a bitfield.
740 // for example, changing unused bits within a bitfield.
    [all...]

Completed in 1794 milliseconds

<<11121314151617181920>>