Searched refs:lastval (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/ia64/lib/ |
D | do_csum.S | 101 #define lastval r22 macro 164 (p9) ld8 lastval=[last] // load, ahead of time, "last" word, if needed 168 (p8) mov lastval=r0 // we don't need lastval if first1==last 176 (p9) and word2[0]=lastval,tmask // mask last it as appropriate
|
/linux-5.19.10/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 467 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 486 lastval = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->value; in update_decl_size() 495 if (TREE_CODE(lastval) != STRING_CST) { in update_decl_size() 501 flexsize = bitsize_int(TREE_STRING_LENGTH(lastval) * in update_decl_size() 502 tree_to_uhwi(TYPE_SIZE(TREE_TYPE(TREE_TYPE(lastval))))); in update_decl_size()
|
/linux-5.19.10/drivers/media/pci/cx88/ |
D | cx88-blackbird.c | 614 int lastval = 0; in blackbird_start_codec() local 620 if ((reg & 0x0F) != lastval) { in blackbird_start_codec() 621 lastval = reg & 0x0F; in blackbird_start_codec()
|