/external/skia/src/gpu/ |
GrStencil.h | 113 uint16_t fWriteMasks[2]; // stencil write masks 122 2*sizeof(uint16_t) + // func masks 124 2*sizeof(uint16_t) + // write masks
|
GrDrawState.cpp | 54 * This function generates some masks that we like to have known at compile 57 * generate the new masks. (We attempted to force the compiler to generate the 58 * masks using recursive templates but always wound up with static initializers 80 * the code that declares the global masks.
|
/bootable/recovery/minui/ |
events.c | 70 /* TODO: add ability to specify event masks. For now, just assume
|
/dalvik/libdex/ |
SysUtil.h | 29 * appropriate masks directly, so we define it here and verify it as the
|
/external/kernel-headers/original/asm-mips/ip32/ |
crime.h | 83 /* Masks for deciding who handles the interrupt */
|
/external/kernel-headers/original/linux/ |
ppdev.h | 96 /* only masks user-visible flags */
|
seccomp.h | 27 /* Masks for the return value sections. */
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
denoising_sse2.c | 64 /* Get masks for l2 l1 and l0 adjustments */
|
/external/openssh/ |
ssh1.h | 90 /* Protocol flags. These are bit masks. */
|
/external/oprofile/events/i386/core/ |
unit_masks | 1 # Core Solo / Core Duo possible unit masks
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CreateRGBSurface.3 | 43 /* SDL interprets each pixel as a 32-bit number, so our masks must depend
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios.h | 86 /* EgetShift masks */
|
/frameworks/base/core/java/android/os/ |
Parcelable.java | 68 * Bit masks for use with {@link #describeContents}: each bit represents a
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ppdev.h | 96 /* only masks user-visible flags */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppdev.h | 96 /* only masks user-visible flags */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppdev.h | 96 /* only masks user-visible flags */
|
/external/skia/include/gpu/ |
GrPaint.h | 258 // GrPaint's textures and masks map to the first N stages 259 // of GrDrawTarget in that order (textures followed by masks)
|
/external/skia/src/core/ |
SkScalerContext.h | 249 // SkMaskGamma::PreBlend converts linear masks to gamma correcting masks.
|
/external/libppp/src/ |
ncpaddr.c | 143 const u_char masks[] = { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe }; local 152 for (c = masks, m = 0; c < masks + sizeof masks; c++, m++) 520 const u_char masks[] = { 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff }; local 539 if ((*addrp++ ^ *rangep++) & masks[bits > 7 ? 7 : bits - 1])
|
/external/kernel-headers/original/asm-mips/sn/sn0/ |
hubmd.h | 273 * since this makes the masks useful without a shift. 294 * Premium SIMM directory entry shifts and masks. Each is valid only in the 344 * Standard SIMM directory entry shifts and masks. Each is valid only in the 391 /* Premium SIMM protection entry shifts and masks. */ 404 /* Standard SIMM protection entry shifts and masks. */
|
/bionic/libm/i387/ |
fenv.c | 159 * fnstenv masks all exceptions, so we need to restore 386 * We assume that the masks for the x87 and the SSE unit are
|
/device/generic/goldfish/camera/ |
Converters.h | 45 * RGB565 color masks 61 * RGB32 color masks
|
/external/aac/libAACdec/src/ |
aacdec_hcrs.h | 87 Description: HCR Decoder: Defines of state-constants, masks and 127 #define MSB_31_MASK 0x80000000 /* masks MSB (= Bit 31) in a 32 bit word */
|
/external/chromium/base/ |
message_pump_libevent.cc | 156 // Make sure we don't pick up any funky internal libevent masks. 160 // Combine old/new event masks.
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-sea.cc | 173 /* We cannot setup masks here. We save information about characters 174 * and setup masks later on in a pause-callback. */
|