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

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
_perf.ini 0 mask=0xffffffff
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 6 * This class helps to handle CRL revocation reasons mask. Each CRL handles a
14 * Constructs are reason mask with the reasons.
24 * A reason mask with no reason.
33 * A mask with all revocation reasons.
42 * Adds all reasons from the reasons mask to this mask.
44 * @param mask The reasons mask to add.
46 void addReasons(ReasonsMask mask)
48 _reasons = _reasons | mask.getReasons()
    [all...]
  /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...]
  /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-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-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...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_2mark.h 6 unsigned long long mark, mask; member in struct:ipt_mark_info
8 unsigned long mark, mask;
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */
6 u_int16_t dest; /* dest-type mask */
ipt_realm.h 6 u_int32_t mask; member in struct:ipt_realm_info
  /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;
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */
6 u_int16_t dest; /* dest-type mask */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */
6 u_int16_t dest; /* dest-type mask */
  /external/kernel-headers/original/linux/netfilter/
xt_mark.h 5 unsigned long mark, mask; member in struct:xt_mark_info
xt_realm.h 6 u_int32_t mask; member in struct:xt_realm_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_mark.h 5 unsigned long mark, mask; member in struct:xt_mark_info
xt_realm.h 6 u_int32_t mask; member in struct:xt_realm_info
  /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...]
  /ndk/sources/cxx-stl/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...]
  /external/iptables/extensions/
libipt_CONNMARK.man 3 .B --set-mark mark[/mask]
4 Set connection mark. If a mask is specified then only those bits set in the
5 mask is modified.
7 .B --save-mark [--mask mask]
8 Copy the netfilter packet mark value to the connection mark. If a mask
11 .B --restore-mark [--mask mask]
12 Copy the connection mark value to the packet. If a mask is specified
  /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)
  /external/kernel-headers/original/asm-x86/
mpspec_32.h 40 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
45 #define physid_set(physid, map) set_bit(physid, (map).mask)
46 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
47 #define physid_isset(physid, map) test_bit(physid, (map).mask)
48 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
50 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
51 #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)

Completed in 290 milliseconds

1 2 3 4 5 6 7 8 91011>>