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

/haiku/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/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/src/system/kernel/arch/arm/
H A Darch_debug.cpp33 already_visited(addr_t *visited, int32 *_last, int32 *_num, addr_t fp) argument
35 int32 last = *_last;
46 *_last = last = (last + 1) % NUM_PREVIOUS_LOCATIONS;
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp26 already_visited(addr_t* visited, int32* _last, int32* _num, addr_t fp) argument
28 int32 last = *_last;
38 *_last = last = (last + 1) % NUM_PREVIOUS_LOCATIONS;
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp37 static int32 parse_integer(char first, BDataIO &stream, char &_last, int32 base = 10);
60 parse_integer(char first, BDataIO &stream, char &_last, int32 base) argument
81 _last = digit;
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp45 already_visited(addr_t* visited, int32* _last, int32* _num, addr_t bp) argument
47 int32 last = *_last;
56 *_last = last = (last + 1) % NUM_PREVIOUS_LOCATIONS;
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp2740 EHCI::LinkITDescriptors(ehci_itd *itd, ehci_itd **_last) argument
2742 ehci_itd *last = *_last;
2748 *_last = itd;
2753 EHCI::LinkSITDescriptors(ehci_sitd *sitd, ehci_sitd **_last) argument
2755 ehci_sitd *last = *_last;
2761 *_last = sitd;
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c1001 if (stat > stat##_last) { \
1002 stat##_last = stat; \
1003 dprintf(message, stat##_last); \
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1403 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \
1405 (_first), (_last), (_ds0)))
1429 _keyix, _cipher, _delims, _first, _last, _lastaggr) \
1432 (_first), (_last), (_lastaggr)))

Completed in 105 milliseconds