HomeSort by relevance Sort by last modified time
    Searched refs:dst_mask (Results 1 - 21 of 21) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_devgroup.h 33 __u32 dst_mask; member in struct:xt_devgroup_info
xt_HMARK.h 55 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
  /external/iptables/include/linux/netfilter/
xt_devgroup.h 18 __u32 dst_mask; member in struct:xt_devgroup_info
xt_HMARK.h 40 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_devgroup.h 19 __u32 dst_mask; member in struct:xt_devgroup_info
xt_HMARK.h 42 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
  /external/libunwind/src/ia64/
Grbs.c 203 unw_word_t n, src_mask, dst_mask, bsp, *dst, src_rnat, dst_rnat = 0; local
290 dst_mask = ((unw_word_t) 1) << rse_slot_num ((unw_word_t) dst);
293 dst_rnat |= dst_mask;
295 dst_rnat &= ~dst_mask;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 83 unsigned int dst_mask);
radeon_dataflow.c 685 unsigned int dst_mask)
700 d->DstMask = dst_mask;
701 d->AliveWriteMask = dst_mask;
704 if (!dst_mask)
radeon_compiler_util.c 318 unsigned int dst_mask)
323 return dst_mask & rc_swizzle_to_writemask(src_swz);
  /external/iptables/extensions/
libxt_HMARK.c 86 .flags = XTOPT_PUT, XTOPT_POINTER(hi, dst_mask)
154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask));
328 xtables_ip6mask_to_numeric(&info->dst_mask.in6) + 1);
349 xtables_ipmask_to_cidr(&info->dst_mask.in));
395 ret = xtables_ip6mask_to_cidr(&info->dst_mask.in6);
412 ret = xtables_ipmask_to_cidr(&info->dst_mask.in);
libxt_devgroup.c 88 info->dst_mask = mask;
127 print_devgroup(info->dst_group, info->dst_mask, numeric);
195 info->dst_mask, xl, numeric);
  /external/mesa3d/src/mesa/program/
prog_optimize.c 55 GLuint arg, GLuint dst_mask)
79 channel_mask = inst->DstReg.WriteMask & dst_mask;
487 GLuint dst_mask, src_mask; local
494 dst_mask = mov->DstReg.WriteMask;
522 (read_mask & dst_mask) == read_mask) {
543 dst_mask &= ~inst2->DstReg.WriteMask;
544 src_mask = get_src_arg_mask(mov, 0, dst_mask);
552 dst_mask &= get_dst_mask_for_mov(mov, src_mask);
554 if (dst_mask == 0)
765 const GLuint dst_mask = prevInst->DstReg.WriteMask local
    [all...]
  /external/tcpdump/
print-cnfp.c 118 uint8_t dst_mask; /* destination address prefix mask bits */ member in struct:nfrec_v5
152 uint8_t dst_mask; /* destination address prefix mask bits */ member in struct:nfrec_v6
302 snprintf(buf, sizeof(buf), "/%d", nr->dst_mask);
398 snprintf(buf, sizeof(buf), "/%d", nr->dst_mask);
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 569 uint32_t dst_mask; local
571 dst_mask = 0x00ffffff;
574 dst_mask = 0xffffff00;
577 dst_mask = ~dst_mask;
581 uint32_t tmp = *row & dst_mask;
582 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask);
  /external/libyuv/files/source/
scale_msa.cc 392 v16i8 dst_mask = {0, 2, 16, 4, 6, 18, 8, 10, 20, 12, 14, 22, 0, 0, 0, 0}; local
436 out = (v16u8)__msa_vshf_b(dst_mask, (v16i8)vec1, (v16i8)vec0);
462 v16i8 dst_mask = {0, 2, 16, 4, 6, 18, 8, 10, 20, 12, 14, 22, 0, 0, 0, 0}; local
516 out = (v16u8)__msa_vshf_b(dst_mask, (v16i8)vec1, (v16i8)vec0);
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 875 VkFlags src_mask, dst_mask; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 165 LLVMValueRef dst_mask; local
167 dst_mask = lp_build_const_int_vec(gallivm, src_type,
171 result = lp_build_andnot(&bld, dst_mask, result);
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 269 dst_mask = pRegions[r].dstSubresource.aspectMask; local
271 assert(anv_image_aspects_compatible(src_mask, dst_mask));
298 get_blorp_surf_for_anv_image(cmd_buffer->device, dst_image, dst_mask,
1410 dst_mask = pRegions[r].dstSubresource.aspectMask; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_msa.cc 400 v16i8 dst_mask = {0, 2, 16, 4, 6, 18, 8, 10, 20, 12, 14, 22, 0, 0, 0, 0}; local
444 out = (v16u8)__msa_vshf_b(dst_mask, (v16i8)vec1, (v16i8)vec0);
470 v16i8 dst_mask = {0, 2, 16, 4, 6, 18, 8, 10, 20, 12, 14, 22, 0, 0, 0, 0}; local
524 out = (v16u8)__msa_vshf_b(dst_mask, (v16i8)vec1, (v16i8)vec0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_lowering.c 112 aliases(const struct tgsi_full_dst_register *dst, unsigned dst_mask,
123 if (actual_mask & dst_mask)
    [all...]

Completed in 679 milliseconds