Searched refs:_last (Results 1 – 5 of 5) sorted by relevance
19 void *_last; \25 : "=r" (_last) \28 (last) = _last; \
33 register void *_last __asm__ ("d1"); \35 : "=a" (_prev), "=a" (_next), "=d" (_last) \38 (last) = _last; \
57 #define PCL816_MUX_SCAN(_first, _last) (((_last) << 4) | (_first)) argument
121 #define PCL818_MUX_SCAN(_first, _last) (((_last) << 4) | (_first)) argument
323 usable? Or _last for that matter. I must be missing something>331 _last works OK in this case, and is not a problem, as I mentioned earlier