Home
last modified time | relevance | path

Searched full:larger (Results 1 – 25 of 2269) sorted by relevance

12345678910>>...91

/freebsd-src/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 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu…
59 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a…
60 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu…
84 …"PublicDescription": "Final Pump Scope(system) to get data sourced, ended up larger than Initial P…
89 …"BriefDescription": "Final Pump Scope (system) ended up larger than Initial Pump Scope (Chip/Group…
90 …"PublicDescription": "Final Pump Scope(system) to get data sourced, ended up larger than Initial P…
119 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
120 …"PublicDescription": "Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pu…
125 …"BriefDescription": "Final Pump Scope (Group) ended up larger than Initial Pump Scope (Chip) for a…
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp31 return "Output data is larger than 4 GiB."; in message()
33 return "Output data is larger than 8 GiB."; in message()
35 return "Output data is larger than 16 GiB."; in message()
37 return "Output data is larger than 32 GiB."; in message()
/freebsd-src/sys/contrib/openzfs/man/man4/
H A Dspl.436 In general, a larger value will increase the caches memory footprint
47 object sized larger than this limit.
76 larger than optimal but not a serious concern.
91 allocations larger than this maximum will quickly fail.
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojectquota_006_pos.ksh40 # 1. set quota to a fs and set a larger size of projectquota
56 log_assert "Check set projectquota to larger than the quota size of a fs"
75 log_pass "set projectquota to larger than quota size of a fs"
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_007_pos.ksh42 # 1. set quota to a fs and set a larger size of userquota and groupquota
54 log_assert "Check set user|group quota to larger than the quota size of a fs"
75 log_pass "set user|group quota to larger than quota size of a fs pass as expect"
/freebsd-src/share/doc/usd/05.dc/
H A Ddc359 If none is found, the allocator finds the next larger free string and splits it repeatedly until
362 If there are no larger strings,
364 larger ones.
392 allocate a larger space and then copy
393 the old string into the larger block.
427 The scale of the result is then set to the larger of the scales
459 If that scale is larger than the internal register
463 and also larger than both of the scales of the two operands,
486 trial quotient will be larger than 99 and this will be
511 integer result have a scale that is the larger of
/freebsd-src/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c80 … RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("liodnOffset is larger than %d", FM_LIODN_OFFSET_MASK+1)); in CheckParams()
147 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("numOfPoolsUsed can't be larger than %d", FM_PORT_MAX_NUM_OF… in FmSpCheckBufPoolsParams()
152 …N_ERROR(MAJOR, E_INVALID_VALUE, ("extBufPools.extBufPool[%d].id can't be larger than %d", i, BM_MA… in FmSpCheckBufPoolsParams()
189 …R, E_INVALID_VALUE, ("bufPoolDepletion.numOfPools can't be larger than %d and can't be larger than… in FmSpCheckBufPoolsParams()
219 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("bufPoolDepletion.numOfPools is larger than the number of po… in FmSpCheckBufPoolsParams()
255 /* Check that divisible by 16 and not larger than 240 */ in FmSpCheckIntContextParams()
257 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("intContext.intContextOffset can't be larger than %d", MAX_I… in FmSpCheckIntContextParams()
264 /* Check that divisible by 16 and not larger than 256 */ in FmSpCheckIntContextParams()
268 /* Check that divisible by 16 and not larger than 4K */ in FmSpCheckIntContextParams()
270 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("intContext.extBufOffset can't be larger than %d", MAX_EXT_O… in FmSpCheckIntContextParams()
[all …]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh31 # 2. Set l2arc_write_max to a value larger than the cache device.
32 # 3. Create a file larger than the cache device and random read
35 # larger than the default (256MB).
/freebsd-src/contrib/ncurses/man/
H A Dmenu_spacing.3x56 It must not be larger than \fBTABSIZE\fP.
65 It must not be larger than 3.
71 It must not be larger than \fBTABSIZE\fP.
/freebsd-src/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_007_pos.ksh39 # 1. set quota to a fs and set a larger size of userquota and groupquota
63 log_assert "Check set user|group quota to larger than the quota size of a fs"
84 log_pass "set user|group quota to larger than quota size of a fs pass as expect"
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_014_pos.ksh43 # 3) Attempt to set a reservation larger than the quota. Verify
50 log_assert "Verify cannot set reservation larger than quota"
116 log_pass "As expected cannot set reservation larger than quota"
/freebsd-src/share/doc/smm/02.config/
H A De.t82 and sends no datagrams larger than that size.
83 This size will be no larger than that supported on the outgoing
86 the size will be no larger than 576 bytes.
/freebsd-src/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_014_pos.ksh43 # 3) Attempt to set a reservation larger than the quota. Verify
59 log_assert "Verify cannot set reservation larger than quota"
121 log_pass "As expected cannot set reservation larger than quota"
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp23 // It is tempting to also sort variables by size so that larger variables
24 // have larger redzones at both ends. But reordering will make report analysis
38 // The larger the variable Size the larger is the redzone.
/freebsd-src/contrib/unbound/util/
H A Drbtree.h60 /** right node (larger items) */
156 * Returns next larger node in the tree
158 * @return: next larger element or NULL if no larger in tree.
/freebsd-src/contrib/ldns/ldns/
H A Drbtree.h65 /** right node (larger items) */
177 * Returns next larger node in the tree
179 * @return: next larger element or NULL if no larger in tree.
/freebsd-src/lib/msun/man/
H A Dfmax.358 functions return the larger of
73 as being larger than
/freebsd-src/sys/contrib/openzfs/
H A DLICENSE30 1.6. "Larger Work" means a work which combines Covered Software or
91 with or without Modifications, and/or as part of a Larger
124 Larger Work; and
216 3.6. Larger Works.
218 You may create a Larger Work by combining Covered Software with
220 distribute the Larger Work as a single product. In such a case,
/freebsd-src/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE30 1.6. "Larger Work" means a work which combines Covered Software or
91 with or without Modifications, and/or as part of a Larger
124 Larger Work; and
216 3.6. Larger Works.
218 You may create a Larger Work by combining Covered Software with
220 distribute the Larger Work as a single product. In such a case,
/freebsd-src/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE30 1.6. "Larger Work" means a work which combines Covered Software or
91 with or without Modifications, and/or as part of a Larger
124 Larger Work; and
216 3.6. Larger Works.
218 You may create a Larger Work by combining Covered Software with
220 distribute the Larger Work as a single product. In such a case,
/freebsd-src/contrib/unbound/sldns/
H A Dwire2str.h98 * @return number of characters needed. Can be larger than slen.
107 * @return number of characters needed. Can be larger than slen.
125 * Is larger or equal than str_len if output was truncated.
140 * so it may return a value larger than str_len.
370 * Is larger or equal than str_len if output was truncated.
386 * Is larger or equal than str_len if output was truncated.
404 * Is larger or equal than str_len if output was truncated.
424 * Is larger or equal than str_len if output was truncated.
441 * Is larger or equal than str_len if output was truncated.
452 * Is larger or equal than str_len if output was truncated.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/regulator/
H A Dvctrl.txt22 voltage. On larger voltage decreases this can occur
26 larger voltage decreases into multiple steps, where
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_prop_sync.ksh46 # 32767*8=262136, which is larger than a single default recordsize of
59 # 32767*8=262136, which is larger than a single default recordsize of
/freebsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt1735 is larger than one second. This is a very long time for the ASL/BIOS code
2034 AcpiDump and AcpiXtract: Implemented support for ACPI tables larger than
2711 has a much larger code and data size.
2817 has a much larger code and data size.
2958 has a much larger code and data size.
3008 has a much larger code and data size.
3089 has a much larger code and data size.
3186 has a much larger code and data size.
3279 has a much larger code and data size.
3324 has a much larger cod
[all...]

12345678910>>...91