HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 151 - 175 of 3746) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libdrm/
util_math.h 31 #define __align_mask(value, mask) (((value) + (mask)) & ~(mask))
  /external/libnetfilter_conntrack/utils/
expect_create.c 19 struct nf_conntrack *master, *expected, *mask; local
77 mask = nfct_new();
78 if (!mask) {
85 nfct_set_attr_u8(mask, ATTR_L3PROTO, AF_INET);
86 nfct_set_attr_u32(mask, ATTR_IPV4_SRC, 0xffffffff);
87 nfct_set_attr_u32(mask, ATTR_IPV4_DST, 0xffffffff);
89 nfct_set_attr_u8(mask, ATTR_L4PROTO, IPPROTO_TCP);
90 nfct_set_attr_u16(mask, ATTR_PORT_SRC, 0x0000);
91 nfct_set_attr_u16(mask, ATTR_PORT_DST, 0xffff);
102 nfct_destroy(mask);
    [all...]
expect_create_userspace.c 19 struct nf_conntrack *master, *expected, *mask; local
82 mask = nfct_new();
83 if (!mask) {
90 nfct_set_attr_u8(mask, ATTR_L3PROTO, AF_INET);
91 nfct_set_attr_u32(mask, ATTR_IPV4_SRC, 0xffffffff);
92 nfct_set_attr_u32(mask, ATTR_IPV4_DST, 0xffffffff);
94 nfct_set_attr_u8(mask, ATTR_L4PROTO, IPPROTO_TCP);
95 nfct_set_attr_u16(mask, ATTR_PORT_SRC, 0x0000);
96 nfct_set_attr_u16(mask, ATTR_PORT_DST, 0xffff);
107 nfct_destroy(mask);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.c 57 static void r200Clear( struct gl_context *ctx, GLbitfield mask )
66 hwmask = mask & hwbits;
67 swmask = mask & ~hwbits;
71 fprintf(stderr, "%s: swrast clear, mask: %x\n", __func__, swmask);
  /external/u-boot/arch/xtensa/include/asm/
bitops.h 25 unsigned char mask = 1u << (nr & 7); local
29 ((unsigned char *)addr)[nr >> 3] |= mask;
32 return tmp & mask;
  /external/u-boot/drivers/ddr/marvell/a38x/
ddr3_training_ip_flow.h 16 #define IS_ACTIVE(mask, id) \
17 ((mask) & (1 << (id)))
19 #define VALIDATE_ACTIVE(mask, id) \
21 if (IS_ACTIVE(mask, id) == 0) \
28 #define VALIDATE_IF_ACTIVE(mask, id) \
30 if (IS_IF_ACTIVE(mask, id) == 0) \
37 #define VALIDATE_BUS_ACTIVE(mask, id) \
39 if (IS_BUS_ACTIVE(mask, id) == 0) \
49 #define DDR3_IS_16BIT_DRAM_MODE(mask) \
50 ((mask == BUS_MASK_16BIT || mask == BUS_MASK_16BIT_ECC || mask == BUS_MASK_16BIT_ECC_PUP3) ? 1 : 0
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
bn.c 186 BN_ULONG x, mask; local
192 // Set |mask| to all ones if |x| (the top 32 bits of |l|) is non-zero and all
194 mask = 0u - x;
195 mask = (0u - (mask >> (BN_BITS2 - 1)));
198 bits += 32 & mask;
199 l ^= (x ^ l) & mask; // |l| is |x| if |mask| and remains |l| otherwise.
204 mask = 0u - x;
205 mask = (0u - (mask >> (BN_BITS2 - 1)))
307 BN_ULONG mask = 0; local
    [all...]
  /external/iptables/extensions/
libxt_connmark.c 29 unsigned long mark, mask; member in struct:xt_connmark_info
41 "[!] --mark value[/mask] Match ctmark value with optional mask\n");
58 info->mask = cb->val.mask;
67 markinfo->mask = cb->val.mask;
72 static void print_mark(unsigned int mark, unsigned int mask)
74 if (mask != 0xffffffffU)
75 printf(" 0x%x/0x%x", mark, mask);
    [all...]
libxt_mark.c 7 unsigned long mark, mask; member in struct:xt_mark_info
19 "[!] --mark value[/mask] Match nfmark value with optional mask\n");
36 info->mask = cb->val.mask;
47 markinfo->mask = cb->val.mask;
50 static void print_mark(unsigned int mark, unsigned int mask)
52 if (mask != 0xffffffffU)
53 printf(" 0x%x/0x%x", mark, mask);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 70 unsigned mask = 0x0; local
103 if (!(-0.50 * position[0] + position[3] >= 0)) mask |= (1<<0);
104 if (!( 0.50 * position[0] + position[3] >= 0)) mask |= (1<<1);
105 if (!(-0.50 * position[1] + position[3] >= 0)) mask |= (1<<2);
106 if (!( 0.50 * position[1] + position[3] >= 0)) mask |= (1<<3);
109 if (!(-position[0] + position[3] >= 0)) mask |= (1<<0);
110 if (!( position[0] + position[3] >= 0)) mask |= (1<<1);
111 if (!(-position[1] + position[3] >= 0)) mask |= (1<<2);
112 if (!( position[1] + position[3] >= 0)) mask |= (1<<3);
118 if (!( position[2] + position[3] >= 0)) mask |= (1<<4)
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_mark_m.h 26 unsigned long mark, mask; member in struct:ebt_mark_m_info
  /external/brotli/c/enc/
literal_cost.h 21 ring-buffer (data, mask) will take entropy coded and writes these estimates
24 size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost);
  /external/clang/lib/Headers/
