HomeSort by relevance Sort by last modified time
    Searched full:mask (Results 451 - 475 of 2232) sorted by null

<<11121314151617181920>>

  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 206 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
208 if ((mask & _Locale_ALPHA) != 0 && iswalpha(wc))
211 if ((mask & _Locale_CNTRL) != 0 && iswcntrl(wc))
214 if ((mask & _Locale_DIGIT) != 0 && iswdigit(wc))
217 if ((mask & _Locale_PRINT) != 0 && iswprint(wc))
220 if ((mask & _Locale_PUNCT) != 0 && iswpunct(wc))
223 if ((mask & _Locale_SPACE) != 0 && iswspace(wc))
226 if ((mask & _Locale_XDIGIT) != 0 && iswxdigit(wc))
229 if ((mask & _Locale_UPPER) != 0 && iswupper(wc))
232 if ((mask & _Locale_LOWER) != 0 && iswlower(wc)
    [all...]
  /frameworks/base/opengl/libs/GLES2/
gl2_api.in 46 void API_ENTRY(glClear)(GLbitfield mask) {
47 CALL_GL_API(glClear, mask);
298 void API_ENTRY(glStencilFunc)(GLenum func, GLint ref, GLuint mask) {
299 CALL_GL_API(glStencilFunc, func, ref, mask);
301 void API_ENTRY(glStencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask) {
302 CALL_GL_API(glStencilFuncSeparate, face, func, ref, mask);
304 void API_ENTRY(glStencilMask)(GLuint mask) {
305 CALL_GL_API(glStencilMask, mask);
307 void API_ENTRY(glStencilMaskSeparate)(GLenum face, GLuint mask) {
308 CALL_GL_API(glStencilMaskSeparate, face, mask);
    [all...]
  /bionic/libc/regex/
regex2.h 97 * and a mask to pick out the relevant bit of each byte. A hash code
107 uch mask; /* bit within array */ member in struct:__anon503
113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
  /dalvik/vm/alloc/
HeapBitmap.h 205 const unsigned long int mask = HB_OFFSET_TO_MASK(offset); local
220 *p |= mask;
221 return word & mask;
223 hb->bits[index] |= mask;
226 hb->bits[index] &= ~mask;
  /external/astl/include/
ios_base.h 161 // Clears 'mask' and set the 'flags' & 'mask'.
163 fmtflags setf(fmtflags flags, fmtflags mask);
165 // Clears 'mask'.
166 void unsetf(fmtflags mask);
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 182 bit_mask*=2; /* Generate the or mask - 1 at the right place */
188 /* This is the opposite of allocate_block above. We use an and mask instead of an or mask. */
221 for (j=1;j<=128;j*=2) { /* j contains the and bit mask */
227 if ((*ptr) & j) /* Apply the mask */
  /external/webkit/JavaScriptCore/pcre/
ucpinternal.h 54 #define f0_scriptmask 0xff000000 /* Mask for script field */
57 #define f0_charmask 0x001fffff /* Mask for code point value */
61 #define f1_typemask 0xfc000000 /* Mask for char type field */
63 #define f1_rangemask 0x0000ffff /* Mask for a range offset */
64 #define f1_casemask 0x0000ffff /* Mask for a case offset */
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES20.spec 16 void glClear ( GLbitfield mask )
100 void glStencilFunc ( GLenum func, GLint ref, GLuint mask )
101 void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
102 void glStencilMask ( GLuint mask )
103 void glStencilMaskSeparate ( GLenum face, GLuint mask )
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
RawImage.java 91 * Returns the mask value for the red color.
99 * Returns the mask value for the green color.
107 * Returns the mask value for the blue color.
200 * creates a mask value based on a length and offset.
215 * Creates a mask value based on a length.
  /external/iproute2/ip/
iplink.c 441 static int do_chflags(const char *dev, __u32 flags, __u32 mask)
457 if ((ifr.ifr_flags^flags)&mask) {
458 ifr.ifr_flags &= ~mask;
459 ifr.ifr_flags |= mask&flags;
613 __u32 mask = 0; local
625 mask |= IFF_UP;
628 mask |= IFF_UP;
656 mask |= IFF_MULTICAST;
665 mask |= IFF_ALLMULTI;
674 mask |= IFF_PROMISC
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
vlc_decode.cpp 327 int mask = (half_range << 1) - 1; local
346 *vector = (MOT)((*vector + half_range) & mask) - half_range;
1473 uint code, mask; local
1556 uint code, mask; local
    [all...]
vlc_dequant.cpp 33 static const uint8 mask[8] = /* for fast bitmap */ variable
155 bitmapcol[k&0x7] |= mask[k>>3];
200 bitmapcol[0] |= mask[k>>3];
266 bitmapcol[0] |= mask[k>>3];
321 bitmapcol[0] |= mask[k>>3];
360 (*bitmaprow) |= mask[k];
457 bitmapcol[k&0x7] |= mask[k>>3];
483 (*bitmaprow) |= mask[k];
602 bitmapcol[k&0x7] |= mask[k>>3];
650 bitmapcol[0] |= mask[k>>3]
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 327 int mask = (half_range << 1) - 1; local
346 *vector = (MOT)((*vector + half_range) & mask) - half_range;
1473 uint code, mask; local
1556 uint code, mask; local
    [all...]
vlc_dequant.cpp 33 static const uint8 mask[8] = /* for fast bitmap */ variable
155 bitmapcol[k&0x7] |= mask[k>>3];
200 bitmapcol[0] |= mask[k>>3];
266 bitmapcol[0] |= mask[k>>3];
321 bitmapcol[0] |= mask[k>>3];
360 (*bitmaprow) |= mask[k];
457 bitmapcol[k&0x7] |= mask[k>>3];
483 (*bitmaprow) |= mask[k];
602 bitmapcol[k&0x7] |= mask[k>>3];
650 bitmapcol[0] |= mask[k>>3]
    [all...]
  /external/grub/netboot/
cs89x0.h 32 #define PP_ISABootMask 0x0034 /* Boot Prom Mask */
76 #define ADD_MASK 0x3000 /* Mask it use of the ADD_PORT register */
93 /* Mask to find out the types of registers */
122 /* PP_RxCFG - Receive Configuration and Interrupt Mask bit definition - Read/write */
147 /* PP_TxCFG - Transmit Configuration Interrupt Mask bit definition - Read/write */
167 /* PP_BufCFG - Buffer Configuration Interrupt Mask bit definition - Read/write */
291 #define ISQ_EVENT_MASK 0x003F /* ISQ mask to find out type of event */
293 #define AUTOINCREMENT 0x8000 /* Bit mask to set bit-15 for autoincrement */
405 #define DMA_MASK 0x0D4 /* DMA controller mask register */
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 85 "-webkit-marquee-speed", "-webkit-marquee-style", "-webkit-mask", "-webkit-mask-attachment",
86 "-webkit-mask-box-image", "-webkit-mask-clip", "-webkit-mask-composite", "-webkit-mask-image",
87 "-webkit-mask-origin", "-webkit-mask-position", "-webkit-mask-position-x", "-webkit-mask-position-y"
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
NumberConverter.java 58 long signMask = 0x8000000000000000L; // the mask to get the sign of
60 long eMask = 0x7FF0000000000000L; // the mask to get the power bits
61 long fMask = 0x000FFFFFFFFFFFFFL; // the mask to get the significand
111 int signMask = 0x80000000; // the mask to get the sign of the number
112 int eMask = 0x7F800000; // the mask to get the power bits
113 int fMask = 0x007FFFFF; // the mask to get the significand bits
  /dalvik/libcore/security/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 229 * Assertion: returns mask generation function algorithm name
245 * Assertion: returns mask generation function parameters
325 * Assertion: default mask generation function algorithm name is "MGF1"
329 notes = "Verifies the name of default mask generation function algorithm.",
339 * Assertion: default algorithm parameters for mask
344 notes = "Verifies default algorithm parameters for mask generation function.",
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 193 void dvmDumpResourceMask(LIR *lir, u8 mask, const char *prefix)
199 if (mask == ENCODE_ALL) {
206 if (mask & (1ULL << i)) {
212 if (mask & ENCODE_CCODE) {
215 if (mask & ENCODE_FP_STATUS) {
218 if (armLIR && (mask & ENCODE_DALVIK_REG)) {
  /external/kernel-headers/original/asm-x86/
dma_32.h 85 #define DMA1_MASK_REG 0x0A /* single-channel mask (w) */
90 #define DMA1_CLR_MASK_REG 0x0E /* Clear Mask */
91 #define DMA1_MASK_ALL_REG 0x0F /* all-channels mask (w) */
96 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */
101 #define DMA2_CLR_MASK_REG 0xDC /* Clear Mask */
102 #define DMA2_MASK_ALL_REG 0xDE /* all-channels mask (w) */
  /external/kernel-headers/original/linux/
interrupt.h 70 cpumask_t mask; member in struct:irqaction
225 /* softirq mask and active fields moved to irq_cpustat_t in
365 * 1. clear and/or mask the device's internal interrupt.
374 * probe_irq_on() returns a mask of allocated irq's.
376 * probe_irq_off() takes the mask as a parameter,
398 extern unsigned int probe_irq_mask(unsigned long); /* returns mask of ISA interrupts */
  /external/skia/include/core/
SkTypes.h 225 int32_t mask = value >> 31;
226 return (value ^ mask) - mask;
283 uint32_t mask) {
284 return cond ? bits | mask : bits & ~mask;
  /external/skia/src/core/
SkUtils.cpp 222 uint32_t mask = (uint32_t)~0x3F; local
226 mask <<= 5;
228 c &= ~mask;
245 uint32_t mask = (uint32_t)~0x3F; local
249 mask <<= 5;
251 c &= ~mask;
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 265 ((ratesString[i] & 0x7F) * 500000). Bits 1-7 are used for the bitrate and bit 8 is MASK used
281 TI_UINT8 maskLength; /**< Byte-Mask Length, 1-8 bytes of mask, 0- match all packets */
282 TI_UINT8 patternLength; /**< Should correspond to the number of asserted bits in the Byte-Mask */
283 TI_UINT8 mask[RX_DATA_FILTER_MAX_MASK_SIZE]; /**< Byte-Mask */ member in struct:__anon8620
  /packages/wallpapers/MagicSmoke/res/raw/
clouds.rs 75 int mask = State->mTextureMask;
76 if (mask & 1) {
85 if (mask & 2) {
90 if (mask & 4) {
95 if (mask & 8) {
100 if (mask & 16) {

Completed in 98 milliseconds

<<11121314151617181920>>