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

<<21222324252627282930>>

  /external/iproute2/include/linux/can/
netlink.h 76 __u32 mask; member in struct:can_ctrlmode
  /external/iproute2/ip/
iprule.c 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n");
131 __u32 mark = 0, mask = 0; local
137 (mask = *(__u32*)RTA_DATA(tb[FRA_FWMASK])) != 0xFFFFFFFF)
138 fprintf(fp, "fwmark 0x%x/0x%x ", mark, mask);
  /external/iproute2/testsuite/tests/
cls-testbed.t 46 dsmark mask 0xff value 2
  /external/ipsec-tools/src/racoon/
isakmp_unity.h 52 * Unity adress/mask lists
  /external/kernel-headers/original/asm-x86/
genapic_32.h 71 void (*send_IPI_mask)(cpumask_t mask, int vector);
io_apic_32.h 78 mask : 1, /* 0: enabled, 1: disabled */ member in struct:IO_APIC_route_entry
processor_32.h 159 static inline void set_in_cr4 (unsigned long mask)
162 mmu_cr4_features |= mask;
164 cr4 |= mask;
168 static inline void clear_in_cr4 (unsigned long mask)
171 mmu_cr4_features &= ~mask;
173 cr4 &= ~mask;
562 * Set IOPL bits in EFLAGS from given mask
564 static inline void native_set_iopl_mask(unsigned mask)
574 : "i" (~X86_EFLAGS_IOPL), "r" (mask));
  /external/kernel-headers/original/linux/
hardirq.h 32 * The hardirq mask has to be large enough to have space for potentially
mount.h 35 #define MNT_PNODE_MASK 0x3000 /* propogation flag mask */
vt.h 63 #define VT_GETHIFONTMASK 0x560D /* return hi font mask */
  /external/kernel-headers/original/linux/mtd/
partitions.h 43 u_int32_t mask_flags; /* master MTD flags to mask out for this partition */
  /external/opencore/baselibs/media_data_structures/src/
access_unit_impl.cpp 239 uint8 bit_mask = 0xff; // start with full mask
243 // build the bit mask for the fractional byte
317 uint8 bit_mask = 0xff; // start with full mask
321 // build the bit mask for the fractional byte
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastcodemb.cpp 538 UInt mask, sgn_msk = 0x80808080; local
543 mask = ~(0xFF00);
570 cur1 = cur1 & (mask << 8); /* mask first and third bytes */
573 cur2 = cur2 & (mask << 8); /* mask first and third bytes */
600 UInt mask = ~(0xFF00); local
609 load1 = load1 & (mask << 8); /* even bytes */
612 load2 = load2 & (mask << 8); /* even bytes */
  /external/opencore/oscl/oscl/osclbase/src/
oscl_int64_utils.h 30 * Provides a wrapper for commonly used operations to mask the differences between OSes
  /external/openssl/crypto/asn1/
charmap.pl 68 * Mask of various character properties
  /external/oprofile/libpopt/
poptint.h 25 /* Bit mask macros. */
  /external/ppp/pppd/
md4.c 214 unsigned int i, tmp, bit, byte, mask; local
255 mask = 1 << (7 - bit);
256 XX[byte] = (XX[byte] | mask) & ~( mask - 1);
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.c 403 int mask; local
407 mask = 0x7f;
409 mask = 0xff;
431 return (mask & sample);
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemwm.c 56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 71 /* put our mask back case it changed during context switch */
168 EventModifiers mask; member in struct:__anon4488
185 EventModifiers mod, mask; local
196 for ( i=0; mods[i].mask; ++i ) {
197 mask = mods[i].mask;
198 if ( (mod&mask) != (last_mods&mask) ) {
200 if ( (mod&mask) ||
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_wm.c 38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosmouse.c 65 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
102 /* Data / Mask Resulting pixel on screen
115 mask_byte = *mask;
130 mask++;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 257 virtual uint64 Properties(uint64 mask, bool test) const {
259 uint64 known, test = TestProperties(*this, mask, &known);
261 return test & mask;
263 return impl_->Properties(mask);
relabel.h 372 virtual uint64 Properties(uint64 mask, bool test) const {
374 uint64 known, test = TestProperties(*this, mask, &known);
376 return test & mask;
378 return impl_->Properties(mask);
  /external/v8/src/
d8-posix.cc 553 mode_t mask = args[0]->Int32Value(); local
554 int previous = umask(mask);
578 static bool mkdirp(char* directory, mode_t mask) {
579 int result = mkdir(directory, mask);
590 if (!mkdirp(directory, mask)) return false;
592 result = mkdir(directory, mask);
607 mode_t mask = 0777; local
610 mask = args[1]->Int32Value();
624 mkdirp(*directory, mask);

Completed in 266 milliseconds

<<21222324252627282930>>