avx512pfintrin.h 34 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) __extension__ ({\
35 __builtin_ia32_gatherpfdpd((__mmask8)(mask), (__v8si)(__m256i)(index), \
44 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) ({\
45 __builtin_ia32_gatherpfdps((__mmask16)(mask), \
54 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) __extension__ ({\
55 __builtin_ia32_gatherpfqpd((__mmask8)(mask), (__v8di)(__m512i)(index), \
64 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) ({\
65 __builtin_ia32_gatherpfqps((__mmask8)(mask), (__v8di)(__m512i)(index), \
77 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) __extension__ ({\
78 __builtin_ia32_scatterpfdpd((__mmask8)(mask), (__v8si)(__m256i)(index),
    [all...]
  /external/iptables/include/linux/netfilter_bridge/
ebt_mark_m.h 10 unsigned long mark, mask; member in struct:ebt_mark_m_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_mark_m.h 11 unsigned long mark, mask; member in struct:ebt_mark_m_info
  /external/ltp/testcases/open_posix_testsuite/include/
affinity.h 34 cpu_set_t mask; local
36 CPU_ZERO(&mask);
37 CPU_SET(cpu, &mask);
39 return (sched_setaffinity(0, sizeof(cpu_set_t), &mask));
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_tests.h 50 * Mask of the bits that actually meaningful data. Used to mask out the
53 uint8_t mask[UTIL_FORMAT_MAX_PACKED_BYTES]; member in struct:util_format_test_case
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 54 void (*Split)(struct rc_src_register reg, unsigned int mask, struct rc_swizzle_split * split);
  /external/skia/modules/sksg/include/
SkSGMaskEffect.h 16 * Concrete Effect node, applying a mask to its descendants.
26 static sk_sp<MaskEffect> Make(sk_sp<RenderNode> child, sk_sp<RenderNode> mask,
28 return (child && mask)
29 ? sk_sp<MaskEffect>(new MaskEffect(std::move(child), std::move(mask), mode))
36 MaskEffect(sk_sp<RenderNode>, sk_sp<RenderNode> mask, Mode);
  /external/skia/src/core/
SkMaskCache.h 21 * On success, return a ref to the SkCachedData that holds the pixels, and have mask
27 const SkRRect& rrect, SkMask* mask,
30 const SkRect rects[], int count, SkMask* mask,
34 * Add a mask and its pixel-data to the cache.
37 const SkRRect& rrect, const SkMask& mask, SkCachedData* data,
40 const SkRect rects[], int count, const SkMask& mask, SkCachedData* data,
  /external/skqp/modules/sksg/include/
SkSGMaskEffect.h 16 * Concrete Effect node, applying a mask to its descendants.
26 static sk_sp<MaskEffect> Make(sk_sp<RenderNode> child, sk_sp<RenderNode> mask,
28 return (child && mask)
29 ? sk_sp<MaskEffect>(new MaskEffect(std::move(child), std::move(mask), mode))
36 MaskEffect(sk_sp<RenderNode>, sk_sp<RenderNode> mask, Mode);
  /external/skqp/src/core/
SkMaskCache.h 21 * On success, return a ref to the SkCachedData that holds the pixels, and have mask
27 const SkRRect& rrect, SkMask* mask,
30 const SkRect rects[], int count, SkMask* mask,
34 * Add a mask and its pixel-data to the cache.
37 const SkRRect& rrect, const SkMask& mask, SkCachedData* data,
40 const SkRect rects[], int count, const SkMask& mask, SkCachedData* data,
  /external/strace/
ioprio.c 38 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
39 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
  /external/strace/tests/
erestartsys.c 60 sigset_t mask; local
61 sigemptyset(&mask);
62 sigaddset(&mask, SIGALRM);
63 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
kill.c 52 sigset_t mask; local
53 sigemptyset(&mask);
54 sigaddset(&mask, SIGALRM);
55 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))

Completed in 3651 milliseconds

1 2 3 4 5 67 8 91011>>