Home
last modified time | relevance | path

Searched full:sides (Results 1 – 25 of 211) sorted by relevance

123456789

/freebsd/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric-ne.mk5 # When both sides are equal, the != operator always yields false.
40 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-ge.mk5 # When both sides are equal, the >= operator always yields true.
65 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-gt.mk5 # When both sides are equal, the > operator always yields false.
64 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-le.mk5 # When both sides are equal, the <= operator always yields true.
65 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-lt.mk5 # When both sides are equal, the < operator always yields false.
64 # Numeric comparison works by parsing both sides
H A Dcond-func-exists.mk36 # Whitespace is trimmed on both sides of the function argument.
H A Dcond-cmp-numeric-eq.mk43 # Numeric comparison works by parsing both sides
H A Ddeptgt.mk42 # An expression based on an undefined variable is allowed on both sides of
/freebsd/crypto/krb5/src/util/
H A Ddepfix.pl169 my(@sides) = split ": ", $_;
171 if ($#sides == 1) {
172 $lhs = $sides[0] . ": ";
173 $_ = $sides[1];
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.h24 /* tolerated deviation of radar time stamp in usecs on both sides
68 * @max_pri_tolerance: pulse time stamp tolerance on both sides [us]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt33 2. Waits a little bit for the other sides to notice (slew time, say 10
45 - their-claim-gpios: The GPIOs that the other sides use to claim the bus.
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_set_test.cpp64 // Check that insertions coalesce with ranges on both sides. in TEST()
73 // Insert a 3rd range to trigger coalescing on both sides. in TEST()
H A Dinterval_map_test.cpp99 // Check that insertions coalesce with ranges on both sides where posssible. in TEST()
112 // Insert a 3rd range to trigger coalescing on both sides. in TEST()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h60 /// that it has two processor sides which may be interesting to
102 /// With the goal of alternating processor sides for stalling (FPd)
/freebsd/share/man/man4/
H A Dng_l2cap.4127 In this state, the connection has been established but both sides are still
142 state, both sides will issue
152 state requires both sides to be ready.
H A Dif_ntb.468 cycles by enabling fake checksum offload on both link sides via setting
H A Dcdceem.461 The USB device appears as a regular network interface on both sides,
H A Dntb_hw_intel.468 ones) and configuring BAR sizes in bits (from 12 to 29/39) for both NTB sides.
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_disconnect.318 generated on both sides of the connection.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp65 Message = "identical expressions on both sides of bitwise operator"; in reportIdenticalExpr()
67 Message = "identical expressions on both sides of logical operator"; in reportIdenticalExpr()
205 // If expressions on both sides of comparison operator are of type float, in checkComparisonOp()
289 "identical expressions on both sides of ':' in conditional expression", in VisitConditionalOperator()
/freebsd/crypto/openssl/test/
H A Dsrptest.c88 /* Both sides calculate u */ in run_srp()
208 /* Both sides calculate u */ in run_srp_kat()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp340 // ones, and then use RLDIC to mask off the ones in both sides after rotation. in selectI64ImmDirect()
387 // ones, and then use RLDICL to mask off the ones in left sides (if required) in selectI64ImmDirect()
430 // bits remain on both sides. Rotate right the Imm to construct an int<16> in selectI64ImmDirect()
468 // ones in both sides after rotation. in selectI64ImmDirect()
520 // ones in left sides (if required) after rotation. in selectI64ImmDirect()
566 // bits remain on both sides. Rotate right the Imm to construct an int<32> in selectI64ImmDirect()
/freebsd/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c305 * Simplify things on both sides by putting single buffers into a in cfcs_datamove()
526 /* Save pointers on both sides */ in cfcs_action()
620 /* Save pointers on both sides */ in cfcs_action()
715 /* Save pointers on both sides */ in cfcs_action()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h10 //! This pass performs merges of loads and stores on both sides of a
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME27 8. concat-assign-same: Concatenation previously evaluated both sides of the

123456789