Home
last modified time | relevance | path

Searched full:smaller (Results 1 – 25 of 1284) sorted by relevance

12345678910>>...52

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh35 # and one without. Ensure the compressed file is smaller.
39 # and after the set call. The compressed file should be smaller.
46 log_assert "Ensure that compressed files are smaller."
67 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \
H A Dcompress_002_pos.ksh38 # and one without. Ensure the compressed file is smaller.
44 # and after the property change. The compressed file should be smaller.
51 log_assert "Ensure that compressed files in a dataset are smaller."
72 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/
H A Dmemory.json53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
54 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final…
83 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for a dem…
84 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
119 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
120 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final…
203 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for all d…
204 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_replace_002_neg.ksh36 # the size of hot spares is smaller than the basic vdev.
41 # 3. Try to replace the basic vdev with the smaller hot spares
73 log_assert "'zpool replace <pool> <odev> <ndev>' should fail while the hot spares smaller than the …
92 log_pass "'zpool replace <pool> <odev> <ndev>' should fail while the hot spares smaller than the ba…
/freebsd/tests/sys/cddl/zfs/tests/compression/
H A Dcompress_001_pos.ksh36 # and one without. Ensure the compressed file is smaller.
40 # and after the set call. The compressed file should be smaller.
56 log_assert "Ensure that compressed files are smaller."
77 log_fail "$TESTFILE0 is smaller than $TESTFILE1" \
/freebsd/usr.bin/gzip/
H A Dznew22 # Return 0 if the first arg file size is smaller than the second, 1 otherwise.
23 smaller () {
63 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
64 echo -n "$prog: $filez is smaller than $filegz"
/freebsd/contrib/unbound/util/
H A Drbtree.h58 /** left node (smaller items) */
134 * precedes the position of key in the tree. NULL if no smaller element.
136 * or NULL if key is smaller than the smallest key.
163 * Returns previous smaller node in the tree
165 * @return: previous smaller element or NULL if no previous in tree.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojectquota_006_pos.ksh37 # Pprojectquota can be set at a smaller size than its current usage.
41 # 2. write some data to the fs and set a smaller projectquota
70 log_note "set projectquota at a smaller size than it current usage"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_007_pos.ksh39 # userquota/groupquota can be set at a smaller size than its current usage.
43 # 2. write some data to the fs and set a smaller userquota and groupquota
68 log_note "set user|group quota at a smaller size than it current usage"
/freebsd/contrib/ldns/ldns/
H A Drbtree.h63 /** left node (smaller items) */
155 * precedes the position of key in the tree. NULL if no smaller element.
157 * or NULL if key is smaller than the smallest key.
184 * Returns previous smaller node in the tree
186 * @return: previous smaller element or NULL if no previous in tree.
/freebsd/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_007_pos.ksh36 # userquota/groupquota can be set at a smaller size than its current usage.
40 # 2. write some data to the fs and set a smaller userquota and groupquota
77 log_note "set user|group quota at a smaller size than it current usage"
/freebsd/sys/contrib/openzfs/man/man4/
H A Dspl.438 Conversely, a smaller value will minimize the footprint
58 or smaller will be allocated using the Linux slab allocator,
86 Allocations which are marginally smaller than this limit may succeed but
180 Smaller values allow idle threads exit more often and potentially be
/freebsd/contrib/unbound/util/data/
H A Ddname.h87 * that is smaller (possibly after lowercasing) makes an RR smaller, or the
88 * shortest name makes an RR smaller.
184 * @return: 0 for equal, -1 smaller, or +1 d1 larger than d2.
302 * @return: 0 for equal, -1 smaller, or +1 d1 larger than d2.
313 * @return: 0 for equal, -1 smaller, or +1 d1 larger than d2.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_015_pos.ksh31 let smaller=$size/2
33 -O special_small_blocks=$smaller \
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp65 inline bool fullyContains(SourceRange Larger, SourceRange Smaller, in fullyContains() argument
69 // Larger.fullyContains(Smaller) in fullyContains()
75 return isLessOrEqual(Larger.getBegin(), Smaller.getBegin(), SM) && in fullyContains()
76 isLessOrEqual(Smaller.getEnd(), Larger.getEnd(), SM); in fullyContains()
/freebsd/share/doc/papers/malloc/
H A Dperformance.ms35 data/bss/heap segment, which in turn translates to a smaller process and
36 a smaller probability of the process being swapped out, qed: faster
86 If the number of accessed pages is smaller, then locality of reference is
/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h61 * smaller a file is, the more we would expect the dictionary to help.
112 * smaller dictionary. The advanced dictionary builders can automatically
115 * A smaller dictionary can save memory, and potentially speed up
195 * It's possible to select smaller or larger size, just by specifying `dictBufferCapacity`.
289 …unsigned shrinkDictMaxRegression; /* Sets shrinkDictMaxRegression so that a smaller dictionary can…
302 …unsigned shrinkDictMaxRegression; /* Sets shrinkDictMaxRegression so that a smaller dictionary can…
317 * It's possible to select smaller or larger size, just by specifying `dictBufferCapacity`.
360 * It's possible to select smaller or larger size, just by specifying `dictBufferCapacity`.
407 * It's possible to select smaller or larger size, just by specifying `dictBufferCapacity`.
/freebsd/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h384 EfiBootServicesData. If OldBuffer is not NULL, then the smaller of OldSize and
390 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
413 EfiRuntimeServicesData. If OldBuffer is not NULL, then the smaller of OldSize and
419 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
442 EfiReservedMemoryType. If OldBuffer is not NULL, then the smaller of OldSize and
448 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h62 // members are smaller -
83 // members are smaller -
118 // members are smaller -
/freebsd/share/doc/usd/22.trofftut/
H A Dtt1158 smaller than the surrounding text.
83 is the string to be placed in a smaller point
153 and the title in bold in a smaller size.
/freebsd/contrib/unbound/util/storage/
H A Dslabhash.h2 * util/storage/slabhash.h - hashtable consisting of several smaller tables.
39 * Hash table that consists of smaller hash tables.
52 * Hash table formed from several smaller ones.
71 * initialize these smaller hashtables.
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dparam.h37 * with smaller units (fragments) only in the last direct block.
40 * file systems; however making it smaller may make some file
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dparam.h37 * with smaller units (fragments) only in the last direct block.
40 * file systems; however making it smaller may make some file
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_zstream_recompress.ksh32 # 7. Verify that the stream is smaller when compressed
56 [[ "$uncomp_size" -gt "$comp_size" ]] || log_fail "recompressed stream was not smaller"
H A Dsend_raw_spill_block.ksh81 # file4 - Truncate file to smaller size; single block
98 # file14 - Truncate file to smaller size; single block
119 # file24 - Truncate file to smaller size; single block

12345678910>>...52