/external/bluetooth/glib/gio/inotify/ |
inotify-path.c | 395 if (event->mask & IN_IGNORED) 404 if (event->mask & IP_INOTIFY_MASK) 411 if (event->mask & IN_DELETE_SELF || 412 event->mask & IN_MOVE_SELF || 413 event->mask & IN_UNMOUNT)
|
/external/oprofile/daemon/ |
opd_perfmon.c | 169 sigset_t mask; local 171 sigemptyset(&mask); 172 sigaddset(&mask, SIGUSR1); 173 sigaddset(&mask, SIGUSR2); 174 sigprocmask(SIG_BLOCK, &mask, NULL);
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_events.h | 75 It is the number of bits in the event mask datatype -- Uint32 115 Uint8 state; /* A mask of the focus states */ 250 of the event queue, matching 'mask', will be returned and will not 253 of the event queue, matching 'mask', will be returned and will be 265 SDL_eventaction action, Uint32 mask);
|
/external/sonivox/arm-wt-22k/lib_src/ |
jet_data.h | 166 #define JET_EVENT_VAL_MASK 0x0000007f /* mask for value */ 167 #define JET_EVENT_CTRL_MASK 0x00003f80 /* mask for controller */ 168 #define JET_EVENT_CHAN_MASK 0x0003c000 /* mask for channel */ 169 #define JET_EVENT_TRACK_MASK 0x00fc0000 /* mask for track number */ 170 #define JET_EVENT_SEG_MASK 0xff000000 /* mask for segment ID */
|
/external/webkit/WebCore/icu/unicode/ |
ushape.h | 132 /** Bit mask for memory options. @stable ICU 2.0 */ 147 /** Bit mask for direction indicators. @stable ICU 2.0 */ 169 /** Bit mask for letter shaping options. @stable ICU 2.0 */ 218 /** Bit mask for digit shaping options. @stable ICU 2.0 */ 231 /** Bit mask for digit type options. @stable ICU 2.0 */
|
/external/webkit/WebCore/platform/mac/ |
WebFontCache.mm | 85 NSFontTraitMask mask; 86 while ((mask = masks[i++])) { 87 BOOL desired = (desiredTraits & mask) != 0; 88 BOOL chosenHasUnwantedTrait = desired != ((chosenTraits & mask) != 0); 89 BOOL candidateHasUnwantedTrait = desired != ((candidateTraits & mask) != 0);
|
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.java | 64 * A flag mask to tell if the application needs scaling (when mApplicationScale != 1.0f) 70 * A flag mask to indicates that the application can expand over the original size. 79 * A flag mask to tell if the application is configured to be expandable. This differs 86 * A flag mask to indicates that the application supports large screens. 95 * A flag mask to tell if the application supports large screens. This differs
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 50 /* mask for the software read values */ 59 /* mask for the software write values */ 70 /* mask for the software usage bit-mask */ 153 * If the buffer was created with a usage mask incompatible with the
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 75 It is the number of bits in the event mask datatype -- Uint32 115 Uint8 state; /* A mask of the focus states */ 250 of the event queue, matching 'mask', will be returned and will not 253 of the event queue, matching 'mask', will be returned and will be 265 SDL_eventaction action, Uint32 mask);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_events.h | 75 It is the number of bits in the event mask datatype -- Uint32 115 Uint8 state; /* A mask of the focus states */ 250 of the event queue, matching 'mask', will be returned and will not 253 of the event queue, matching 'mask', will be returned and will be 265 SDL_eventaction action, Uint32 mask);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_events.h | 74 It is the number of bits in the event mask datatype -- Uint32 112 Uint8 state; /* A mask of the focus states */ 247 of the event queue, matching 'mask', will be returned and will not 250 of the event queue, matching 'mask', will be returned and will be 262 SDL_eventaction action, Uint32 mask);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_events.h | 75 It is the number of bits in the event mask datatype -- Uint32 115 Uint8 state; /* A mask of the focus states */ 250 of the event queue, matching 'mask', will be returned and will not 253 of the event queue, matching 'mask', will be returned and will be 265 SDL_eventaction action, Uint32 mask);
|
/external/zlib/examples/ |
gun.c | 205 unsigned mask; /* mask for current bits codes */ local 239 mask = 0x1ff; 263 if (end >= mask && bits < max) { 266 mask <<= 1; 267 mask++; 292 code &= mask; /* mask to current code length */ 299 bits = 9; /* initialize bits and mask */ 300 mask = 0x1ff [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/ |
ISO9796d2PSSSigner.java | 417 // remove the mask 570 * mask generator function, as described in PKCS1v2. 578 byte[] mask = new byte[length]; 593 System.arraycopy(hashBuf, 0, mask, counter * hLen, hLen); 606 System.arraycopy(hashBuf, 0, mask, counter * hLen, mask.length - (counter * hLen)); 609 return mask;
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
XML11Char.java | 33 * array and applying the appropriate mask flag (e.g.
55 /** XML 1.1 Valid character mask. */
58 /** XML 1.1 Space character mask. */
61 /** XML 1.1 Name start character mask. */
64 /** XML 1.1 Name character mask. */
67 /** XML 1.1 control character mask */
168 * If the program chooses to apply the mask directly to the
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XML11Char.java | 34 * array and applying the appropriate mask flag (e.g. 50 /** XML 1.1 Valid character mask. */ 53 /** XML 1.1 Space character mask. */ 56 /** XML 1.1 Name start character mask. */ 59 /** XML 1.1 Name character mask. */ 62 /** XML 1.1 control character mask */ 163 * If the program chooses to apply the mask directly to the
|
/external/icu4c/common/ |
propsvec.c | 154 uint32_t value, uint32_t mask, 181 value&=mask; 194 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask)); 195 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); 266 mask=~mask; 268 *firstRow=(*firstRow&mask)|value;
|
/external/iptables/extensions/ |
libipt_conntrack.c | 30 " --ctorigsrc [!] address[/mask]\n" 32 " --ctorigdst [!] address[/mask]\n" 34 " --ctreplsrc [!] address[/mask]\n" 36 " --ctrepldst [!] address[/mask]\n" 413 print_addr(struct in_addr *addr, struct in_addr *mask, int inv, int numeric) 420 if (mask->s_addr == 0L && !numeric) 427 strcat(buf, mask_to_dotted(mask));
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
sad.cpp | 322 Int tmp, tmp2, tmp3, mask = 0xFF; local 336 tmp2 = (tmp3 >> 16) & mask; 339 tmp2 = (tmp3 >> 8) & mask; 342 tmp2 = tmp3 & mask; 350 tmp2 = (tmp3 >> 16) & mask; 353 tmp2 = (tmp3 >> 8) & mask; 357 tmp2 = tmp3 & mask;
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.m | 35 WMcursor* QZ_CreateWMCursor (_THIS, Uint8 *data, Uint8 *mask, 55 /* copy data and mask, extending the mask to all black pixels because the inversion effect doesn't work with Cocoa's alpha-blended cursors */ 58 planes[1][i] = mask[i] | data[i]; 416 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask) 451 /* apply mask, source alpha, and premultiply color values by alpha */ 456 if (!(mask[i*maskPitch + j/8] & (128 >> j%8))) {
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 52 unsigned mask; /* mask for low root bits */ local 209 mask = used - 1; /* mask for comparing low */ 260 if (len > root && (huff & mask) != low) { 284 low = huff & mask; 303 if (drop != 0 && (huff & mask) != low) {
|
/external/stlport/test/unit/ |
ctype_facets_test.cpp | 46 ctype_base::mask res[sizeof(values)]; 80 res = ct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); 100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); 190 ctype_base::mask res[sizeof(values) / sizeof(wchar_t)]; 224 res = wct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); 244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); 430 CPPUNIT_ASSERT( ct.is(ctype_base::mask(ctype_base::print | ctype_base::lower | ctype_base::alpha), '?') );
|
/external/zlib/contrib/infback9/ |
inftree9.c | 52 unsigned mask; /* mask for low root bits */ local 203 mask = used - 1; /* mask for comparing low */ 253 if (len > root && (huff & mask) != low) { 277 low = huff & mask; 296 if (drop != 0 && (huff & mask) != low) {
|
/external/zlib/ |
inftrees.c | 52 unsigned mask; /* mask for low root bits */ local 209 mask = used - 1; /* mask for comparing low */ 260 if (len > root && (huff & mask) != low) { 284 low = huff & mask; 303 if (drop != 0 && (huff & mask) != low) {
|
/external/qemu/distrib/libpng-1.2.19/ |
pnggccrd.c | 166 * - remove "$" from addressing of Shift and Mask variables [20000823] 181 * and *Mask* globals and got rid of leading "$" signs. 265 * - revised png_combine_row() to reuse mask in lieu of external _unmask 314 * *MASK* and LOAD/RESTORE macros [all...] |