OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THRESHOLD
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/sort/
radix_sort.c
63
#define
THRESHOLD
20 /* Divert to simplesort(). */
83
if (n <
THRESHOLD
&& !DEBUG('r')) {
97
if (n <
THRESHOLD
&& !DEBUG('r')) {
/src/lib/libc/stdlib/
radixsort.c
79
#define
THRESHOLD
20 /* Divert to simplesort(). */
129
if (n <
THRESHOLD
)
166
if (n <
THRESHOLD
) {
257
if (n <
THRESHOLD
) {
merge.c
52
#define
THRESHOLD
16 /* Best choice for natural merge cut-off. */
283
* when
THRESHOLD
/2 pairs compare with same sense. (Only used when NATURAL
325
if (length <
THRESHOLD
) { /* Pairwise merge */
/src/external/gpl2/groff/dist/src/devices/grolbp/
lbp.h
377
/*#define
THRESHOLD
.05 */ /* inch */
378
#define
THRESHOLD
1 /* points (1/300 inch) */
453
if ((fabs(x_1 - x_mid) <
THRESHOLD
)
454
&& (fabs(y_1 - y_mid) <
THRESHOLD
)) {
463
if ((fabs(x_mid - x_4) <
THRESHOLD
)
464
&& (fabs(y_mid - y_4) <
THRESHOLD
)) {
/src/usr.sbin/mrouted/
cfparse.y
86
%token METRIC
THRESHOLD
RATE_LIMIT BOUNDARY NETMASK ALTNET
290
mod :
THRESHOLD
NUMBER { if ($2 < 1 || $2 > 255)
291
fatal("Invalid
threshold
%d",$2);
294
|
THRESHOLD
{
296
warn("Expected number after
threshold
keyword, ignored");
493
if (!strcmp(q,"
threshold
"))
494
return
THRESHOLD
;
/src/external/bsd/jemalloc/dist/test/unit/
hpa.c
425
* Refill the page. We now meet the hugification
threshold
; we should
435
*
threshold
before dipping below it.
438
/* Wait for the
threshold
again. */
791
* one meets the
threshold
, we need to respect the delay, so no purging
1060
const size_t
THRESHOLD
= 10;
1063
opts.purge_threshold =
THRESHOLD
* PAGE;
1080
/* Deallocate less then
threshold
PAGEs. */
1081
for (size_t i = 0; i <
THRESHOLD
- 1; i++) {
1088
/* Deallocate one more page to meet the
threshold
*/
1090
tsdn, &shard->pai, edatas[
THRESHOLD
- 1], &deferred_work_generated)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026