/external/opencore/codecs_v2/audio/aac/dec/src/ |
find_adts_syncword.cpp | 54 syncword_mask = A mask to be applied to the bitstream before comparison 256 * Mask the result in adts_header with the syncword_mask, so only the
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_IVCommon.h | 246 * Define color key and color key mask 253 * nARGBMask : 32bit Mask for Alpha, Red, Green, Blue channels [all...] |
/external/openssl/crypto/des/ |
des_locl.h | 379 t=((l>>size)^r)&(mask); 388 becomes (for size == 2 and mask == 0x3333)
|
/external/openssl/ssl/ |
ssl_cert.c | 200 ret->mask = cert->mask;
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
SDL_epocvideo.cpp | 103 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y); 667 WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzEvents.m | 437 /* On the basis that the device independent mask is set, but there are 486 /* On the basis that the device independent mask is set, but there are [all...] |
/external/qemu/hw/ |
smc91c111.c | 393 case 13: /* Interrupt mask. */ 530 case 13: /* Interrupt mask. */
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
ddraw.h | 265 DWORD dwRBitMask; // mask for red bit
266 DWORD dwYBitMask; // mask for Y bits
270 DWORD dwGBitMask; // mask for green bits
271 DWORD dwUBitMask; // mask for U bits
275 DWORD dwBBitMask; // mask for blue bits
276 DWORD dwVBitMask; // mask for V bits
280 DWORD dwRGBAlphaBitMask; // mask for alpha channel
281 DWORD dwYUVAlphaBitMask; // mask for alpha channel
[all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DDRAW.H | 265 DWORD dwRBitMask; // mask for red bit
266 DWORD dwYBitMask; // mask for Y bits
270 DWORD dwGBitMask; // mask for green bits
271 DWORD dwUBitMask; // mask for U bits
275 DWORD dwBBitMask; // mask for blue bits
276 DWORD dwVBitMask; // mask for V bits
280 DWORD dwRGBAlphaBitMask; // mask for alpha channel
281 DWORD dwYUVAlphaBitMask; // mask for alpha channel
[all...] |
/external/quake/quake/src/WinQuake/ |
vid_ext.cpp | 246 qboolean VID_ExtraVidLookForState (unsigned state, unsigned mask)
257 if ((inportb (0x3DA) & mask) == state)
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverbdata.h | 45 the effective address where the mask is (2^n)-1. This only works 88 // Define a mask for circular addressing, so that array index
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverbdata.h | 45 the effective address where the mask is (2^n)-1. This only works 88 // Define a mask for circular addressing, so that array index
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverbdata.h | 45 the effective address where the mask is (2^n)-1. This only works 88 // Define a mask for circular addressing, so that array index
|
/external/webkit/JavaScriptCore/runtime/ |
JSImmediate.h | 163 // If all bits in the mask are set, this indicates an integer number, 223 // A single mask to check for the sign bit and the number tag all at once.
|
/external/webkit/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 871 LayerAndroid* mask = reinterpret_cast<LayerAndroid*>(layer->platformLayer()); local 872 m_contentLayer->setMaskLayer(mask);
|
/external/webkit/WebCore/rendering/ |
RenderTreeAsText.cpp | 366 ts << "mask: {" << wid->mask().boundingRect() << "} ] ";
|
/external/webkit/WebKit/mac/WebView/ |
WebUIDelegate.h | 474 @discussion This method is called periodically as something is dragged over a WebView. The UI delegate can return a mask 496 @discussion This method is called after the user has begun a drag from a WebView. The UI delegate can return a mask indicating
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 1051 register mp_digit *tmpc, mask, shift; local 1053 /* mask */ 1054 mask = (((mp_digit)1) << D) - 1; 1066 rr = *tmpc & mask; 1396 register mp_digit *tmpc, shift, mask, r, rr; local 1400 mask = (((mp_digit)1) << d) - 1; 1412 rr = (*tmpc >> shift) & mask; [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
CommonGlyphVector.java | 65 // layout flags mask 897 * @param clearFlags flags mask to clear
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 170 * Mask with all fields set to OK 175 * Mask with both regular space and other whitespace OK
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 35 * in this class. Since some event types are semantically close there are mask 205 * Mask for {@link AccessibilityEvent} all types.
|
/frameworks/base/core/jni/ |
android_view_Surface.cpp | 506 JNIEnv* env, jobject clazz, jint flags, jint mask) 510 status_t err = surface->setFlags(flags, mask);
|
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.cpp | 165 status_t AudioPolicyService::setRingerMode(uint32_t mode, uint32_t mask) 174 mpPolicyManager->setRingerMode(mode, mask);
|
/frameworks/base/libs/surfaceflinger_client/ |
Surface.cpp | 198 status_t SurfaceControl::setFlags(uint32_t flags, uint32_t mask) { 202 return client->setFlags(mToken, flags, mask);
|
/frameworks/base/libs/ui/ |
EventHub.cpp | 856 //printf("%d: %08x \"%s\"\n", event->wd, event->mask, event->len ? event->name : ""); 859 if(event->mask & IN_CREATE) {
|