Home
last modified time | relevance | path

Searched full:bitwise (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/freebsd/contrib/unifdef/tests/
H A Dif7.c11 #error FOOB bitwise-or FOO is not 43
17 #error FOO bitwise-xor FOO is not 0
23 #error FOOB bitwise-and 2 is not 2
71 #error bitwise-not FOOB is not -43
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.8255 bitwise and of the source address in an incoming IP datagram with
266 bitwise and of the destination address in an incoming IP datagram with
277 bitwise and of the source port in an incoming TCP or UDP datagram with
286 bitwise and of the destination port in an incoming TCP or UDP datagram with
301 bitwise and of the ingress port with
316 bitwise and of the 16-bit outer VLAN tag of an incoming frame with
325 bitwise and of the 16-bit VLAN tag of an incoming QinQ frame with
335 bitwise and of the 8-bit IP Type of Service/IPv6 Traffic Class in an
345 bitwise and of the 8-bit IP protocol in an incoming packet with
354 bitwise and of the 16-bit Ethernet type field of an incoming frame with
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_iofic.h152 * @param mask bitwise of interrupts to unmask, set bits will be unmasked.
163 * @param mask bitwise of interrupts to mask, set bits will be masked.
189 * @param mask bitwise of bits to be cleared, set bits will be cleared.
200 * @param mask bitwise of bits to be set.
209 * @param mask bitwise of interrupts to mask
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptTokenList.h30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
31 SHORT_TOKEN(Amp, '&') // Bitwise-AND operator.
32 SHORT_TOKEN(Tilde, '~') // Bitwise-NOT operator.
/freebsd/share/man/man9/
H A Dbitset.9457 bitwise or
487 bitwise or not
520 bitwise and
550 bitwise and not
580 bitwise exclusive or
/freebsd/sys/dev/ice/
H A Dice_bitops.h198 * ice_and_bitmap - bitwise AND 2 bitmaps and store result in dst bitmap
204 * This function performs a bitwise AND on two "source" bitmaps of the same size
237 * ice_or_bitmap - bitwise OR 2 bitmaps and store result in dst bitmap
243 * This function performs a bitwise OR on two "source" bitmaps of the same size
268 * ice_xor_bitmap - bitwise XOR 2 bitmaps and store result in dst bitmap
274 * This function performs a bitwise XOR on two "source" bitmaps of the same size
299 * ice_andnot_bitmap - bitwise ANDNOT 2 bitmaps and result in dst bitmap
305 * This function performs a bitwise ANDNOT on two "source" bitmaps of the same
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Derr.D_OP_INT.badbitop.d31 * Bitwise operators not supported on all types
33 * SECTION: Types, Operators, and Expressions/Bitwise Operators
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitmaskEnum.h20 /// perform bitwise operations on it without putting static_cast everywhere.
33 /// Normally when you do a bitwise operation on an enum value, you get back an
34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
46 /// set, so that bitwise operation on such enum does not require static_cast.
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dbmiintrin.h169 /// Performs a bitwise AND of the second operand with the one's
180 /// \returns An unsigned integer containing the bitwise AND of the second
189 /// Performs a bitwise AND of the second operand with the one's
204 /// \returns An unsigned integer containing the bitwise AND of the second
389 /// Performs a bitwise AND of the second operand with the one's
400 /// \returns An unsigned 64-bit integer containing the bitwise AND of the second
409 /// Performs a bitwise AND of the second operand with the one's
425 /// \returns An unsigned 64-bit integer containing the bitwise AND of the second
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h4074 Reads a bit field from an 8-bit value, performs a bitwise OR, and returns the
4077 Performs a bitwise OR between the bit field specified by StartBit
4107 Reads a bit field from an 8-bit value, performs a bitwise AND, and returns
4110 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4140 Reads a bit field from an 8-bit value, performs a bitwise AND followed by a
4141 bitwise OR, and returns the result.
4143 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4144 in Operand and the value specified by AndData, followed by a bitwise
4236 Reads a bit field from a 16-bit value, performs a bitwise OR, and returns the
4239 Performs a bitwise OR between the bit field specified by StartBit
[all …]
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_bind_mw.350 The attribute send_flags describes the properties of the \s-1WR\s0. It is either 0 or the bitwise \…
58 completes successfully. It is either 0 or the bitwise \s-1OR\s0 of one
/freebsd/lib/libsys/
H A Dmprotect.252 or the bitwise
74 This is accomplished by bitwise
H A Daccess.260 is either the bitwise-inclusive OR of the desired permissions
127 are constructed by a bitwise-inclusive OR of flags from the following
/freebsd/share/man/man4/
H A Dng_patch.443 bitwise AND (&=), bitwise OR (|=), bitwise eXclusive OR (^=),
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h54 // Check bitwise identical. This is the only legal way to compare a union w/o
64 // Check bitwise identical. This is the only legal way to compare a union w/o
136 /// Get symbol flags (bitwise OR of SymbolRef::Flags)
/freebsd/share/doc/psd/15.yacc/
H A Dssa42 % (mod operator), & (bitwise and), | (bitwise or), and assignment.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.cppm
H A Dfunctional.inc46 // [bitwise.operations], bitwise operations
/freebsd/usr.sbin/cpucontrol/
H A Dcpucontrol.8115 Store the result of bitwise AND operation between
123 Store the result of bitwise OR operation between
/freebsd/contrib/lua/src/
H A Dlcode.h30 /* bitwise operators */
44 /* true if operation is foldable (that is, it is arithmetic or bitwise) */
/freebsd/contrib/bc/manuals/bc/
H A DH.11770 and calculates and returns the result of the bitwise \f[B]and\f[R]
1780 and calculates and returns the result of the bitwise \f[B]or\f[R]
1790 and calculates and returns the result of the bitwise \f[B]xor\f[R]
1819 Takes the truncated absolute value of \f[B]x\f[R] and does a bitwise not
1829 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1838 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1847 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1856 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1865 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1929 Does a left bitwise rotatation of the truncated absolute value of
[all …]
H A DHN.11770 and calculates and returns the result of the bitwise \f[B]and\f[R]
1780 and calculates and returns the result of the bitwise \f[B]or\f[R]
1790 and calculates and returns the result of the bitwise \f[B]xor\f[R]
1819 Takes the truncated absolute value of \f[B]x\f[R] and does a bitwise not
1829 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1838 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1847 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1856 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1865 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1929 Does a left bitwise rotatation of the truncated absolute value of
[all …]
H A DA.11770 and calculates and returns the result of the bitwise \f[B]and\f[R]
1780 and calculates and returns the result of the bitwise \f[B]or\f[R]
1790 and calculates and returns the result of the bitwise \f[B]xor\f[R]
1819 Takes the truncated absolute value of \f[B]x\f[R] and does a bitwise not
1829 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1838 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1847 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1856 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1865 Does a bitwise not of the truncated absolute value of \f[B]x\f[R] as
1929 Does a left bitwise rotatation of the truncated absolute value of
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h437 Not, ///< Bitwise negation.
492 And, ///< Bitwise and.
508 Or, ///< Bitwise or.
509 OrNot, ///< Bitwise or not.
514 Xor ///< Bitwise exclusive or.
/freebsd/contrib/ntp/html/
H A Daccess.html31 … mask values. A match occurs when the bitwise AND of the mask and the packet source address is equ…

12345678910>>...18