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

<<21222324252627282930>>

  /dalvik/vm/mterp/x86-atom/
OP_SHL_LONG_2ADDR.S 37 movq .LshiftMask, %xmm2 # %xmm2<- mask for the shift bits
OP_USHR_LONG_2ADDR.S 35 movq .LshiftMask, %xmm2 # %xmm2<- mask for the shift bits
  /external/bluetooth/glib/docs/reference/glib/tmpl/
misc_utils.sgml 318 Find the position of the first bit set in @mask, searching from (but not
324 @mask: a #gulong containing flags.
331 Find the position of the first bit set in @mask, searching from (but not
337 @mask: a #gulong containing flags.
  /external/dropbear/libtommath/
bn_mp_mul_d.c 53 /* mask off higher bits to get a single digit */
  /external/icu4c/common/unicode/
uchar.h 504 This is the General_Category property returned as a bit mask.
508 a multi-bit mask is used for sets of categories like "Letters".
509 Mask values should be cast to uint32_t.
512 /** First constant for bit-mask Unicode properties. @stable ICU 2.4 */
514 /** One more than the last constant for bit-mask Unicode properties. @stable ICU 2.4 */
664 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
666 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
668 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
670 /** Mask constant for a UCharCategory. @stable ICU 2.1 */
672 /** Mask constant for a UCharCategory. @stable ICU 2.1 *
    [all...]
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 129 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
132 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
135 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
138 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
Edge32-ca-u32 157 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
160 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
163 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
166 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
  /external/ipsec-tools/src/include-glibc/net/
pfkeyv2.h 44 #define SADB_X_EXT_PMASK 0x0300 /* mask for padding flag */
  /external/iptables/include/linux/netfilter_ipv4/
ipt_sctp.h 25 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /external/kernel-headers/original/asm-x86/
atomic_32.h 251 #define atomic_clear_mask(mask, addr) \
253 : : "r" (~(mask)),"m" (*addr) : "memory")
255 #define atomic_set_mask(mask, addr) \
257 : : "r" (mask),"m" (*(addr)) : "memory")
  /external/kernel-headers/original/linux/netfilter/
xt_sctp.h 25 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_sctp.h 23 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 42 /* Mask for src and dest IP6 addr */
70 #define IP6T_F_MASK 0x07 /* All possible flag bits mask. */
80 #define IP6T_INV_MASK 0x7F /* All possible flag bits mask. */
313 const struct in6_addr *mask,
  /external/kernel-headers/original/linux/
route.h 35 struct sockaddr rt_genmask; /* target network mask (IP) */
  /external/opencore/protocols/rtp_payload_parser/rfc_3984/include/
h264_payload_parser_macros.h 37 // Bit mask
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_active.c 57 /* Modify the current state with the given mask */
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigamouse.c 39 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
SDL_cgxwm.c 36 void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxmouse.c 38 Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y)
  /external/skia/include/effects/
SkBlurMaskFilter.h 36 @param radius The radius to extend the blur from the original mask. Must be > 0.
SkTableMaskFilter.h 25 Applies a table lookup on each of the alpha values in the mask.
  /external/skia/src/core/
SkBlitter_A1.cpp 40 // check for empty right mask, so we don't read off the end (or go slower than we need to)
  /external/srec/srec/include/
log_tabl.h 34 unsigned long mask; member in struct:__anon5876
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 221 virtual uint64 Properties(uint64 mask, bool test) const {
223 uint64 known, test = TestProperties(*this, mask, &known);
225 return test & mask;
227 return impl_->Properties(mask);
complement.h 136 virtual uint64 Properties(uint64 mask, bool test) const {
138 uint64 known, test = TestProperties(*this, mask, &known);
140 return test & mask;
142 return impl_->Properties(mask);

Completed in 73 milliseconds

<<21222324252627282930>>