Searched refs:bitfield (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 38 #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/ |
D | apicdef_32.h | 203 /*170*/ u32 bitfield; member 208 /*1F0*/ u32 bitfield; member 213 /*270*/ u32 bitfield; member
|
/external/libvpx/ |
D | vp8_api1_migration.txt | 153 `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/ |
D | ChangeLog | 1157 refcount is stored in a bitfield, so we also have 1158 to access all other bitfield members atomically.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 10265 resolving the unsigned type of the declared bitfield. 10268 to unsigned, but since bitfield optimization is not critical for
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 13401 Make quirk bits part of the bitfield to shrink RenderFlows.
|
D | ChangeLog-2009-06-16 | 47486 …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
|
D | ChangeLog-2010-01-29 | 1232 …* 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.
|
D | ChangeLog-2008-08-10 | 14979 * 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.
|
D | ChangeLog-2005-08-23 | 45026 * khtml/css/css_valueimpl.h: don't use a bitfield for id and important, 45027 unpacking the bitfield is too expensive
|
D | ChangeLog-2007-10-14 | 67005 Change the m_selectionState enum-bitfield to an unsigned-bitfield,
|
D | ChangeLog-2006-05-10 | 19734 - redid the Length structure to work more portably by not relying on bitfield
|