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
140 error("variable %qD with %qE attribute must not be initialized", in handle_latent_entropy_attribute()
147 error("variable %qD with %qE attribute must not be local", in handle_latent_entropy_attribute()
156 …error("variable %qD with %qE attribute must be an integer or a fixed length integer array type or … in handle_latent_entropy_attribute()
172 error("structure variable %qD with %qE attribute has a non-integer field %qE", in handle_latent_entropy_attribute()
194 /* Initialize the variable with a random constant */ in handle_latent_entropy_attribute()
211 error("array variable %qD with %qE attribute must be a fixed length integer array type", in handle_latent_entropy_attribute()
286 * local latent entropy variable, otherwise it is for perturbing the global
287 * latent entropy variable where the two operands are already given by the
291 * variable and one of add/xor when perturbing the global entropy variable.
293 * entropy to the global variable than the other two operations.
451 /* 4. read the global entropy variable into local entropy */ in init_local_entropy()
512 /* 1. create the local entropy variable */ in latent_entropy_execute()
515 /* 2. initialize the local entropy variable */ in latent_entropy_execute()
522 * local entropy variable in latent_entropy_execute()
529 /* 4. mix local entropy into the global entropy variable */ in latent_entropy_execute()