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

1 2 3

  /system/media/audio_utils/tests/
primitives_tests.cpp 364 uint32_t dst_mask; local
375 dst_mask = 0x8d;
377 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]),
378 65536 / popcount(dst_mask));
381 // Test when dst_mask is 0. Nothing should be copied.
383 dst_mask = 0;
385 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]),
390 src_mask = dst_mask = 0x8d;
392 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), 555);
393 EXPECT_EQ(0, memcmp(u16ary, u16ref, 555 * sizeof(u16ref[0]) * popcount(dst_mask)));
432 uint32_t dst_mask; local
516 uint32_t dst_mask; local
601 uint32_t dst_mask; local
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_devgroup.h 18 __u32 dst_mask; member in struct:xt_devgroup_info
  /system/media/audio_utils/
primitives.c 390 void memcpy_by_channel_mask(void *dst, uint32_t dst_mask,
398 memcpy_by_index_array_initialization(idxary, 32, dst_mask, src_mask);
402 if (dst_mask == src_mask) {
403 memcpy(dst, src, sample_size * popcount(dst_mask) * count);
411 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0);
417 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0);
424 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero);
430 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0);
494 uint32_t dst_mask, uint32_t src_mask)
498 uint32_t bit, ormask = src_mask | dst_mask;
    [all...]
  /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);
  /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);
  /toolchain/binutils/binutils-2.27/bfd/
reloc.c 348 . dst_mask to extract the addend from the section contents. If
351 . bogus as in those cases the value in the dst_mask part of the
355 . {* dst_mask selects which parts of the instruction (or data) are
357 . bfd_vma dst_mask;
878 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
    [all...]
elf32-i860.c 84 insn = (insn & ~reloc_entry->howto->dst_mask)
85 | (relocation & reloc_entry->howto->dst_mask);
148 & reloc_entry->howto->dst_mask;
149 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
253 & reloc_entry->howto->dst_mask;
254 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
276 0, /* dst_mask */
291 0xffffffff, /* dst_mask */
305 0xffffffff, /* dst_mask */
319 0xffffffff, /* dst_mask */
    [all...]
elf32-d10v.c 45 0, /* Dst_mask. */
60 0xff, /* Dst_mask. */
75 0x07f8000, /* Dst_mask. */
90 0xffff, /* Dst_mask. */
105 0xffff, /* Dst_mask. */
120 0xffff, /* Dst_mask. */
135 0xffffffff, /* Dst_mask. */
150 0, /* Dst_mask. */
165 0, /* Dst_mask. */
344 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift
    [all...]
elfxx-aarch64.c 351 if (howto->dst_mask & (howto->dst_mask + 1))
354 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
364 if (howto->dst_mask != 0xffffffff)
nlm32-i386.c 160 || rel->howto->dst_mask != 0xffffffff)
284 && rel->howto->dst_mask == 0xffffffff)
308 && rel->howto->dst_mask == 0xffffffff)
cpu-ns32k.c 501 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
718 x = ((x & ~howto->dst_mask)
719 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
nlm32-ppc.c 677 || rel->howto->dst_mask != 0xffffffff)
789 && howto->dst_mask == rel->howto->dst_mask
  /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);
  /system/media/audio_utils/include/audio_utils/
primitives.h 504 * \param dst_mask Bit mask corresponding to destination channels present
513 void memcpy_by_channel_mask(void *dst, uint32_t dst_mask,
565 * of at least as many channels as present in the dst_mask.
574 * \param dst_mask Bit mask corresponding to destination channels present
578 uint32_t dst_mask, uint32_t src_mask);
587 * channels as if counting the set bits in dst_mask in order from lsb to msb
589 * ith SET bit of dst_mask and the ith destination channel. Hence, a zero ith
594 * \param dst_mask Bit mask corresponding to destination channels present
598 uint32_t dst_mask, uint32_t src_mask);
617 * \param dst_mask Bit mask corresponding to destination channels presen
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 561 uint32_t dst_mask; local
563 dst_mask = 0x00ffffff;
566 dst_mask = 0xffffff00;
569 dst_mask = ~dst_mask;
573 uint32_t tmp = *row & dst_mask;
574 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask);
  /toolchain/binutils/binutils-2.27/gold/
tilegx.cc 831 elfcpp::Elf_Xword dst_mask = bitmask << doffset; local
833 val &= ~dst_mask;
859 elfcpp::Elf_Xword dst_mask = bitmask << doffset; local
861 val &= ~dst_mask;
887 elfcpp::Elf_Xword dst_mask = (bitmask1 << doffset1) local
889 val &= ~dst_mask;
920 elfcpp::Elf_Xword dst_mask = bitmask << doffset; local
921 val &= ~dst_mask;
975 elfcpp::Elf_Xword dst_mask = (bitmask1 << doffset1) local
2403 elfcpp::Elf_Xword dst_mask = local
    [all...]

Completed in 1423 milliseconds

1 2 3