Searched refs:variable1 (Results 1 – 6 of 6) sorted by relevance
52 def both_contain(variable1, variable2, checkvalue, d): argument53 val1 = d.getVar(variable1)66 def set_intersect(variable1, variable2, d): argument77 val1 = set(d.getVar(variable1).split())
322 static struct foo variable1;324 static struct foo *gp = &variable1;342 if (p == &variable1)343 return p->a; /* Must be variable1.a. */349 possible values of "gp" are "variable1" on the one hand and "variable2"
1024 u8 variable1; member
355 example, if the ``auto.conf`` file and the ``local.conf`` set variable1357 after ``auto.conf``, variable1 is assigned the value from the
1228 /* OpenACC - #pragma acc cache (variable1 ... variableN)