Home
last modified time | relevance | path

Searched refs:bitfield (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/hcidump/parser/
Drfcomm.h38 #define GET_BIT(pos,bitfield) ((bitfield[(pos)/32]) & (1 << ((pos) % 32))) argument
39 #define SET_BIT(pos,bitfield) ((bitfield[(pos)/32]) |= (1 << ((pos) % 32))) argument
40 #define CLR_BIT(pos,bitfield) ((bitfield[(pos)/32]) &= ((1 << ((pos) % 32)) ^ (~0))) argument
/external/kernel-headers/original/asm-x86/
Dapicdef_32.h203 /*170*/ u32 bitfield; member
208 /*1F0*/ u32 bitfield; member
213 /*270*/ u32 bitfield; member
/external/libvpx/
Dvp8_api1_migration.txt153 `vpx_codec_encode()`. A set bit on the VP8E_UPD_REFERENCE bitfield is
181 `vpx_codec_encode()`. A cleared bit on the VP8E_USE_REFERENCE bitfield is
/external/bluetooth/glib/gobject/
DChangeLog1157 refcount is stored in a bitfield, so we also have
1158 to access all other bitfield members atomically.
/external/webkit/JavaScriptCore/
DChangeLog10265 resolving the unsigned type of the declared bitfield.
10268 to unsigned, but since bitfield optimization is not critical for
/external/webkit/WebCore/
DChangeLog-2003-10-2513401 Make quirk bits part of the bitfield to shrink RenderFlows.
DChangeLog-2009-06-1647486 …ased the size of RenderInline and RenderBlock by 4 bytes, this patch also moves all of the bitfield
47490 …One bitfield member was eliminated rather than moved: m_firstLine. This was really more of a stat…
50162 intrinsicPaddingBottom just be normal non-bitfield values.
76005 … In the past we have worked around this by declaring the bitfield member as an unsigned instead
DChangeLog-2010-01-291232 …* dom/Node.cpp: Use Nodes bitfield to keep track wheter a SVGElement has a SVGElementRareData obje…
1234 … * dom/Node.h: Add m_hasRareSVGData flag, merged with the existing bitfield, 10 bits remaining now.
90295 The 'state' parameter to wkDrawMediaUIPart is now an unsigned bitfield.
90330 The 'state' parameter to wkDrawMediaUIPart is now an unsigned bitfield.
DChangeLog-2008-08-1014979 * platform/graphics/Color.h: remove unnecessary bitfield use
41108 Eliminate a pointless bitfield so I can get references.
71234 growth of the _pseudoBits bitfield in RenderStyle.
DChangeLog-2005-08-2345026 * khtml/css/css_valueimpl.h: don't use a bitfield for id and important,
45027 unpacking the bitfield is too expensive
DChangeLog-2007-10-1467005 Change the m_selectionState enum-bitfield to an unsigned-bitfield,
DChangeLog-2006-05-1019734 - redid the Length structure to work more portably by not relying on bitfield