Home
last modified time | relevance | path

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

12345678

/external/syzkaller/pkg/kd/
Dkd.go57 chance := "second"
59 chance = "first"
62 chance, payload.exception.code, payload))
/external/bcc/tools/
Dllcstat_example.txt37 some degree by chance. Overall it should make sense. But for low counts,
38 you might find a case where -- by chance -- a process has been tallied with
/external/u-boot/fs/ubifs/
Ddebug.c2494 static inline int chance(unsigned int n, unsigned int out_of) in chance() function
2508 if (chance(1, 2)) { in power_cut_emulated()
2511 if (chance(1, 2)) { in power_cut_emulated()
2537 if (write && chance(1, 2)) in power_cut_emulated()
2539 if (chance(19, 20)) in power_cut_emulated()
2543 if (chance(19, 20)) in power_cut_emulated()
2547 if (write && chance(99, 100)) in power_cut_emulated()
2549 if (chance(399, 400)) in power_cut_emulated()
2553 if (write && chance(7, 8)) in power_cut_emulated()
2555 if (chance(19, 20)) in power_cut_emulated()
[all …]
/external/libdivsufsort/lib/
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()
/external/python/cpython2/Doc/library/
Dsmtpd.rst61 chance to make you into an open relay, so please be careful.
73 running this has a good chance to make you into an open relay, so please be
/external/llvm/test/CodeGen/AMDGPU/
Dfcmp-cnde-int-args.ll4 ; chance to optimize the fcmp + select instructions to SET* was missed
Dselect.ll5 ; DAGLegalizer never sees the select and doesn't have a chance to leaglize it.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dfcmp-cnde-int-args.ll4 ; chance to optimize the fcmp + select instructions to SET* was missed
Dselect.ll5 ; DAGLegalizer never sees the select and doesn't have a chance to leaglize it.
/external/autotest/client/site_tests/power_Draw/
Dcontrol.aquarium29 # wait 20 seconds to give WebGLAquarium a chance to get started.
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServer_AlreadyStartedTest.groovy34 sleep(200L) // give it a chance to start and terminate
/external/llvm/test/CodeGen/X86/
Dins_split_regalloc.ll2 ; Check that last chance split (RAGreedy::tryInstructonSplit) just split
Dragreedy-last-chance-recoloring.ll2 ; Without the last chance recoloring, this test fails with:
15 …exhaustive-register-search can bypass the depth and interference cutoffs of last chance recoloring
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServer_AlreadyStartedTest.groovy34 sleep(200L) // give it a chance to start and terminate
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServer_AlreadyStartedTest.groovy34 sleep(200L) // give it a chance to start and terminate
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServer_AlreadyStartedTest.groovy34 sleep(200L) // give it a chance to start and terminate
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServer_AlreadyStartedTest.groovy34 sleep(200L) // give it a chance to start and terminate
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dins_split_regalloc.ll2 ; Check that last chance split (RAGreedy::tryInstructonSplit) just split
Dragreedy-last-chance-recoloring.ll2 ; Without the last chance recoloring, this test fails with:
15 …exhaustive-register-search can bypass the depth and interference cutoffs of last chance recoloring
/external/u-boot/arch/x86/cpu/queensbay/
DKconfig64 This gives a chance for U-Boot to run PCI/PCIe based graphics
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dstore-sf.ll72 ; chance the optimizer putting it before the regular frame creation.
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.proto34 // before userspace had a chance to drain them.
/external/speex/libspeexdsp/
Decho_diagnostic.m33 printf ('You have a negative delay, the echo canceller has no chance to cancel anything!\n');
/external/u-boot/doc/device-tree-bindings/leds/
Dleds-bcm6328.txt11 controlled, so the only chance to keep them working is by using this driver.
/external/javaparser/
DCONTRIBUTING.md28 - Pull requests often stay open for at least a few days to give people a chance to review it.

12345678