/external/icu4c/common/ |
ucase.h | 86 * Bit mask for getting just the options from a string compare options word 94 * Bit mask for getting just the options from a string compare options word
|
/external/kernel-headers/original/linux/ |
capability.h | 356 #define cap_mask(c,mask) do { cap_t(c) &= cap_t(mask); } while(0)
|
qic117.h | 117 __u8 mask; member in struct:qic117_command_table 125 /* command mask state cmd_type */\
|
timex.h | 282 u64 mask; /* mask the valid bits of the counter */ member in struct:time_interpolator
|
/external/libffi/src/alpha/ |
osf.S | 48 .mask 0x4008000, -32 137 .mask 0x4000000, -16*8
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_events.c | 318 Uint32 mask) 345 if ( mask & SDL_EVENTMASK(SDL_EventQ.event[spot].type) ) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 206 void (*SetIcon)(_THIS, SDL_Surface *icon, Uint8 *mask); 245 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.c | 62 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask, 346 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask,
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.h | 199 WMcursor* QZ_CreateWMCursor (_THIS, Uint8 *data, Uint8 *mask, 213 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 370 long mask; local 380 mask = SubstructureRedirectMask; 381 XSendEvent(SDL_Display, SDL_Root, False, mask, &ev); 545 unsigned long mask = 0; local 546 char *ret = pXGetICValues(SDL_IC, XNFilterEvents, &mask, NULL); 555 XSelectInput(SDL_Display, WMwindow, app_event_mask | mask); 1264 unsigned int mask; local [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 88 unsigned lmask; /* mask for first level of length codes */ 89 unsigned dmask; /* mask for first level of distance codes */
|
/external/qemu/slirp/ |
ip_icmp.c | 63 /* ADDR MASK (17) */ 0, 64 /* ADDR MASK REPLY (18) */ 0
|
/external/qemu/slirp-android/ |
ip_icmp.c | 64 /* ADDR MASK (17) */ 0, 65 /* ADDR MASK REPLY (18) */ 0
|
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | 672 uchar redMask,greenMask; /* Mask values for pixels */
714 m_int byteWidth; /* Byte with for AND mask */
715 uchar *andMask; /* Hold punch mask for icon */
716 bitmap_t xorMask; /* XOR mask for the icon */
718 /* ... AND mask and bitmap structure are stored contiguously */
822 char redMaskSize; /* Size of direct color red mask */
823 char redFieldPosition; /* Bit posn of lsb of red mask */
824 char greenMaskSize; /* Size of direct color green mask */
825 char greenFieldPosition; /* Bit posn of lsb of green mask */
826 char blueMaskSize; /* Size of direct color blue mask */
[all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | 672 uchar redMask,greenMask; /* Mask values for pixels */
714 m_int byteWidth; /* Byte with for AND mask */
715 uchar *andMask; /* Hold punch mask for icon */
716 bitmap_t xorMask; /* XOR mask for the icon */
718 /* ... AND mask and bitmap structure are stored contiguously */
822 char redMaskSize; /* Size of direct color red mask */
823 char redFieldPosition; /* Bit posn of lsb of red mask */
824 char greenMaskSize; /* Size of direct color green mask */
825 char greenFieldPosition; /* Bit posn of lsb of green mask */
826 char blueMaskSize; /* Size of direct color blue mask */
[all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcmdata.h | 116 EAS_U8 msBitMask; /* mask keeps track of MS bits */ 119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcmdata.h | 116 EAS_U8 msBitMask; /* mask keeps track of MS bits */ 119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 116 EAS_U8 msBitMask; /* mask keeps track of MS bits */ 119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
|
/external/stlport/src/ |
ios.cpp | 206 // that is also set in the exception mask exceptions(). 214 strcpy(ptr, " mask = 0x");
|
/external/v8/src/x64/ |
assembler-x64.h | 359 uint64_t mask = (V8_UINT64_C(1) << f); local 361 ASSERT(!Serializer::enabled() || (found_by_runtime_probing_ & mask) == 0); 363 CpuFeatures::enabled_ |= mask; 917 void testb(Register reg, Immediate mask); 918 void testb(const Operand& op, Immediate mask); 921 void testl(Register reg, Immediate mask); 922 void testl(const Operand& op, Immediate mask); 925 void testq(Register dst, Immediate mask); [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 59 // (a) we don't need the QBrush abstraction - we always end up using QGraphicsItem::paint from the mask layer 74 // we have to use another intermediate pixmap, to make sure the mask applies only to this item 405 // we can't paint here, because we don't know if the mask layer 410 if (GraphicsLayerQtImpl* mask = qobject_cast<GraphicsLayerQtImpl*>(m_layer->maskLayer()->platformLayer()->toGraphicsObject())) { 411 mask->m_maskEffect = new MaskEffectQt(this, mask); 412 mask->setCacheMode(NoCache); 413 setGraphicsEffect(mask->m_maskEffect.data()); [all...] |
/external/webkit/WebKit/android/nav/ |
CachedFrame.h | 59 UP_DOWN = UP & DOWN, // mask and result 60 RIGHT_DOWN = RIGHT & DOWN, // mask and result
|
/external/zlib/ |
inffast.c | 88 unsigned lmask; /* mask for first level of length codes */ 89 unsigned dmask; /* mask for first level of distance codes */
|
/frameworks/base/awt/java/awt/ |
MouseDispatcher.java | 371 private PointerInfo propagateEvent(PointerInfo info, long mask, 376 !(src.isMouseEventEnabled(mask) ||
|
/frameworks/base/awt/java/awt/font/ |
GlyphVector.java | 75 * The Constant FLAG_MASK indicates a mask for supported flags from 78 public static final int FLAG_MASK = 15; // (|) mask of other flags
|