Searched defs:swap (Results 1 - 25 of 32) sorted by relevance

12

/haiku/src/preferences/screen/
H A Dmultimon.cpp115 GetSwapDisplays(BScreen *screen, bool *swap) argument
132 SetSwapDisplays(BScreen *screen, bool swap) argument
/haiku/headers/private/app/
H A DMessageUtils.h55 TReadHelper(BDataIO *stream, bool swap) argument
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Dif_aue.c183 aue_read_eeprom(pegasus_dev *sc, caddr_t dest, int off, int cnt, int swap) argument
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dinterface.c352 wb_read_eeprom(wb_device *device, void* dest, int offset, int count, bool swap) argument
/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c229 #define swap(a, b) { \ macro
H A Dradixsort.c124 #define swap(a, b, t) t = a, a = b, b = t macro
/haiku/headers/os/interface/
H A DListView.h163 struct Swap { int32 a; int32 b; } swap; member in union:BListView::MiscData
/haiku/headers/cpp/
H A Dstl_algobase.h76 inline void swap(_Tp& __a, _Tp& __b) { function
H A Dstl_hash_map.h150 void swap(hash_map& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_map
216 swap(hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, function
333 void swap(hash_multimap& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_multimap
397 swap(hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, function
H A Dstl_hash_set.h148 void swap(hash_set& __hs) { _M_ht.swap(__hs._M_ht); } function in class:hash_set
211 swap(hash_set<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, function
327 void swap(hash_multiset& hs) { _M_ht.swap(hs._M_ht); } function in class:hash_multiset
383 swap(hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, function
H A Dstl_map.h157 void swap(map<_Key,_Tp,_Compare,_Alloc>& __x) { _M_t.swap(__x._M_t); } function in class:map
224 inline void swap(map<_Key,_Tp,_Compare,_Alloc>& __x, function
H A Dstl_multimap.h147 void swap(multimap<_Key,_Tp,_Compare,_Alloc>& __x) { _M_t.swap(__x._M_t); } function in class:multimap
214 inline void swap(multimap<_Key,_Tp,_Compare,_Alloc>& __x, function
H A Dstl_multiset.h135 void swap(multiset<_Key,_Compare,_Alloc>& __x) { _M_t.swap(__x._M_t); } function in class:multiset
206 inline void swap(multiset<_Key,_Compare,_Alloc>& __x, function
H A Dstl_set.h129 void swap(set<_Key,_Compare,_Alloc>& __x) { _M_t.swap(__x._M_t); } function in class:set
198 inline void swap(set<_Key,_Compare,_Alloc>& __x, function
H A Dstl_bvector.h68 inline void swap(_Bit_reference __x, _Bit_reference __y) function
683 void swap(__BVECTOR& __x) { function in class:vector
H A Dstl_hashtable.h307 void swap(hashtable& __ht) function in class:hashtable
689 inline void swap(hashtable<_Val, _Key, _HF, _Extract, _EqKey, _All>& __ht1, function
H A Dstl_list.h341 void swap(list<_Tp, _Alloc>& __x) { __STD::swap(_M_node, __x._M_node); } function in class:list
543 swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y) function
[all...]
H A Dstl_vector.h349 void swap(vector<_Tp, _Alloc>& __x) { function in class:vector
510 inline void swap(vector<_Tp, _Alloc>& __x, vector<_Tp, _Alloc>& __y) function
H A Dstl_deque.h627 void swap(deque& __x) { function in class:_Deque_iterator::deque
1680 swap(deque<_Tp,_Alloc,__bufsiz>& __x, deque<_Tp,_Alloc,__bufsiz>& __y) function in struct:_Deque_iterator
H A Dstl_slist.h427 void swap(slist& __x) { __STD::swap(_M_head._M_next, __x._M_head._M_next); } function in class:slist
769 inline void swap(slist<_Tp,_Alloc>& __x, slist<_Tp,_Alloc>& __y) { function
[all...]
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp227 swap(float *e1, float *e2) function
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_regdomain.c190 #define swap(_a, _b, _size) { \ macro
216 #undef swap macro
/haiku/src/kits/support/
H A DPointerList.cpp107 void *swap = items[i]; local
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp251 swap(Type& a, Type& b) function
/haiku/headers/cpp/std/
H A Dbastring.h207 void swap (basic_string &s) { charT *d = dat; dat = s.dat; s.dat = d; } function in class:basic_string

Completed in 370 milliseconds

12