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

<<41424344454647484950>>

  /external/kernel-headers/original/linux/
mempolicy.h 20 #define MPOL_F_NODE (1<<0) /* return next IL mode instead of node mask */
  /external/kernel-headers/original/linux/mtd/
nand.h 87 * so add a high order bit and mask it off in the command.
130 /* Bit mask for flags passed to do_nand_read_ecc */
172 /* Mask to zero out the chip options, which come from the id table */
328 * @pagemask: [INTERN] page number mask = number of (pages / chip) - 1
  /external/libpng/contrib/gregbook/
readpng2.c 248 * to enable all: mask = png_get_mmx_flagmask (
251 * flags |= mask;
254 * to disable all: mask = png_get_mmx_flagmask (
257 * flags &= ~mask;
  /external/libpng/
pnggccrd.c 64 "andl $0x800000, %%edx \n\t" // mask out all bits but MMX bit (23)
  /external/opencore/codecs_v2/audio/aac/dec/src/
getbits.h 157 /* This line is faster way to mask off the high bits. */
193 /* This line is faster way to mask off the high bits. */
260 /* This line is faster way to mask off the high bits. */
325 /* This line is faster way to mask off the high bits. */
getgroup.cpp 223 UInt mask; local
228 mask = 0x40;
243 if ((groupBits & mask) == 0)
249 mask >>= 1;
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
getgroup.cpp 223 UInt mask; local
228 mask = 0x40;
243 if ((groupBits & mask) == 0)
249 mask >>= 1;
  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_getbits.cpp 143 /* This line is faster than to mask off the high bits. */
181 /* This line is faster than to mask off the high bits. */
220 /* This line is faster than to mask off the high bits. */
248 /* This line is faster than to mask off the high bits. */
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
packet_util.cpp 122 if ((tmpvar32 & 0xFFFFFFF0) == VISUAL_OBJECT_SEQUENCE_START_CODE) /* start code mask 00 00 01 */
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
pvm4vencoder.h 88 static const uint32 MASK[33] =
  /external/openssl/crypto/asn1/
asn1t.h 485 /* Mask for SET OF or SEQUENCE OF */
603 * has a special meaning, it is used as a mask
739 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \
741 ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
  /external/openssl/crypto/ec/
ec_mult.c 197 int bit, next_bit, mask; local
220 mask = next_bit - 1; /* at most 255 */
242 window_val = scalar->d[0] & mask;
266 digit = window_val & (mask >> 1); /* 0 < digit < 2^w */
  /external/openssl/include/openssl/
asn1t.h 485 /* Mask for SET OF or SEQUENCE OF */
603 * has a special meaning, it is used as a mask
739 #define IMPLEMENT_ASN1_MSTRING(itname, mask) \
741 ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
  /external/qemu/android/utils/
mapfile.c 163 /* Get the mask for mapping offset alignment. */
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dgastr.h 178 CARD32 mask B32;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 165 APTR mask; member in struct:private_hwdata
  /external/qemu/elff/
elf_alloc.h 28 /* Alignment mask for blocks, allocated with this allocator. */
  /external/qemu/hw/
goldfish_battery.c 39 // irq enable mask for int_status
  /external/quake/quake/src/QW/client/
console.c 281 int mask; local
285 mask = 128; // go to colored text
289 mask = 0;
333 con->text[y*con_linewidth+con->x] = c | mask | con_ormask;
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 736 unsigned long mask; local
852 mask = CWBackPixel | CWColormap | CWSaveUnder | CWBackingStore |
858 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
862 visinfo->visual, mask, &attr);
net_mp.cpp 199 int mask; local
210 mask=-1;
226 mask<<=8;
237 ((struct sockaddr_in *)hostaddr)->sin_addr.s_addr = (myAddr & htonl(mask)) | htonl(addr);
net_wins.cpp 330 int mask; local
341 mask=-1;
357 mask<<=8;
368 ((struct sockaddr_in *)hostaddr)->sin_addr.s_addr = (myAddr & htonl(mask)) | htonl(addr);
  /external/skia/include/core/
SkBlitter.h 45 void blitMaskRegion(const SkMask& mask, const SkRegion& clip);
  /external/skia/src/core/
SkFloatBits.cpp 27 // we could mask with 0x7FFFFF, but that is harder for ARM to encode
  /external/skia/src/xml/
SkJS.cpp 29 unsigned int _control87(unsigned int _new, unsigned int mask ) {

Completed in 253 milliseconds

<<41424344454647484950>>