Lines Matching full:random

14  * test depends on random numbers, and, based on them, it sets different TM
18 * to the sigreturn system call with random data, in order to make sure that
153 ucp->uc_mcontext.gp_regs[PT_MSR] = random();
155 ucp->uc_mcontext.gp_regs[PT_NIP] = random();
157 ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] = random();
159 ucp->uc_link->uc_mcontext.gp_regs[PT_NIP] = random();
161 ucp->uc_mcontext.gp_regs[PT_TRAP] = random();
162 ucp->uc_mcontext.gp_regs[PT_DSISR] = random();
163 ucp->uc_mcontext.gp_regs[PT_DAR] = random();
164 ucp->uc_mcontext.gp_regs[PT_ORIG_R3] = random();
165 ucp->uc_mcontext.gp_regs[PT_XER] = random();
166 ucp->uc_mcontext.gp_regs[PT_RESULT] = random();
167 ucp->uc_mcontext.gp_regs[PT_SOFTE] = random();
168 ucp->uc_mcontext.gp_regs[PT_DSCR] = random();
169 ucp->uc_mcontext.gp_regs[PT_CTR] = random();
170 ucp->uc_mcontext.gp_regs[PT_LNK] = random();
171 ucp->uc_mcontext.gp_regs[PT_CCR] = random();
172 ucp->uc_mcontext.gp_regs[PT_REGS_COUNT] = random();
174 ucp->uc_link->uc_mcontext.gp_regs[PT_TRAP] = random();
175 ucp->uc_link->uc_mcontext.gp_regs[PT_DSISR] = random();
176 ucp->uc_link->uc_mcontext.gp_regs[PT_DAR] = random();
177 ucp->uc_link->uc_mcontext.gp_regs[PT_ORIG_R3] = random();
178 ucp->uc_link->uc_mcontext.gp_regs[PT_XER] = random();
179 ucp->uc_link->uc_mcontext.gp_regs[PT_RESULT] = random();
180 ucp->uc_link->uc_mcontext.gp_regs[PT_SOFTE] = random();
181 ucp->uc_link->uc_mcontext.gp_regs[PT_DSCR] = random();
182 ucp->uc_link->uc_mcontext.gp_regs[PT_CTR] = random();
183 ucp->uc_link->uc_mcontext.gp_regs[PT_LNK] = random();
184 ucp->uc_link->uc_mcontext.gp_regs[PT_CCR] = random();
185 ucp->uc_link->uc_mcontext.gp_regs[PT_REGS_COUNT] = random();