HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 1 - 25 of 1215) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/samsung/crespo/alsa-lib/src/pcm/
mask.h 2 * Mask header
29 void snd_mask_none(snd_mask_t *mask);
30 void snd_mask_any(snd_mask_t *mask);
31 void snd_mask_load(snd_mask_t *mask, unsigned int msk);
32 int snd_mask_empty(const snd_mask_t *mask);
33 int snd_mask_full(const snd_mask_t *mask);
34 void snd_mask_set(snd_mask_t *mask, unsigned int val);
35 void snd_mask_reset(snd_mask_t *mask, unsigned int val);
36 void snd_mask_copy(snd_mask_t *mask, const snd_mask_t *v);
37 int snd_mask_test(const snd_mask_t *mask, unsigned int val)
    [all...]
mask_inline.h 2 * Mask inlines
71 MASK_INLINE void snd_mask_none(snd_mask_t *mask)
73 memset(mask, 0, sizeof(*mask));
76 MASK_INLINE void snd_mask_any(snd_mask_t *mask)
78 memset(mask, 0xff, MASK_SIZE * sizeof(u_int32_t));
81 MASK_INLINE int snd_mask_empty(const snd_mask_t *mask)
85 if (mask->bits[i])
90 MASK_INLINE int snd_mask_full(const snd_mask_t *mask)
94 if (mask->bits[i] != 0xffffffff
    [all...]
  /bionic/libc/unistd/
sigsuspend.c 34 unsigned int mask = (unsigned int)*_mask; local
36 return __sigsuspend(0, 0, mask);
  /external/iptables/include/linux/netfilter_ipv4/
ipt_2connmark.h 15 unsigned long long mark, mask; member in struct:ipt_connmark_info
17 unsigned long mark, mask;
ipt_2mark.h 6 unsigned long long mark, mask; member in struct:ipt_mark_info
8 unsigned long mark, mask;
ipt_CONNMARK.h 22 unsigned long long mask; member in struct:ipt_connmark_target_info
25 unsigned long mask;
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_mark_.h 6 unsigned long long mark, mask; member in struct:ip6t_mark_info
8 unsigned long mark, mask;
  /bionic/libc/kernel/arch-x86/asm/
mpspec_32.h 23 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
28 #define physid_set(physid, map) set_bit(physid, (map).mask)
29 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
30 #define physid_isset(physid, map) test_bit(physid, (map).mask)
31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
33 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
34 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]
  /bionic/libc/kernel/common/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /development/ndk/platforms/android-3/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /development/ndk/platforms/android-5/arch-x86/include/asm/
mpspec_32.h 23 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
28 #define physid_set(physid, map) set_bit(physid, (map).mask)
29 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
30 #define physid_isset(physid, map) test_bit(physid, (map).mask)
31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
33 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
34 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
mpspec_32.h 23 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
28 #define physid_set(physid, map) set_bit(physid, (map).mask)
29 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
30 #define physid_isset(physid, map) test_bit(physid, (map).mask)
31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
33 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
34 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
mpspec_32.h 23 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
28 #define physid_set(physid, map) set_bit(physid, (map).mask)
29 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
30 #define physid_isset(physid, map) test_bit(physid, (map).mask)
31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
33 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
34 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /bionic/libc/kernel/common/linux/netfilter/
xt_connmark.h 16 unsigned long mark, mask; member in struct:xt_connmark_info
xt_mark.h 16 unsigned long mark, mask; member in struct:xt_mark_info
  /external/kernel-headers/original/linux/netfilter/
xt_connmark.h 14 unsigned long mark, mask; member in struct:xt_connmark_info
xt_mark.h 5 unsigned long mark, mask; member in struct:xt_mark_info
  /external/skia/src/effects/
SkEmbossMask.h 25 static void Emboss(SkMask* mask, const SkEmbossMaskFilter::Light&);
  /external/stlport/src/
ctype.cpp 42 const ctype_base::mask*
45 static const ctype_base::mask _S_classic_table[table_size] = {
55 ctype_base::mask(space | cntrl) /* tab */,
56 ctype_base::mask(space | cntrl) /* LF */,
57 ctype_base::mask(space | cntrl) /* ^K */,
58 ctype_base::mask(space | cntrl) /* FF */,
59 ctype_base::mask(space | cntrl) /* ^M */,
78 ctype_base::mask(space | print) /* */,
79 ctype_base::mask(punct | print) /* ! */,
80 ctype_base::mask(punct | print) /* " */
    [all...]

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011>>