Searched refs:_first (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Dparsestream.h144 short _first; // of the two marks; either 0 or 1
146 int first() { return _first; }
147 int second() { return 1-_first; }
/haiku-fatelf/src/apps/glteapot/
H A Dutil.h45 inline LispList(LispNode<contents>* _first) argument
47 first = _first;
/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))))

Completed in 44 milliseconds