/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
_perf.ini | 0 mask=0xffffffff
|
/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...] |
/ndk/build/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...] |
/ndk/build/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
|
ipt_connlimit.h | 9 u_int32_t mask; member in struct:ipt_connlimit_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 */
|
/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
|
/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...] |
/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
|
libipt_realm.man | 4 .BI "--realm " "[!] " "value[/mask]" 5 Matches a given realm number (and optionally mask). If not a number, value 6 can be a named realm from /etc/iproute2/rt_realms (mask can not be used in
|
/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)
|
/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...] |
/ndk/build/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)
|
/ndk/build/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)
|
/ndk/build/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)
|
/ndk/build/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)
|
/ndk/build/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)
|
/ndk/build/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)
|
/external/bluetooth/glib/tests/ |
bit-test.c | 11 builtin_bit_nth_lsf1 (gulong mask, gint nth_bit) 16 mask &= -(1UL<<(nth_bit+1)); 18 mask = 0; 20 return __builtin_ffsl(mask) - 1; 24 builtin_bit_nth_lsf2 (gulong mask, gint nth_bit) 29 mask &= -(1UL<<(nth_bit+1)); 31 mask = 0; 33 return mask ? __builtin_ctzl(mask) : -1; 37 builtin_bit_nth_msf (gulong mask, gint nth_bit [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
gt.h | 103 GT_assert(struct GT_Mask mask, Int expr) 121 GT_create(struct GT_Mask * mask /* OUT */ , String modName) 164 GT_query(struct GT_Mask mask, SmBits class) 171 * sets trace mask according to settings 193 GT_0trace(struct GT_Mask mask, SmBits class, String format) 199 GT_1trace(struct GT_Mask mask, SmBits class, String format, ...) 205 GT_2trace(struct GT_Mask mask, SmBits class, String format, ...) 211 GT_3trace(struct GT_Mask mask, SmBits class, String format, ...) 217 GT_4trace(struct GT_Mask mask, SmBits class, String format, ...) 223 GT_5trace(struct GT_Mask mask, SmBits class, String format, ... [all...] |