| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 91 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, in LSL_C() argument 93 if (amount == 0) { in LSL_C() 98 carry_out = amount <= 32 ? Bit32(value, 32 - amount) : 0; in LSL_C() 99 return value << amount; in LSL_C() 102 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL() argument 105 if (amount == 0) in LSL() 108 uint32_t result = LSL_C(value, amount, dont_care, success); in LSL() 115 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, in LSR_C() argument 117 if (amount == 0) { in LSR_C() 122 carry_out = amount <= 32 ? Bit32(value, amount - 1) : 0; in LSR_C() [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/ |
| H A D | zfs_list_005_pos.ksh | 41 # 2. Setting user property f:amount for filesystem and volume. 61 AMOUNT="0217 812 0217 0781 7 1364 687" 74 amount=$($ECHO $AMOUNT | $AWK '{print $1}') 75 log_must $ZFS set f:amount=$amount $basefs/$ds 77 log_must $ZFS set f:amount=$amount $basefs/${ds}-vol 79 eval AMOUNT=\${AMOUNT#$amount } 127 # Sort by color,amount 129 "run_unprivileged $ZFS list -H -r -o name -s f:color -s f:amount -t filesystem $basefs" \ 130 "$fs_color_amount" "f:color,f:amount" 133 "run_unprivileged $ZFS list -H -r -o name -s f:color -s f:amount -t volume $basefs" \ [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_racct.c | 88 uint64_t amount); 90 uint64_t amount); 91 static int racct_set_locked(struct proc *p, int resource, uint64_t amount, 295 * Increase consumption of 'resource' by 'amount' for 'racct', 296 * but not its parents. Differently from other cases, 'amount' here 301 int64_t amount) in racct_adjust_resource() argument 308 racct->r_resources[resource] += amount; in racct_adjust_resource() 317 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_add_locked() argument 331 error = rctl_enforce(p, resource, amount); in racct_add_locked() 333 SDT_PROBE3(racct, , rusage, add__failure, p, resource, amount); in racct_add_locked() [all …]
|
| /freebsd/sys/sys/ |
| H A D | racct.h | 96 * Amount stored in c_resources[] is 10**6 times bigger than what's 178 int racct_add(struct proc *p, int resource, uint64_t amount); 179 void racct_add_cred(struct ucred *cred, int resource, uint64_t amount); 180 void racct_add_force(struct proc *p, int resource, uint64_t amount); 182 int racct_set(struct proc *p, int resource, uint64_t amount); 183 int racct_set_unlocked(struct proc *p, int resource, uint64_t amount); 184 void racct_set_force(struct proc *p, int resource, uint64_t amount); 185 void racct_sub(struct proc *p, int resource, uint64_t amount); 186 void racct_sub_cred(struct ucred *cred, int resource, uint64_t amount); 208 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 50 /// Get the appropriate lowering based on current offset and amount. 82 /// Return the allocation amount for a DynAlloca instruction, or -1 if unknown. 102 // For a non-constant amount or a large amount, we have to probe. in getLowering() 160 int64_t Amount = getDynAllocaAmount(&MI, MRI); in computeLowerings() local 161 Lowering L = getLowering(Offset, Amount); in computeLowerings() 165 Offset += Amount; in computeLowerings() 168 Offset = Amount; in computeLowerings() 204 int64_t Amount = getDynAllocaAmount(MI, MRI); in lower() local 205 if (Amount == 0) { in lower() 224 assert(Amount >= SlotSize); in lower() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_prefix_text.c | 39 static size_t amount = 0; variable 51 { "n", OPT_AMOUNT, 'p', "Amount of BIO_f_prefix() filters" }, 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe() 97 size_t n = amount; in setup_bio_chain() 131 BIO_free_all(chain[amount - 1]); in cleanup() 165 amount = strtoul(arg, &endptr, 10); in setup() 172 if (amount < 1) { in setup() 210 if (idx >= amount) { in setup() 212 progname, idx, amount - 1); in setup() 241 if (idx >= amount) { in setup() [all …]
|
| /freebsd/contrib/kyua/utils/ |
| H A D | memory.cpp | 134 /// Queries the total amount of physical memory. 139 /// \return The amount of physical memory, in bytes. If the code does not know 144 static int64_t amount = -1; in physical_memory() local 145 if (amount == -1) { in physical_memory() 148 amount = 0; in physical_memory() 150 amount = query_sysctl(query_sysctl_mib); in physical_memory() 154 query_type % amount); in physical_memory() 156 POST(amount > -1); in physical_memory() 157 return units::bytes(amount); in physical_memory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 58 LLVM_ABI void Indent(uint32_t Amount = 0); 59 LLVM_ABI void Unindent(uint32_t Amount = 0); 135 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0) 136 : L(&L), Amount(Amount) { 137 L.Indent(Amount); 141 Amount = Scope.IndentLevel; in AutoIndent() 145 L->Unindent(Amount); in ~AutoIndent() 149 uint32_t Amount = 0; member
|
| /freebsd/sys/contrib/openzfs/man/man7/ |
| H A D | zpoolprops.7 | 54 Amount of storage used within the pool. 61 The amount of free space available in the pool, adjusted for raidz parity 76 The ratio of the total amount of storage that would be required to store all 84 The amount of additional storage that would be required if block cloning 87 The amount of storage used by cloned blocks. 99 The ratio of the total amount of storage that would be required to store all 107 The amount of additional storage that would be required if deduplication 111 The amount of storage used by deduplicated blocks. 114 Amount of uninitialized space within the pool or device that can be used to 126 The amount of fragmentation in the pool. [all …]
|
| H A D | zfsprops.7 | 101 The amount of space available to the dataset and all its children, assuming that 204 The amount of space that is 214 properties, giving a quantity closer to the amount of data that applications 221 The amount of space that is 231 properties, giving a quantity closer to the amount of data that applications 272 The amount of data that is accessible by this dataset, which may or may not be 274 When a snapshot or clone is created, it initially references the same amount of 301 The amount of space consumed by this dataset and all its descendants. 305 The amount of space that a dataset consumes from its parent, as well as the 306 amount of space that is freed if this dataset is recursively destroyed, is the [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | funding.json | 48 "amount": 100000, number 58 "amount": 50000, number 68 "amount": 25000, number 78 "amount": 10000, number 88 "amount": 5000, number 97 …"description": "Organizations that contribute a gift of any amount under $5,000 USD are recognized… 98 "amount": 0, number
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatAdapters.h | 31 size_t Amount; variable 35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 36 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), in AlignAdapter() 41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 90 size_t Amount, char Fill = ' ') { 91 return support::detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.h | 80 /// Adjust SP by Amount bytes. 81 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, 91 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount); 117 // Adjust SP by Amount bytes where bytes can be up to 32bit number. 118 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, 122 // Adjust SP by Amount bytes where bytes can be up to 32bit number. 123 void adjustStackPtrBigUnrestricted(unsigned SP, int64_t Amount,
|
| H A D | Mips16InstrInfo.cpp | 268 // Adjust SP by Amount bytes where bytes can be up to 32bit number. 272 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, in adjustStackPtrBig() argument 285 MIB1.addImm(Amount).addImm(-1); in adjustStackPtrBig() 297 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted() argument 299 llvm_unreachable("adjust stack pointer amount exceeded"); in adjustStackPtrBigUnrestricted() 302 /// Adjust SP by Amount bytes. 303 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr() argument 306 if (Amount == 0) in adjustStackPtr() 309 if (isInt<16>(Amount)) // need to change to addiu sp, ....and isInt<16> in adjustStackPtr() 310 BuildAddiuSpImm(MBB, I, Amount); in adjustStackPtr() [all …]
|
| /freebsd/sys/opencrypto/ |
| H A D | criov.c | 332 crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount) in crypto_cursor_advance() argument 338 MPASS(cc->cc_buf_len >= amount); in crypto_cursor_advance() 339 cc->cc_buf += amount; in crypto_cursor_advance() 340 cc->cc_buf_len -= amount; in crypto_cursor_advance() 345 if (amount < remain) { in crypto_cursor_advance() 346 cc->cc_offset += amount; in crypto_cursor_advance() 349 amount -= remain; in crypto_cursor_advance() 352 if (amount == 0) in crypto_cursor_advance() 357 MPASS(cc->cc_mbuf->m_len >= cc->cc_offset + amount); in crypto_cursor_advance() 358 cc->cc_offset += amount; in crypto_cursor_advance() [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | WatchdogTimer.h | 73 This function sets the amount of time to wait before firing the watchdog 78 @param TimerPeriod The amount of time in 100 nS units to wait before the watchdog 96 This function retrieves the amount of time the system will wait before firing 101 @param TimerPeriod A pointer to the amount of time in 100 nS units that the system 105 @retval EFI_SUCCESS The amount of time that the system will wait before 119 /// SetWatchdogTimer(). It provides a service to set the amount of time to wait
|
| /freebsd/usr.bin/rctl/ |
| H A D | rctl.c | 113 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local 127 amount = strsep(©, "/"); in expand_amount() 130 if (amount == NULL || strlen(amount) == 0) { in expand_amount() 148 if (expand_number(amount, &num)) { in expand_amount() 150 unexpanded_rule, amount); in expand_amount() 308 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local 320 amount = strsep(©, "/"); in humanize_amount() 323 if (amount == NULL || strlen(amount) == 0 || in humanize_amount() 324 str2int64(amount, &num) != 0) { in humanize_amount() 461 const char *resource, *amount; in humanize_usage_amount() local [all …]
|
| /freebsd/share/doc/smm/18.net/ |
| H A D | c.t | 45 respect. At boot time a fixed amount of memory is allocated by 68 the size of which determines the maximum amount of memory 70 A small amount of memory is allocated at boot time 104 based on the amount of space in the associated socket queues. That 105 is, send windows are calculated based on the amount of free space 107 based on the amount of data awaiting transmission in the send queue.
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 145 void Distribution::add(const BlockNode &Node, uint64_t Amount, in add() argument 147 assert(Amount && "invalid weight of 0"); in add() 148 uint64_t NewTotal = Total + Amount; in add() 159 Weights.push_back(Weight(Type, Node, Amount)); in add() 164 if (!W.Amount) { in combineWeight() 170 assert(OtherW.Amount && "Expected non-zero weight"); in combineWeight() 171 if (W.Amount > W.Amount + OtherW.Amount) in combineWeight() 173 W.Amount = UINT64_MAX; in combineWeight() 175 W.Amount += OtherW.Amount; in combineWeight() 248 Weights.front().Amount = 1; in normalize() [all …]
|
| /freebsd/usr.bin/lastcomm/ |
| H A D | lastcomm.1 | 58 Print the amount of cpu time used by the process. 60 Print the amount of elapsed time used by the process. 62 Print the amount of system time used by the process. 64 Print the amount of user time used by the process. 124 The amount of
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon_block.c | 20 * Fills a single block of buffered data from the input, and returns the amount 26 * buflen: contains the amount of data already in buf on entry. Updated with the 27 * amount of data in buf at the end. On entry *buflen must always be 31 * inlen: amount of input data available 34 * *buflen is updated containing the amount of data in buf. *in is updated to 36 * the remaining amount of data in *in. Returns the largest value <= *inlen
|
| /freebsd/share/doc/usd/22.trofftut/ |
| H A D | tt06 | 95 isn't the right amount. 98 command can be used to request an arbitrary amount of vertical motion. 101 \ev'(amount)' 103 causes motion up or down the page by the amount specified in 104 `(amount)'. 121 There are many other ways to specify the amount of motion _ 154 the same amount in the downward direction.
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | t.in1 | 1 { if (amount[$2] == "") 3 amount[$2] += $1 6 print i, name[i], amount[name[i]] | "sort"
|
| H A D | t.a | 1 {if (amount[$2] "" == "") item[++num] = $2; 2 amount[$2] += $1 5 print item[i], amount[item[i]]
|
| H A D | t.nameval | 1 { if (amount[$2] == "") 3 amount[$2] += $1 6 print name[i], amount[name[i]]
|