Searched refs:__index (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/src/
H A Dlocale.cc302 size_t __index = __idp->_M_id(); local
303 if ((__index > (__imp->_M_facets_size - 1))
304 || !__imp->_M_facets[__index])
306 _M_install_facet(__idp, __imp->_M_facets[__index]);
315 size_t __index = __idp->_M_id(); local
318 if (__index > _M_facets_size - 1)
320 const size_t __new_size = __index + 4;
356 const facet*& __fpr = _M_facets[__index];
368 _M_facets[__index] = __fp;
390 _M_install_cache(const facet* __cache, size_t __index) argument
[all...]
H A Dios.cc113 ios_base::register_callback(event_callback __fn, int __index) argument
114 { _M_callbacks = new _Callback_list(__fn, __index, _M_callbacks); }
/freebsd-9.3-release/include/
H A Dnl_types.h67 int32_t __index; /* index of first msg_hdr in msg_hdr table */ member in struct:_nls_set_hdr
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dios_base.h438 * @brief Add the callback __fn with parameter __index.
440 * @param __index The integer to pass to the function when invoked.
448 register_callback(event_callback __fn, int __index);
474 _Callback_list(ios_base::event_callback __fn, int __index, argument
476 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
516 _M_grow_words(int __index, bool __iword);
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A 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-9.3-release/lib/libc/nls/
H A Dmsgcat.c289 l = ntohl((u_int32_t)set_hdr[i].__index);
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c653 set_hdr->__index = htonl(msg_index);

Completed in 137 milliseconds