| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | blenders.hpp | 91 virtual void blend(InputOutputArray dst, InputOutputArray dst_mask); 110 void blend(InputOutputArray dst, InputOutputArray dst_mask) CV_OVERRIDE; 137 void blend(InputOutputArray dst, InputOutputArray dst_mask) CV_OVERRIDE;
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxsingle.c | 961 unsigned char dst_mask = 0x80 >> (sx % 8); in __glXDisp_ReadPixels() local 970 *dst |= dst_mask; in __glXDisp_ReadPixels() 973 *dst &= ~dst_mask; in __glXDisp_ReadPixels() 976 if (dst_mask > 1) in __glXDisp_ReadPixels() 977 dst_mask >>= 1; in __glXDisp_ReadPixels() 979 dst_mask = 0x80; in __glXDisp_ReadPixels()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_HMARK.c | 95 info->dst_mask.ip6); in hmark_ct_set_htuple() 194 t->dst = hmark_addr6_mask(ip6->daddr.s6_addr32, info->dst_mask.ip6); in hmark_pkt_set_htuple_ipv6() 267 t->dst = ip->daddr & info->dst_mask.ip; in hmark_pkt_set_htuple_ipv4()
|
| H A D | xt_devgroup.c | 29 (((info->dst_group ^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^ in devgroup_mt()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ |
| H A D | xt_devgroup.h | 19 __u32 dst_mask; member
|
| H A D | xt_HMARK.h | 42 union nf_inet_addr dst_mask; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | xt_devgroup.h | 19 __u32 dst_mask; member
|
| H A D | xt_HMARK.h | 42 union nf_inet_addr dst_mask; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ |
| H A D | xt_devgroup.h | 19 __u32 dst_mask; member
|
| H A D | xt_HMARK.h | 42 union nf_inet_addr dst_mask; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_slice.c | 1001 RK_U16 tmp16a, tmp16b, tmp16c, last_tmp, dst_mask; in h264e_slice_move() local 1010 dst_mask = 0xFFFF << (8 - dst_bit_r); in h264e_slice_move() 1014 src_bit_r, dst_bit_r, loop, dst_mask, last_tmp); in h264e_slice_move() 1049 tmp16c = tmp16b >> dst_bit_r | ((last_tmp << 8) & dst_mask); in h264e_slice_move()
|
| /OK3568_Linux_fs/kernel/sound/mips/ |
| H A D | sgio2audio.c | 348 unsigned long src_base, src_pos, dst_mask; in snd_sgio2audio_dma_pull_frag() local 363 dst_mask = frames_to_bytes(runtime, runtime->buffer_size) - 1; in snd_sgio2audio_dma_pull_frag() 379 dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask; in snd_sgio2audio_dma_pull_frag()
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0005-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch | 51 + 0xffff, /* dst_mask */
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.38/ |
| H A D | 0004-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch | 51 + 0xffff, /* dst_mask */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_selftests.c | 1331 u32 dst_mask, u32 src_mask) in __stmmac_test_l3filt() argument 1384 mask.dst = dst_mask; in __stmmac_test_l3filt() 1428 u32 dst_mask, u32 src_mask) in __stmmac_test_l3filt() argument 1450 u32 dst_mask, u32 src_mask, bool udp) in __stmmac_test_l4filt() argument 1513 masks.mask.dst = dst_mask; in __stmmac_test_l4filt() 1559 u32 dst_mask, u32 src_mask, bool udp) in __stmmac_test_l4filt() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 972 __be32 dst_mask, u32 priority, in ofdpa_flow_tbl_ucast4_routing() argument 987 entry->key.ucast_routing.dst4_mask = dst_mask; in ofdpa_flow_tbl_ucast4_routing() 2273 __be32 dst_mask = inet_make_mask(dst_len); in ofdpa_port_fib_ipv4() local 2303 dst_mask, priority, goto_tbl, in ofdpa_port_fib_ipv4()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 3578 dst_mask to extract the addend from the section contents. If 3582 the dst_mask part of the section contents should be ignored. */ 3585 /* dst_mask selects which parts of the instruction (or data) are 3587 bfd_vma dst_mask; 3607 inplace, src_mask, dst_mask, pcrel_off) \ 3609 size < 0, pcrel, inplace, pcrel_off, src_mask, dst_mask, func, name }
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 3578 dst_mask to extract the addend from the section contents. If 3582 the dst_mask part of the section contents should be ignored. */ 3585 /* dst_mask selects which parts of the instruction (or data) are 3587 bfd_vma dst_mask; 3607 inplace, src_mask, dst_mask, pcrel_off) \ 3609 size < 0, pcrel, inplace, pcrel_off, src_mask, dst_mask, func, name }
|