Searched refs:_l (Results 1 - 21 of 21) sorted by relevance

/haiku/src/apps/cortex/TipManager/
H A DTipManager.cpp103 BAutolock _l(s_instanceLock);
113 BAutolock _l(s_instanceLock);
171 BAutolock _l(this);
198 BAutolock _l(this);
220 BAutolock _l(this);
244 BAutolock _l(this);
263 BAutolock _l(this);
H A DTipManagerImpl.cpp580 BAutolock _l(m_tipWindow);
905 //BAutolock _l(window);
955 BAutolock _l(m_tipWindow);
1019 BAutolock _l(m_tipWindow);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp113 Autolock _l(this);
139 Autolock _l(this);
144 Autolock _l(this);
151 Autolock _l(this);
157 Autolock _l(this);
180 Autolock _l(this);
259 Autolock _l(this);
353 Autolock _l(this);
360 Autolock _l(this);
366 Autolock _l(thi
[all...]
H A DNodeRef.cpp119 Autolock _l(m_manager);
163 Autolock _l(this);
205 Autolock _l(this);
211 Autolock _l(this);
217 Autolock _l(this);
250 Autolock _l(this);
266 Autolock _l(this);
299 Autolock _l(this);
322 Autolock _l(this);
327 Autolock _l(thi
[all...]
H A DNodeManager.cpp243 Autolock _l(group);
474 Autolock _l(this);
498 Autolock _l(this);
521 Autolock _l(this);
549 Autolock _l(this);
579 Autolock _l(this);
692 Autolock _l(this);
714 Autolock _l(this);
738 Autolock _l(this);
742 Autolock _l(thi
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.h75 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l))
H A Dif_ath_tx.h39 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1)
H A Dif_ath_tx_edma.c131 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1)
132 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1)
H A Dif_ath_rx_edma.c131 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1)
132 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1)
H A Dif_ath_tdma.c359 #define TSF_TO_TU(_h,_l) \
360 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10))
H A Dif_athvar.h1403 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \
1404 ((*(_ah)->ah_fillTxDesc)((_ah), (_ds), (_b), (_l), (_did), (_qid), \
1531 #define ath_hal_btcoex_mci_send_message(_ah, _h, _f, _p, _l, _wd, _cbt) \
1532 ((*(_ah)->ah_btMciSendMessage)((_ah), (_h), (_f), (_p), (_l), (_wd), (_cbt)))
H A Dif_ath_beacon.c927 #define TSF_TO_TU(_h,_l) \
928 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10))
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp154 class _l { class
157 _l() { _s += " " ; } function in class:_l
158 ~_l() { _s.resize(_s.size() - 1); }
163 string _l::_s;
168 _l l;
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dmbuf-obsd.h265 #define mq_set_maxlen(_mq, _l) ((_mq)->mq_maxlen = (_l))
/haiku/src/tools/hack_coff/
H A Drs6000.h262 } _l; member in struct:external_ldsym
/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp287 BAutolock _l(XML::s_docTypeLock);
H A DXML.cpp68 BAutolock _l(s_docTypeLock);
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp113 BAutolock _l(this);
161 BAutolock _l(this);
H A DRouteWindow.cpp706 BAutolock _l(this);
739 Autolock _l(g);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp779 Autolock _l(m_manager);
899 Autolock _l(m_group); // +++++ why?
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h980 #define RBT_SET_LEFT(_name, _elm, _l) _name##_RBT_SET_LEFT(_elm, _l)

Completed in 309 milliseconds