Searched refs:lastval (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c461 tree lastval, lastidx, field, init, type, flexsize; local
480 lastval = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->value;
489 if (TREE_CODE(lastval) != STRING_CST) {
495 flexsize = bitsize_int(TREE_STRING_LENGTH(lastval) *
496 tree_to_uhwi(TYPE_SIZE(TREE_TYPE(TREE_TYPE(lastval)))));
/linux-master/drivers/media/pci/cx88/
H A Dcx88-blackbird.c614 int lastval = 0; local
620 if ((reg & 0x0F) != lastval) {
621 lastval = reg & 0x0F;
/linux-master/drivers/base/regmap/
H A Dregmap.c2067 unsigned int lastval; local
2078 lastval = (unsigned int)u8p[val_count - 1];
2083 lastval = (unsigned int)u16p[val_count - 1];
2088 lastval = (unsigned int)u32p[val_count - 1];
2101 ret = regcache_write(map, reg, lastval);

Completed in 97 milliseconds