Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dtypes.h39 #define __bitwise__ __attribute__((bitwise))
/f-stack/freebsd/contrib/libfdt/
H A Dlibfdt_env.h70 #define FDT_BITWISE __attribute__((bitwise))
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt20 A bitwise AND is performed against these values and if any bit
H A Dti-cpufreq.txt33 A bitwise AND is performed against these values and if any bit
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,sti-irq-syscfg.txt20 these IRQs using bitwise logic. A number of defines have been
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h39 #define CCP_PT_BITWISE(p) ((p)->pt.bitwise)
H A Dccp_dev.h349 uint16_t bitwise:3; member
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.h339 uint32_t bitwise:3; member
H A Dccp_hardware.c865 desc->pt.bitwise = bitmode; in ccp_passthrough()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst316 …f buckets to be a power of two, the modulo operator can be replaced by a bitwise AND logical opera…