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

/haiku/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/src/apps/glteapot/
H A Dutil.h45 inline LispList(LispNode<contents>* _first) argument
47 first = _first;
/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 43 milliseconds