Searched refs:lastval (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 485 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 504 lastval = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->value; in update_decl_size() 513 if (TREE_CODE(lastval) != STRING_CST) { in update_decl_size() 519 flexsize = bitsize_int(TREE_STRING_LENGTH(lastval) * in update_decl_size() 520 tree_to_uhwi(TYPE_SIZE(TREE_TYPE(TREE_TYPE(lastval))))); in update_decl_size()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A 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()
|