Searched refs:__obj (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dpthread_alloc52 typedef _Pthread_alloc_obj __obj;
63 memset((void *)__free_list, 0, _S_NFREELISTS * sizeof(__obj *));
78 typedef _Pthread_alloc_obj __obj;
125 __obj * volatile * __my_free_list;
126 __obj * __RESTRICT __result;
150 __obj *__q = (__obj *)__p;
151 __obj * volatile * __my_free_list;
252 __obj * volatile * __my_free_list =
255 ((__obj *)_S_start_fre
[all...]
H A Dstl_hashtable.h354 pair<iterator, bool> insert_unique(const value_type& __obj) argument
357 return insert_unique_noresize(__obj);
360 iterator insert_equal(const value_type& __obj) argument
363 return insert_equal_noresize(__obj);
366 pair<iterator, bool> insert_unique_noresize(const value_type& __obj);
367 iterator insert_equal_noresize(const value_type& __obj);
456 reference find_or_insert(const value_type& __obj);
524 size_type _M_bkt_num(const value_type& __obj) const
526 return _M_bkt_num_key(_M_get_key(__obj));
534 size_type _M_bkt_num(const value_type& __obj, size_ argument
539 _M_new_node(const value_type& __obj) argument
700 insert_unique_noresize(const value_type& __obj) argument
719 insert_equal_noresize(const value_type& __obj) argument
742 find_or_insert(const value_type& __obj) argument
[all...]
H A Dstl_hash_map.h160 pair<iterator,bool> insert(const value_type& __obj) argument
161 { return _M_ht.insert_unique(__obj); }
173 pair<iterator,bool> insert_noresize(const value_type& __obj) argument
174 { return _M_ht.insert_unique_noresize(__obj); }
344 iterator insert(const value_type& __obj) argument
345 { return _M_ht.insert_equal(__obj); }
357 iterator insert_noresize(const value_type& __obj) argument
358 { return _M_ht.insert_equal_noresize(__obj); }
H A Dstl_hash_set.h156 pair<iterator, bool> insert(const value_type& __obj) argument
158 pair<typename _Ht::iterator, bool> __p = _M_ht.insert_unique(__obj);
172 pair<iterator, bool> insert_noresize(const value_type& __obj) argument
175 _M_ht.insert_unique_noresize(__obj);
335 iterator insert(const value_type& __obj) argument
336 { return _M_ht.insert_equal(__obj); }
348 iterator insert_noresize(const value_type& __obj) argument
349 { return _M_ht.insert_equal_noresize(__obj); }
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h499 void *__obj = (OBJ); \
500 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
501 __o->next_free = __o->object_base = (char *)__obj; \
502 else (obstack_free) (__o, __obj); })

Completed in 98 milliseconds