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

<<31323334353637383940>>

  /dalvik/libcore/luni/src/main/java/java/net/
Inet4Address.java 182 * Hence a mask of 111000000000000000000000 = 0xE00000.
195 * 239.255.255.255 Hence a mask of 11101111 11111111 = 0xEFFF.
  /external/blktrace/
README 39 [ -a action ] [ -A action mask ]
61 -A Give the trace mask directly as a number.
  /external/dbus/dbus/
dbus-threads.h 163 unsigned int mask; /**< Mask indicating which functions are present. */ member in struct:__anon1581
  /external/e2fsprogs/debugfs/
dump.c 41 mode_t mask; member in struct:__anon1659
62 mode |= mode_table[i].mask;
  /external/grub/netboot/
sis900.h 25 imr=0x14, /* Interrupt Mask Register */
282 #define MII_ID1_OUI_LO 0xFC00 /* low bits of OUI mask */
  /external/icu4c/io/
uscanf_p.c 464 /* mask off any necessary bits */
527 /* mask off any necessary bits */
620 /* mask off any necessary bits */
672 /* mask off any necessary bits */
748 /* mask off any necessary bits */
974 /* mask off any necessary bits */
1027 /* mask off any necessary bits */
1074 /* mask off any necessary bits */
    [all...]
  /external/iproute2/ip/
iplink_can.c 73 cm->mask |= flags;
169 if (cm.mask)
  /external/iptables/extensions/
libipt_icmp.c 74 { "address-mask-request", 17, 0, 0xFF },
76 { "address-mask-reply", 18, 0, 0xFF }
  /external/kernel-headers/original/asm-arm/
memory.h 139 * The DMA mask corresponding to the maximum bus address allocatable
141 * allocations. This must be the smallest DMA mask in the system,
  /external/kernel-headers/original/asm-x86/
msr-index.h 11 #define MSR_SYSCALL_MASK 0xc0000084 /* EFLAGS mask for syscall */
99 #define K8_MTRR_RDMEM_WRMEM_MASK 0x18181818 /* Mask: RdMem|WrMem */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 137 /* We expect this tuple, with the following mask */
138 struct ip_conntrack_tuple tuple, mask; member in struct:ip_conntrack_expect
  /external/opencore/baselibs/gen_data_structures/src/
pv_string_uri.cpp 199 unsigned char mask = 0x000f; local
205 Temp &= mask;
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
vlc_encode_inline.h 136 mov end, end, lsr run /* mask*/
177 mov end, end, lsr run /* mask*/
  /external/opencore/oscl/oscl/osclutil/src/
oscl_utf8conv.cpp 47 SIGMASK_3_1 - Signature mask for 1st byte of 3 byte transformation
48 CLEARMASK_2_1 - Clearout mask for 1st byte of 2 byte transformation
  /external/openssl/crypto/des/asm/
crypt586.pl 141 local($a,$b,$tt,$shift,$mask,$last)=@_;
146 &and( $a, $mask );
des-586.pl 182 local($a,$b,$tt,$shift,$mask,$last)=@_;
187 &and( $a, $mask );
des686.pl 194 local($a,$b,$tt,$shift,$mask)=@_;
199 &and( $tt, $mask );
readme 87 and eax, 0fch # mask byte
91 and eax, 0fch # mask byte
  /external/oprofile/libdb/
odb.h 29 /** store the hash mask, hash table size are always power of two */
226 * high order bits don't vary a lot, hash table start with 7 bits mask
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 120 regs.r[0] = pollMask; /* Poll Mask */
121 /* For no wait time mask out null event so we wait until something happens */
  /external/skia/include/core/
SkFixed.h 91 SkFixed mask = x >> 31 << 16; local
92 return (x & 0xFFFF) | mask;
  /external/skia/src/core/
SkBitmapProcShader.cpp 71 unsigned mask = SkMatrix::kTranslate_Mask | SkMatrix::kScale_Mask; local
72 return (matrix.getType() & ~mask) == 0;
  /external/speex/libspeex/
filterbank.c 202 void filterbank_psy_smooth(FilterBank *bank, float *ps, float *mask)
224 filterbank_compute_psd(bank, bark, mask);
  /external/v8/src/
d8.h 170 // os.mkdirp(name, mask) creates a directory. The mask (if present) is anded
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.h 72 uintptr_t operator&(uintptr_t mask) const
74 return m_value & mask & ~s_alignmentMask;

Completed in 440 milliseconds

<<31323334353637383940>>