OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitfield
(Results
351 - 375
of
730
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
...]