Home
last modified time | relevance | path

Searched refs:__index (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/src/
Dlocale.cc302 size_t __index = __idp->_M_id(); in _M_replace_facet() local
303 if ((__index > (__imp->_M_facets_size - 1)) in _M_replace_facet()
304 || !__imp->_M_facets[__index]) in _M_replace_facet()
306 _M_install_facet(__idp, __imp->_M_facets[__index]); in _M_replace_facet()
315 size_t __index = __idp->_M_id(); in _M_install_facet() local
318 if (__index > _M_facets_size - 1) in _M_install_facet()
320 const size_t __new_size = __index + 4; in _M_install_facet()
356 const facet*& __fpr = _M_facets[__index]; in _M_install_facet()
368 _M_facets[__index] = __fp; in _M_install_facet()
390 _M_install_cache(const facet* __cache, size_t __index) in _M_install_cache() argument
[all …]
Dios.cc113 ios_base::register_callback(event_callback __fn, int __index) in register_callback() argument
114 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); } in register_callback()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
Dunwind.h166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
/freebsd-10-stable/contrib/libstdc++/include/bits/
Ddeque.tcc116 const difference_type __index = __position - begin(); in erase() local
117 if (static_cast<size_type>(__index) < (size() >> 1)) in erase()
129 return begin() + __index; in erase()
434 difference_type __index = __pos - this->_M_impl._M_start; in _M_insert_aux() local
436 if (static_cast<size_type>(__index) < size() / 2) in _M_insert_aux()
443 __pos = this->_M_impl._M_start + __index; in _M_insert_aux()
455 __pos = this->_M_impl._M_start + __index; in _M_insert_aux()
Dios_base.h448 register_callback(event_callback __fn, int __index);
474 _Callback_list(ios_base::event_callback __fn, int __index, in _Callback_list()
476 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } in _Callback_list()
516 _M_grow_words(int __index, bool __iword);
/freebsd-10-stable/contrib/libc++/include/
Dtypeindex97 size_t operator()(type_index __index) const _NOEXCEPT
98 {return __index.hash_code();}
Dios298 long& iword(int __index);
299 void*& pword(int __index);
306 typedef void (*event_callback)(event, ios_base&, int __index);
307 void register_callback(event_callback __fn, int __index);
/freebsd-10-stable/contrib/libstdc++/include/ext/
Dbitmap_allocator.h445 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
446 { this->_M_reset(__index); }
449 _M_reset(long __index = -1) throw()
451 if (__index == -1)
458 _M_curr_index = __index;
462 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
/freebsd-10-stable/include/
Dnl_types.h67 int32_t __index; /* index of first msg_hdr in msg_hdr table */ member
/freebsd-10-stable/lib/libc/nls/
Dmsgcat.c291 l = ntohl((u_int32_t)set_hdr[i].__index); in catgets()
/freebsd-10-stable/usr.bin/gencat/
Dgencat.c570 set_hdr->__index = htonl(msg_index);