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
146 error("variable %qD with %qE attribute must not be initialized", in handle_latent_entropy_attribute()
153 error("variable %qD with %qE attribute must not be local", in handle_latent_entropy_attribute()
162 …error("variable %qD with %qE attribute must be an integer or a fixed length integer array type or … in handle_latent_entropy_attribute()
178 error("structure variable %qD with %qE attribute has a non-integer field %qE", in handle_latent_entropy_attribute()
200 /* Initialize the variable with a random constant */ in handle_latent_entropy_attribute()
217 error("array variable %qD with %qE attribute must be a fixed length integer array type", in handle_latent_entropy_attribute()
292 * local latent entropy variable, otherwise it is for perturbing the global
293 * latent entropy variable where the two operands are already given by the
297 * variable and one of add/xor when perturbing the global entropy variable.
299 * entropy to the global variable than the other two operations.
457 /* 4. read the global entropy variable into local entropy */ in init_local_entropy()
518 /* 1. create the local entropy variable */ in latent_entropy_execute()
521 /* 2. initialize the local entropy variable */ in latent_entropy_execute()
528 * local entropy variable in latent_entropy_execute()
535 /* 4. mix local entropy into the global entropy variable */ in latent_entropy_execute()