/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 10 // for an integral value. This keeps track of a lower and upper bound for the 12 // keeps track of a [lower, upper) bound, which specifies an interval just like 45 : Lower(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)), in ConstantRange() 46 Upper(Lower) {} in ConstantRange() 49 : Lower(std::move(V)), Upper(Lower + 1) {} in ConstantRange() 52 : Lower(std::move(L)), Upper(std::move(U)) { in ConstantRange() 53 assert(Lower.getBitWidth() == Upper.getBitWidth() && in ConstantRange() 55 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && in ConstantRange() 56 "Lower == Upper, but they aren't min or max value!"); in ConstantRange() 71 // If we don't know the sign bit, pick the lower bound as a negative number in fromKnownBits() [all …]
|
/freebsd/sbin/mount_unionfs/ |
H A D | mount_unionfs.8 | 58 .Em lower 77 becomes the lower layer and 92 lower layer to the created file in the upper layer. 101 lower layer. 137 lower layer. 138 If a directory is found in the lower layer, and there is no entry 153 a file with the same name in the lower layer. 155 which will still allow the lower files to be accessed by a different 161 and lower directories (should they both exist). 166 An attempt to open for writing a file which exists in the lower layer [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.dofmax.ksh | 62 let lower=upper 64 echo success at $lower, raised to $upper 70 while [[ "$lower" -lt "$upper" ]]; do 71 let guess=$(((lower + upper) / 2)) 72 echo "lower is $lower; upper is $upper; guess is $guess\c" 75 if [[ $((upper - lower)) -le 2 ]]; then 80 let lower=guess 89 if [[ "$lower" -lt "$expected" ]]; then 91 echo "found $lower" 95 echo "maximum supported enabled probes found to be $lower"
|
/freebsd/sbin/mount_nullfs/ |
H A D | mount_nullfs.8 | 81 all lower-layer vnodes, not just over directory vnodes. 96 Some lower-layer file systems may force this option. 128 of the lower vfs (target-pn) and the pathname where the null 137 simply bypassing all possible operations to the lower layer 144 handling by the lower layer. 147 lower-layer equivalents. 149 on the lower layer. 174 Mounting associates the null layer with a lower layer, 204 to the lower layer which would return a vnode representing 230 .Sh INVOKING OPERATIONS ON LOWER LAYER [all...] |
/freebsd/sys/netgraph/ |
H A D | ng_car.c | 86 struct hookinfo lower; /* hook to lower layers */ member 222 priv->lower.hook = NULL; in ng_car_constructor() 223 priv->lower.dest = NULL; in ng_car_constructor() 224 priv->lower.tc = priv->lower.conf.cbs = NG_CAR_CBS_MIN; in ng_car_constructor() 225 priv->lower.te = priv->lower.conf.ebs = NG_CAR_EBS_MIN; in ng_car_constructor() 226 priv->lower.conf.cir = NG_CAR_CIR_DFLT; in ng_car_constructor() 227 priv->lower.conf.green_action = NG_CAR_ACTION_FORWARD; in ng_car_constructor() 228 priv->lower.conf.yellow_action = NG_CAR_ACTION_FORWARD; in ng_car_constructor() 229 priv->lower.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor() 230 priv->lower.conf.mode = 0; in ng_car_constructor() [all …]
|
H A D | ng_pipe.c | 36 * The node has two hooks, upper and lower. Traffic flowing from upper to 37 * lower hook is referenced as downstream, and vice versa. Parameters for 101 struct hookinfo lower; 278 bzero(&priv->lower, sizeof(priv->lower)); in ngp_newhook() 279 priv->lower.hook = hook; in ngp_newhook() 280 NG_HOOK_SET_PRIVATE(hook, &priv->lower); in ngp_newhook() 324 bcopy(&priv->lower.stats, &stats->upstream, in ngp_rcvmsg() 330 bzero(&priv->lower.stats, in ngp_rcvmsg() 331 sizeof(priv->lower in ngp_rcvmsg() 100 struct hookinfo lower; global() member [all...] |
/freebsd/contrib/sendmail/cf/feature/ |
H A D | access_db.m4 | 18 ifelse(lower(_ARG2_),`skip',`define(`_ACCESS_SKIP_', `1')') 19 ifelse(lower(_ARG2_),`lookupdotdomain',`define(`_LOOKUPDOTDOMAIN_', `1')') 20 ifelse(lower(_ARG2_),`relaytofulladdress',`define(`_RELAY_FULL_ADDR_', `1')') 21 ifelse(lower(_ARG3_),`skip',`define(`_ACCESS_SKIP_', `1')') 22 ifelse(lower(_ARG3_),`lookupdotdomain',`define(`_LOOKUPDOTDOMAIN_', `1')') 23 ifelse(lower(_ARG3_),`relaytofulladdress',`define(`_RELAY_FULL_ADDR_', `1')') 24 ifelse(lower(_ARG4_),`skip',`define(`_ACCESS_SKIP_', `1')') 25 ifelse(lower(_ARG4_),`lookupdotdomain',`define(`_LOOKUPDOTDOMAIN_', `1')') 26 ifelse(lower(_ARG4_),`relaytofulladdress',`define(`_RELAY_FULL_ADDR_', `1')')
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_util.h | 100 * type. The lower U32 value is "clipped" or "wrapped" back through 105 U32 lower = sci_cb_physical_address_lower((physical_address)); \ 108 if (lower + (value) < lower) \ 111 lower += (value); \ 112 sci_cb_make_physical_address(physical_address, upper, lower); \ 117 * type. The lower U32 value is "clipped" or "wrapped" back through 122 U32 lower = sci_cb_physical_address_lower((physical_address)); \ 125 if (lower - (value) > lower) \ 128 lower -= (value); \ 129 sci_cb_make_physical_address(physical_address, upper, lower); \
|
/freebsd/share/man/man4/ |
H A D | ng_gif.4 | 59 .Dv lower 65 .Dv lower , 71 .Dv lower 79 .Dv lower 85 .Dv lower , 91 .Dv lower 101 .It Va lower 102 Connection to the lower device link layer. 105 .Dv lower ,
|
H A D | ng_ether.4 | 58 .Va lower , upper , 64 .Va lower , 69 .Va lower 76 .Va lower 93 .Va lower , 108 .Va lower 114 .It Va lower 115 Connection to the lower device link layer. 120 .Va lower , 208 .Va lower [all …]
|
H A D | ng_pipe.4 | 45 .It Va lower 46 Hook leading to lower layer protocols. 52 .Va lower 57 .Va lower 196 mkpeer fxp0: pipe lower lower 197 name fxp0:lower fxp0_pipe
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 32 << "Range: [" << hexValue(RangeEntry.lower()) << ":" in startSearch() 36 RangesTree.insert(RangeEntry.lower(), RangeEntry.upper(), in startSearch() 59 if (LowerAddress < Lower) in addEntry() 60 Lower = LowerAddress; in addEntry() 112 if (LowerAddress >= RangeEntry.lower() && UpperAddress < RangeEntry.upper()) in getEntry() 120 if (LowerAddress == RangeEntry.lower() && in hasEntry() 130 if (lhs.lower() < rhs.lower()) in sort() 133 // If the lower address is the same, use the upper address value in in sort() 135 if (lhs.lower() == rhs.lower()) in sort() 153 OS << format("[0x%08x,0x%08x] ", RangeEntry.lower(), RangeEntry.upper()) in print()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 174 /* Store the lower SPFP value across four words. */ 211 /* Stores the lower SPFP value. */ 218 /* Perform the respective operation on the lower SPFP (single-precision 228 /* PowerISA VSX does not allow partial (for just lower double) in _mm_add_ss() 230 (from the upper double values) we splat the lower double in _mm_add_ss() 235 /* Then we merge the lower float result with the original upper in _mm_add_ss() 250 /* PowerISA VSX does not allow partial (for just lower double) in _mm_sub_ss() 252 (from the upper double values) we splat the lower double in _mm_sub_ss() 257 /* Then we merge the lower float result with the original upper in _mm_sub_ss() 272 /* PowerISA VSX does not allow partial (for just lower double) in _mm_mul_ss() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | emmintrin.h | 59 /// Adds lower double-precision values in both operands and returns the 60 /// sum in the lower 64 bits of the result. The upper 64 bits of the result 71 /// \returns A 128-bit vector of [2 x double] whose lower 64 bits contain the 72 /// sum of the lower 64 bits of both operands. The upper 64 bits are copied 97 /// Subtracts the lower double-precision value of the second operand 98 /// from the lower double-precision value of the first operand and returns 99 /// the difference in the lower 64 bits of the result. The upper 64 bits of 111 /// \returns A 128-bit vector of [2 x double] whose lower 64 bits contain the 112 /// difference of the lower 64 bits of both operands. The upper 64 bits are 137 /// Multiplies lower double-precision values in both operands and returns [all …]
|
H A D | xmmintrin.h | 50 /// The lower 32 bits of this operand are used in the calculation. 53 /// The lower 32 bits of this operand are used in the calculation. 54 /// \returns A 128-bit vector of [4 x float] whose lower 32 bits contain the sum 55 /// of the lower 32 bits of both operands. The upper 96 bits are copied from 91 /// A 128-bit vector of [4 x float] containing the minuend. The lower 32 bits 94 /// A 128-bit vector of [4 x float] containing the subtrahend. The lower 32 96 /// \returns A 128-bit vector of [4 x float] whose lower 32 bits contain the 97 /// difference of the lower 32 bits of both operands. The upper 96 bits are 135 /// The lower 32 bits of this operand are used in the calculation. 138 /// The lower 32 bits of this operand are used in the calculation. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | UnicodeCharRanges.h | 22 /// Represents a closed range of Unicode code points [Lower, Upper]. 24 uint32_t Lower; member 29 return Value < Range.Lower; 75 if (I != Ranges.begin() && Prev >= I->Lower) { in rangesAreValid() 78 LLVM_DEBUG(dbgs() << " should be less than succeeding lower bound 0x"); in rangesAreValid() 79 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid() 82 if (I->Upper < I->Lower) { in rangesAreValid() 84 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid() 85 LLVM_DEBUG(dbgs() << " should not be less than lower bound 0x"); in rangesAreValid()
|
/freebsd/lib/geom/union/ |
H A D | gunion.8 | 73 then they are read from the lower disk. 84 and be back to the unchanged state of the lower disk thus allowing you 87 on the top disk be written to the lower disk. 150 The default is to be the same size as the lower disk. 155 The default is to be the same sector size as the lower disk. 176 original state of the lower device. 181 Write all the changes made in the top device to the lower device 182 thus committing the lower device to have the same data as the union. 189 command will not allow the lower device to be mounted 195 flag may be specified to allow the lower device to be mounted read-only. [all …]
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_union.c | 73 sprintf(lowerpath, "/lower"); in mountunion() 119 /* create a file in the lower layer */ in basic() 128 /* then, test upper layer writes don't affect the lower layer */ in basic() 157 char lower[MAXPATHLEN]; in whiteout() local 166 RL(ffs_fstest_mount(tc, fsarg, "/lower", 0)); in whiteout() 168 /* create a file in the lower layer */ in whiteout() 169 RL(rump_sys_chdir("/lower")); in whiteout() 174 RL(ffs_fstest_unmount(tc, "/lower", 0)); in whiteout() 175 RL(ffs_fstest_mount(tc, fsarg, "/lower", MNT_RDONLY)); in whiteout() 177 mountunion(mp, lower); in whiteout()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 26 LVAddress Lower = 0; variable 35 : Lower(LowerAddress), Upper(UpperAddress), Scope(Scope) {} in LVRangeEntry() 37 RangeType lower() const { return Lower; } in lower() function 40 return LVAddressRange(lower(), upper()); in addressRange() 57 LVAddress Lower = MaxAddress; variable 71 LVAddress getLower() const { return Lower; } in getLower() 78 Lower = MaxAddress; in clear()
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vnops.c | 48 * all lower-layer vnodes, not just over directory vnodes. 66 * of the lower vfs (target-pn) and the pathname where the null 75 * simply bypassing all possible operations to the lower layer 81 * handling by the lower layer. It begins by examining vnode 83 * lower-layer equivlants. It then invokes the operation 84 * on the lower layer. Finally, it replaces the null-nodes 107 * Mounting associates the null layer with a lower layer, 127 * to the lower layer which would return a vnode representing 145 * INVOKING OPERATIONS ON LOWER LAYERS 147 * There are two techniques to invoke operations on a lower laye [all...] |
H A D | null_subr.c | 49 * Each cache entry holds a reference to the lower vnode 51 * entry is added the lower vnode is VREF'd. When the 52 * alias is removed the lower vnode is vrele'd. 89 * Return a VREF'ed alias for lower vnode if already exists, else 0. 90 * Lower vnode should be locked on entry and will be left locked on exit. 105 * the lower vnode. If found, the increment the null_node in null_hashget_locked() 106 * reference count (but NOT the lower vnode's VREF counter). in null_hashget_locked() 112 * Since we have the lower node locked the nullfs in null_hashget_locked() 114 * it had been recycled before we grabed the lower in null_hashget_locked() 182 * Vp is the alias vnode, lowervp is the lower vnode. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | icl-metrics.json | 89 "BriefDescription": "Instructions per Load (lower number means higher occurrence rate)", 95 "BriefDescription": "Instructions per Store (lower number means higher occurrence rate)", 101 "BriefDescription": "Instructions per Branch (lower number means higher occurrence rate)", 107 … "BriefDescription": "Instructions per (near) call (lower number means higher occurrence rate)", 125 …"BriefDescription": "Instructions per Floating Point (FP) Operation (lower number means higher occ… 131 …"BriefDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurre… 135 …"PublicDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurr… 138 …on": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower number means highe… 142 …on": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower number means highe… 145 …on": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower number means highe… [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 238 uint64_t lower = (uint64_t)-1; in updateSectionLoadAddress() local 242 vmaddrheuristic, lower, upper); in updateSectionLoadAddress() 243 if (lower < min_addr) in updateSectionLoadAddress() 244 min_addr = lower; in updateSectionLoadAddress() 247 const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress(); in updateSectionLoadAddress() 250 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress() 253 uint64_t lower; in updateSectionLoadAddress() local 255 lower = section_sp->GetFileAddress(); in updateSectionLoadAddress() 257 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress() 261 target.SetSectionLoadAddress(section_sp, lower, tru in updateSectionLoadAddress() 346 uint64_t lower = (uint64_t)-1; ReadJITDescriptorImpl() local [all...] |
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap.h | 32 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is 45 * EAPOL_eapRestart - Lower layer request to restart authentication 47 * Set to true in lower layer, false in EAP state machine. 61 * Set to true in EAP state machine, false in lower layer. 68 * Set to true in EAP state machine, false in lower layer. 73 * EAPOL_eapReq - EAP request available from lower layer 75 * Set to true in lower layer, false in EAP state machine. 80 * EAPOL_portEnabled - Lower layer is ready for communication 112 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is 130 * struct eapol_callbacks - Callback functions from EAP to lower layer [all …]
|
/freebsd/usr.bin/tr/ |
H A D | tr.1 | 184 .It "lower <lower-case alphabetic characters>" 204 .\" Otherwise, only the classes ``upper'' and ``lower'' may be used in 206 .\" and then only when the corresponding class (``upper'' for ``lower'' 211 .Dq Li [:lower:] 228 .Dq Li [:lower:] 290 .D1 Li "tr \*q[:lower:]\*q \*q[:upper:]\*q < file1" 313 characters (esp.\& as found in English text) from upper to lower case using 321 correct results when there is not a 1:1 mapping between lower and 326 .Dq Li [:lower:]
|