/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 …]
|
/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/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/ |
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/crypto/openssl/crypto/md5/asm/ |
H A D | md5-aarch64.pl | 60 movz x9, #0xa478 // Load lower half of constant 0xd76aa478 70 movz x16, #0xb756 // Load lower half of constant 0xe8c7b756 80 movz x16, #0x70db // Load lower half of constant 0x242070db 90 movz x9, #0xceee // Load lower half of constant 0xc1bdceee 108 movz x16, #0xfaf // Load lower half of constant 0xf57c0faf 118 movz x4, #0xc62a // Load lower half of constant 0x4787c62a 128 movz x4, #0x4613 // Load lower half of constant 0xa8304613 138 movz x6, #0x9501 // Load lower half of constant 0xfd469501 156 movz x9, #0x98d8 // Load lower half of constant 0x698098d8 166 movz x17, #0xf7af // Load lower half of constant 0x8b44f7af [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | md5-aarch64.S | 31 movz x9, #0xa478 // .Load lower half of constant 0xd76aa478 41 movz x16, #0xb756 // .Load lower half of constant 0xe8c7b756 51 movz x16, #0x70db // .Load lower half of constant 0x242070db 61 movz x9, #0xceee // .Load lower half of constant 0xc1bdceee 79 movz x16, #0xfaf // .Load lower half of constant 0xf57c0faf 89 movz x4, #0xc62a // .Load lower half of constant 0x4787c62a 99 movz x4, #0x4613 // .Load lower half of constant 0xa8304613 109 movz x6, #0x9501 // .Load lower half of constant 0xfd469501 127 movz x9, #0x98d8 // .Load lower half of constant 0x698098d8 137 movz x17, #0xf7af // .Load lower half of constant 0x8b44f7af [all …]
|
/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/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 layer [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/crypto/openssl/crypto/rand/ |
H A D | rand_uniform.c | 50 * part we want. The lower word is the fractional part. We can early exit if in ossl_rand_uniform_uint32() 51 * if the fractional part is small enough that no carry from the next lower in ossl_rand_uniform_uint32() 67 * If it can no longer overflow regardless of further lower order bits, in ossl_rand_uniform_uint32() 69 * repeat the process with the next lower word. in ossl_rand_uniform_uint32() 101 uint32_t ossl_rand_range_uint32(OSSL_LIB_CTX *ctx, uint32_t lower, uint32_t upper, in ossl_rand_range_uint32() argument 104 if (!ossl_assert(lower < upper)) { in ossl_rand_range_uint32() 108 return lower + ossl_rand_uniform_uint32(ctx, upper - lower, err); in ossl_rand_range_uint32()
|
/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 …]
|