Searched refs:_last (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_debug.cpp33 already_visited(uint32 *visited, int32 *_last, int32 *_num, uint32 framePointer) argument
35 int32 last = *_last;
46 *_last = last = (last + 1) % NUM_PREVIOUS_LOCATIONS;
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_debug.cpp32 already_visited(uint32 *visited, int32 *_last, int32 *_num, uint32 framePointer) argument
34 int32 last = *_last;
45 *_last = last = (last + 1) % NUM_PREVIOUS_LOCATIONS;
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.cpp37 static int32 parse_integer(char first, BDataIO &stream, char &_last, int32 base = 10) throw (status_t);
60 parse_integer(char first, BDataIO &stream, char &_last, int32 base) argument
82 _last = digit;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h684 #define ath_hal_filltxdesc(_ah, _ds, _l, _first, _last, _ds0) \
685 ((*(_ah)->ah_fillTxDesc)((_ah), (_ds), (_l), (_first), (_last), (_ds0)))
694 _cipher, _delims, _seglen, _first, _last) \
697 (_first), (_last))))
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_debug.cpp42 already_visited(addr_t* visited, int32* _last, int32* _num, addr_t bp) argument
44 int32 last = *_last;
53 *_last = last = (last + 1) % NUM_PREVIOUS_LOCATIONS;
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.cpp2305 EHCI::LinkITDescriptors(ehci_itd *itd, ehci_itd **_last) argument
2307 ehci_itd *last = *_last;
2313 *_last = itd;
2318 EHCI::LinkSITDescriptors(ehci_sitd *sitd, ehci_sitd **_last) argument
2320 ehci_sitd *last = *_last;
2326 *_last = sitd;
/haiku-fatelf/src/add-ons/kernel/drivers/network/etherpci/
H A Detherpci.c1001 if (stat > stat##_last) { \
1002 stat##_last = stat; \
1003 dprintf(message, stat##_last); \

Completed in 123 milliseconds