Home
last modified time | relevance | path

Searched refs:chance (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c194 saidx_t chance; member
202 trbudget_init(trbudget_t *budget, saidx_t chance, saidx_t incval) { in trbudget_init() argument
203 budget->chance = chance; in trbudget_init()
211 if(budget->chance == 0) { budget->count += size; return 0; } in trbudget_check()
213 budget->chance -= 1; in trbudget_check()
/freebsd/tools/test/stress2/misc/
H A Dptrace9.sh82 sleep(1); /* give the child a chance to call sigaction */
H A Dptrace10.sh110 sleep(1); /* give the child a chance to set itself up */
/freebsd/contrib/llvm-project/libc/src/__support/HashTable/generic/
H A Dbitmask_impl.inc103 // - The chance of this happening is very low (< 1% chance per byte).
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_flags.inc22 "actually flushing the log; this gives a chance for threads to "
H A Dxray_profiling_flags.inc24 "resetting the global state. This gives a chance to threads to "
/freebsd/contrib/file/magic/Magdir/
H A Dsequent23 # byte 0xeb is matched before these get a chance.
/freebsd/contrib/libarchive/
H A DSECURITY.md7 reducing the chance that the exploit will be used before a patch is released.
/freebsd/tools/tools/git/
H A DHOWTO59 When you run arc, it will pull up your editor and give you a chance to
93 be given one last chance to edit your commit message. Make sure that you fill
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc24 "chance of false negatives.")
28 "increase the chance of false negatives. It is not advised to go "
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX7 Today I finally had a chance to do some tests on someones IRIX 5.2
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c1042 int chance; member
1050 trbudget_init(trbudget_t *budget, int chance, int incval) { in trbudget_init() argument
1051 budget->chance = chance; in trbudget_init()
1059 if(budget->chance == 0) { budget->count += size; return 0; } in trbudget_check()
1061 budget->chance -= 1; in trbudget_check()
/freebsd/crypto/heimdal/appl/afsutil/
H A DChangeLog84 fails, and give it a chance to work with krb4-only; also some bug
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed24 # that the next time it gets a chance, it will move a to tower 2, move b
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod177 other allocations (until the program exits or crashes) have a 25% chance of
185 chance there is for this allocation failing, and whether it has actually failed.
/freebsd/contrib/ncurses/ncurses/
H A DREADME.IZ71 a chance to press ENTER (or whatever). This call should be
/freebsd/contrib/kyua/
H A Dconfigure.ac119 dnl minimize the chance of false test run negatives later on.
/freebsd/contrib/ntp/sntp/
H A Dconfigure7012 # off chance that they somehow elicit warnings.
10531 /* give thread a chance to complete */
10615 /* give thread a chance to complete */
10721 /* give thread a chance to complete */
10805 /* give thread a chance to complete */
10916 /* give thread a chance to complete */
11000 /* give thread a chance to complete */
11111 /* give thread a chance to complete */
11195 /* give thread a chance to complete */
11306 /* give thread a chance t
[all...]
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME130 which case no other modules have a chance to run and validate the
/freebsd/contrib/ntp/
H A Dconfigure16544 # off chance that they somehow elicit warnings.
19930 /* give thread a chance to complete */
20014 /* give thread a chance to complete */
20120 /* give thread a chance to complete */
20204 /* give thread a chance to complete */
20315 /* give thread a chance to complete */
20399 /* give thread a chance to complete */
20510 /* give thread a chance to complete */
20594 /* give thread a chance to complete */
20705 /* give thread a chance t
[all...]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-bcm6328.txt11 controlled, so the only chance to keep them working is by using this driver.
/freebsd/usr.sbin/bsdconfig/share/
H A Dvariable.subr81 # with the value of $var) and give them the chance to change the value.
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3491.txt42 have the highest chance of getting the content of the strings
/freebsd/sys/contrib/openzfs/tests/unit/
H A DREADME.md183 chance of either a mock or a real object being used incorrectly in the test,
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md381 The higher number of increases the chance to find a match which usually
402 Higher numbers of bits increases the chance to find a match which usually
415 More searches increases the chance to find a match which usually increases

1234