Lines Matching full:variable
73 * is on a variable then the plugin will initialize it with a random value.
74 * The variable must be an integer, an integer array type or a structure
144 error("variable %qD with %qE attribute must not be initialized", in handle_latent_entropy_attribute()
151 error("variable %qD with %qE attribute must not be local", in handle_latent_entropy_attribute()
160 …error("variable %qD with %qE attribute must be an integer or a fixed length integer array type or … in handle_latent_entropy_attribute()
176 error("structure variable %qD with %qE attribute has a non-integer field %qE", in handle_latent_entropy_attribute()
202 /* Initialize the variable with a random constant */ in handle_latent_entropy_attribute()
219 error("array variable %qD with %qE attribute must be a fixed length integer array type", in handle_latent_entropy_attribute()
298 * local latent entropy variable, otherwise it is for perturbing the global
299 * latent entropy variable where the two operands are already given by the
303 * variable and one of add/xor when perturbing the global entropy variable.
305 * entropy to the global variable than the other two operations.
463 /* 4. read the global entropy variable into local entropy */ in init_local_entropy()
524 /* 1. create the local entropy variable */ in latent_entropy_execute()
527 /* 2. initialize the local entropy variable */ in latent_entropy_execute()
534 * local entropy variable in latent_entropy_execute()
541 /* 4. mix local entropy into the global entropy variable */ in latent_entropy_execute()