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

<<51525354555657585960>>

  /development/simulator/wrapsim/
DevEvent.c 29 * Key bit mask, for EVIOCGBIT(EV_KEY).
48 * Abs bit mask, for EVIOCGBIT(EV_ABS).
  /external/blktrace/
blkparse.c 109 .name = "act-mask",
115 .name = "set-mask",
    [all...]
  /external/bluetooth/glib/glib/
gconvert.c     [all...]
gdataset.c 517 * A value for @flags that doesn't fit within the mask is
551 * A value for @flags that doesn't fit within the mask is
  /external/bluetooth/glib/gobject/
genums.c 364 class->mask = 0;
374 class->mask |= values->value;
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 73 static const unsigned char mask[] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; variable
91 if (b[x>>3] & mask[x&7]) {
  /external/e2fsprogs/misc/
dumpe2fs.c 99 static void print_bg_opt(int bg_flags, int mask,
102 if (bg_flags & mask) {
  /external/freetype/src/base/
ftbitmap.c 154 FT_UInt mask = 0xFF00U >> shift; local
165 write[0] = (FT_Byte)( write[0] & mask );
  /external/grub/netboot/
rtl8139.c 194 /* Mask the bit that says "this is an io addr" */
330 /* Disable all known interrupts by setting the interrupt mask. */
  /external/iproute2/tc/
q_cbq.c 34 fprintf(stderr, " [ split CLASSID ] [ defmap MASK/CHANGE ]\n");
330 fprintf(stderr, "Invalid defmap, should be MASK32[/MASK]\n");
  /external/jpeg/
jmorecfg.h 52 * mask). We recommend 10 as a reasonable compromise; use 4 if you are
76 * You can use a signed char by having GETJSAMPLE mask it with 0xFF.
  /external/libffi/src/mips/
n32.S 51 .mask 0xc0000000,-FFI_SIZEOF_ARG
379 .mask 0x90000000,-(SIZEOF_FRAME2 - RA_OFF2)
  /external/opencore/codecs_v2/audio/aac/dec/src/
byte_align.cpp 132 * A negative number was used for this mask so that it works on both
133 * 16-bit or 32-bit machines. The mask must be cast to unsigned int to
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
byte_align.cpp 132 * A negative number was used for this mask so that it works on both
133 * 16-bit or 32-bit machines. The mask must be cast to unsigned int to
  /external/qemu/
monitor.c 238 for(item = cpu_log_items; item->mask != 0; item++) {
518 int mask; local
521 mask = 0;
523 mask = cpu_str_to_log_mask(items);
524 if (!mask) {
529 cpu_set_log(mask);
1227 static void print_pte(Monitor *mon, uint32_t addr, uint32_t pte, uint32_t mask)
1231 pte & mask,
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 373 CASE_NEW(Mask);
421 {"mask", SkSVGType_Mask},
  /external/tcpdump/
print-olsr.c 120 u_int8_t mask[4]; member in struct:olsr_hna
363 mask2plen(EXTRACT_32BITS(ptr.hna->mask)),
sctpConstants.h 206 /* mask to get sticky */
355 * wants. Each select mask/poll list should be
  /external/tremolo/Tremolo/
bitwiseARM.s 83 RSB r11,r11,r11,LSL r5 @ r11= mask
275 RSB r11,r11,r11,LSL r5 @ r11= mask
  /external/v8/src/
interpreter-irregexp.cc 444 uint32_t mask = Load16Aligned(pc + 6); local
445 if (c != ((current_char - minus) & mask)) {
  /external/webkit/WebCore/loader/
FrameLoader.h 261 bool isSandboxed(SandboxFlags mask) const { return m_sandboxFlags & mask; }
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 175 // We only use the bounding rect of the layer as mask...
176 // TODO: use a real mask?
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 355 // ICOs store a 1bpp "mask" immediately after the main bitmap image data
358 // a mask and if we've started decoding it yet.
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 387 /* Mask to get column */
493 /* Mask to get column */
  /frameworks/base/core/java/android/content/
ContentService.java 435 public void addStatusChangeListener(int mask, ISyncStatusObserver callback) {
440 syncManager.getSyncStorageEngine().addStatusChangeListener(mask, callback);

Completed in 224 milliseconds

<<51525354555657585960>>