Home
last modified time | relevance | path

Searched refs:random (Results 1 – 20 of 20) sorted by relevance

/xen/tools/libxl/
A Dcheck-xl-vcpupin-parse.data-example5 # seed used for random number generation: seed=13328.
19 # A few attempts of pinning to just one random cpu
24 # A few attempts of pinning to all but one random cpu
29 # A few attempts of pinning to a random range of cpus
34 # A few attempts of pinning to just one random node
39 # A few attempts of pinning to all but one random node
44 # A few attempts of pinning to a random range of nodes
49 # A few attempts of pinning to a node but excluding one random cpu
A Dgentest.py8 import random
13 if random.random() < 0.5:
23 return random.choice([v.name for v in e.values])
94 random.seed(os.getenv('LIBXL_TESTIDL_SEED'))
266 iters = random.randrange(1,10)
289 iters = random.randrange(1,10)
A DCODING_STYLE258 some random integer loop counter, it should probably be called "i".
/xen/tools/console/testsuite/
A Dconsole-domU.c55 for (runs = (random() % 100000) + 4096; runs > 0; runs--) { in main()
56 size = random() % 4096; in main()
63 exp = random() & 0xFF; in main()
A Dconsole-dom0.c17 buffer[i] = random() & 0xFF; in generate_random_buffer()
90 for (runs = (random() % 100000) + 4096; runs > 0; runs--) { in main()
92 size = random() % 4096; in main()
A DREADME5 other that they use to exchange a random seed.
7 Both programs then generate a series of random numbers and then writes and
/xen/stubdom/
A Dpolarssl.patch27 * This module enables the HAVEGE random number generator.
46 * This module is used by the HAVEGE random number generator.
A Dvtpm_extern.patch30 /* random numbers */
/xen/tools/misc/
A Dxenpvnetboot18 import random
89 suffix = ''.join(random.sample(string.ascii_letters, 6))
155 suffix = ''.join(random.sample(string.ascii_letters, 6))
/xen/xen/arch/x86/oprofile/
A Dop_model_athlon.c144 unsigned int random = lfsr_random(); in op_amd_randomize_ibs_op() local
160 val += (s8)(random >> 4); in op_amd_randomize_ibs_op()
162 val |= (u64)(random & IBS_RANDOM_MASK) << 32; in op_amd_randomize_ibs_op()
/xen/docs/man/
A Dxl.conf.5.pod48 =item B<domid_policy="xen"|"random">
54 If set to "random" then a random domain-id value will be chosen.
A Dxl-network-configuration.5.pod55 Generate a random sequence of 6 byte, set the locally administered
81 strategy. Otherwise in general you should prefer to generate a random
A Dxen-tscmode.7.pod131 sometimes used as a random number or a unique sequence identifier,
A Dxl.cfg.5.pod.in2088 The VM generation ID is a 128-bit random number that a guest may use
2101 Generate a random VM generation ID every time the domain is created or
/xen/xen/common/
A DMakefile36 obj-y += random.o
/xen/tools/tests/xenstore/
A Dxs-test.c507 t = random() % ARRAY_SIZE(tests); in main()
/xen/tools/firmware/vgabios/
A Dvbe_display_api.txt60 Version 0.6+ [random order]
/xen/tools/xl/
A DCODING_STYLE140 some random integer loop counter, it should probably be called "i".
/xen/docs/misc/
A Dkconfig.rst70 checks for a file named "all{yes/mod/no/def/random}.config"
A Dxenstore-paths.pandoc266 need generate a new random generation ID and write it to guest memory

Completed in 31 milliseconds